DEV Community

Learning how to code with AI Series' Articles

Back to Vicente G. Reyes's Series
This is one way I use AI for coding
Cover image for This is one way I use AI for coding

This is one way I use AI for coding

2
Comments 2
3 min read
Problem 1: Sum of Digits: A Beginner's Guide to String Iteration in Python
Cover image for Problem 1: Sum of Digits: A Beginner's Guide to String Iteration in Python

Problem 1: Sum of Digits: A Beginner's Guide to String Iteration in Python

1
Comments
3 min read
Problem 2: Finding Min and Max Without Built-in Functions: A Python Tutorial
Cover image for Problem 2: Finding Min and Max Without Built-in Functions: A Python Tutorial

Problem 2: Finding Min and Max Without Built-in Functions: A Python Tutorial

1
Comments
3 min read
Problem 3: Mastering FizzBuzz in Python: A Step-by-Step Guide
Cover image for Problem 3: Mastering FizzBuzz in Python: A Step-by-Step Guide

Problem 3: Mastering FizzBuzz in Python: A Step-by-Step Guide

1
Comments
3 min read
Problem 4: Flatten a Nested List
Cover image for Problem 4: Flatten a Nested List

Problem 4: Flatten a Nested List

1
Comments
2 min read
Problem 5: Palindrome Checker
Cover image for Problem 5: Palindrome Checker

Problem 5: Palindrome Checker

2
Comments
1 min read
Problem 6: Reverse a List (without using reverse())
Cover image for Problem 6: Reverse a List (without using reverse())

Problem 6: Reverse a List (without using reverse())

1
Comments
2 min read
Problem 7: Factorial
Cover image for Problem 7: Factorial

Problem 7: Factorial

1
Comments
2 min read