Basics

Overview

In this section, we will introduce the tool we’ll use throughout this course as well as some key concepts that are important to learning python and all programming languages. You will learn about writing to the screen, including notes in your code, storing information, and taking information in from user of your program.

Let’s get started!

Topics