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: beginner python
Super Simple Python: Random Number Generator
Super Simple Python is a series dedicated to creating super simple Python projects for beginners to be able to do in under 15 minutes. In this episode, we’ll be covering building a Python random number generator in under 10 lines of code! Video version here: We’ll begin by importing the random module. This is aContinue reading “Super Simple Python: Random Number Generator”