Skip to content
Learn Coding Fast Logo IS
Search
  • Home
  • My Books
  • Errata
  • Privacy Policy

Category: Python Programming Challenges

Python Programming Challenge 16: Leetcode Jump Game

Today, we have another Python programming challenge taken from Leetcode - The Leetcode jump game problem. We'll discuss a suggested approach for this Leetcode problem, followed by a fully...

Continue Reading

Programming Challenge 15: Count-and-Say Sequence in Python

Today, we are back with another Python programming challenge. This time, we'll work on the Count-and-Say problem from Leetcode. This challenge requires us to write a function that gives the nth term...

Continue Reading

Python Programming Challenge 14: Permutations

Today, we have another programming challenge from Leetcode: https://leetcode.com/problems/permutations/. The Challenge This challenge requires us to write a function called permute() that...

Continue Reading

Python Programming Challenge 13: Check for Valid Parentheses using Python

Today, we are back with another Python Programming Challenge from Leetocde: https://leetcode.com/problems/valid-parentheses/. The Challenge This challenge requires us to write a function called...

Continue Reading

Python Programming Challenge 12: Finding three numbers that sum to zero

In today's post, we'll be working on another challenge from Leetcode: https://leetcode.com/problems/3sum/. For this challenge, we need to write a function called threeSum() that accepts a list and...

Continue Reading

Python Programming Challenge 11: Sudoku Solver in Python

In today's post, we'll be coding a Sudoku solver in Python. To complete this project, you need to be familiar with basic programming concepts, such as using two-dimensional arrays, control...

Continue Reading
« PREV Page 1 Page 2 Page 3 Page 4 Page 5 NEXT »

ABOUT ME

Hi, I’m Jamie, and thank you for visiting learncodingfast.com.

Learn Coding Fast is the brand name of my best-selling book series on computer programming. In these books, fundamental concepts are broken down into simple steps and presented in a “to-the-point” manner. Each book also includes a complete project at the end of the book to provide readers with a hands-on learning experience.

Check them out in the section below or click the button below for more information.

My Books on Amazon

Machine Learning

Machine Learning With Python For Beginners: A Step-By-Step Guide with Hands-On Projects (Learn Coding Fast with Hands-On Project Book 7)
Machine Learning With Python For Beginners: A Step-By-Step Guide with Hands-On Projects (Learn Coding Fast with Hands-On Project Book 7)

Python Series

Python (2nd Edition): Learn Python in One Day and Learn It Well. Python for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 1)
Python (2nd Edition): Learn Python in One Day and Learn It Well. Python for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 1)
Python Workbook: Learn Python in one day and Learn It Well (Workbook with Questions, Solutions and Projects) (Learn Coding Fast Workbook 1)
Python Workbook: Learn Python in one day and Learn It Well (Workbook with Questions, Solutions and Projects) (Learn Coding Fast Workbook 1)

Web Programming

PHP: Learn PHP in One Day and Learn It Well. PHP for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 6)
PHP: Learn PHP in One Day and Learn It Well. PHP for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 6)
SQL: Learn SQL (using MySQL) in One Day and Learn It Well. SQL for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 5)
SQL: Learn SQL (using MySQL) in One Day and Learn It Well. SQL for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 5)
CSS (with HTML5): Learn CSS in One Day and Learn It Well. CSS for Beginners with Hands-on Project. Includes HTML5. (Learn Coding Fast with Hands-On Project Book 2)
CSS (with HTML5): Learn CSS in One Day and Learn It Well. CSS for Beginners with Hands-on Project. Includes HTML5. (Learn Coding Fast with Hands-On Project Book 2)

General-Purpose Languages

C#: Learn C# in One Day and Learn It Well. C# for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 3)
C#: Learn C# in One Day and Learn It Well. C# for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 3)
Java: Learn Java in One Day and Learn It Well. Java for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 4)
Java: Learn Java in One Day and Learn It Well. Java for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 4)

LEGAL INFORMATION

LearnCodingFast.com is a participant in the Amazon Services LLC Associates Program and the Udemy affiliate program. This means that we may get a commission from Amazon or Udemy if you purchase through the links on this website. This is at no extra cost to you and will help us pay for the maintenance of this site. Please note that we have not been given any free products, services or anything else by these companies in exchange for mentioning them on the site. The only consideration is in the form of affiliate commissions.

© 2025 Copyright Learn Coding Fast
Scroll Up