Level 1 Python: Blackjack

Level 1 Python projects are projects you can build in 30 to 45 minutes. These projects are more logically complex than the Super Simple Python projects and/or use multiple libraries. In this post, we’ll be building out a simple version of the game of Blackjack. The only library we’ll need in this project is theContinue reading “Level 1 Python: Blackjack”

Level 2 Python: Texas Hold Em

Level 2 Python projects are projects meant for those who have a grasp on the basics of Python already. If you are familiar with most of the Super Simple Python projects and can do each of them in under 30 minutes, you’re ready to go. The goal of the Level 2 Python projects is toContinue reading “Level 2 Python: Texas Hold Em”

Level 2 Python: Creating Your Own Quiz

Welcome to the first Level 2 Python post!  Level 2 Python projects are projects meant for those who have a grasp on the basics of Python already. If you are familiar with most of the Super Simple Python projects and can do each of them in under 30 minutes, you’re ready to go. The goalContinue reading “Level 2 Python: Creating Your Own Quiz”