Origins of Python
Learn where the Python programming language came from.
Oct 7, 20232 min read30

Search for a command to run...

Series
In this series, I will cover the basic concepts of python such as data types, input, operators, and conditionals.
Learn where the Python programming language came from.

You will learn how to set up a development environment where you can write Python code. Skip this if you already have one!

Learn data types in Python and how to print them onto the console

Learn about Python variables and how to define them
