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 check if a number is a square in just 5 lines of Python! For the video version of checking if a number is a square in Python: So far, this seriesContinue reading “Super Simple Python: Is this a Square Number?”
Tag Archives: python starter projects
Super Simple Python: Make Your Own Contacts List
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 your own contacts list in Python and persisting it in a JSON file in under 20 lines of code! Video version here: Create OurContinue reading “Super Simple Python: Make Your Own Contacts List”