Super Simple Python is a series of Python projects you can do in under 15 minutes. In this episode, we’ll be covering how to build a simple calculator in under 30 lines of Python! For a video version: Unlike some of the Super Simple Python examples we’ve done, these don’t require any libraries! Defining theContinue reading “Super Simple Python: Simple Calculator”
Tag Archives: Learn Python
Super Simple Python: Grader
Super Simple Python is a series of Python projects you can do in under 15 minutes. In this episode, we’ll be covering how to build a simple grader in under 15 lines of Python! We don’t need to import any libraries for this function. For this episode we’re going to simply be building some functionsContinue reading “Super Simple Python: Grader”
Super Simple Python: Hangman
Super Simple Python is a series of Python projects you can do in under 15 minutes. In this episode, we’ll be covering how to build a simple hangman game in under 25 lines of Python! For a video version: Like many of the Super Simple Python posts we’ve covered, Hangman is also reliant on theContinue reading “Super Simple Python: Hangman”
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”