20 Hours. 10 Sessions.
This module covers an intro to programming and the Python language.
Weāll start by downloading and installing the necessary tools to begin programming and writing code in Python. After learning how to print to the console, weāll get an understanding of Pythonās basic data types, and how to do simple math. Weāll follow up by creating our first Python script, and learn how to define and assign variables, while controlling the flow of our program using conditionals. Weāll also learn how to get input from the user, including some very basic error checking.