Learn to Code

Main Concept: Understand what coding is, why it is important, and how to get started.

By the end you will be able to: Understand what it means to code and know what’s necessary to get started.

Main Concept: Building blocks of programming and writing your first programs.
By the end you will be able to: Turn your computer into a calculator and a bot that greets you.

Main Concept: Making decisions with code.

By the end you will be able to: Know how to make decisions in your code and do different things depending on what the user inputs.

Main Concept: Dealing with strings and print formatting.

By the end you will be able to: Understand how strings are simply sequences of characters, how to do unique things with them, and how to print them in nice ways.

Main Concept: Saving multiple elements and manipulating variables

By the end you will be able to: Store a variety of elements inside of one variable, know how to get certain elements out, and how to manipulate strings/lists.

This cheatsheet contains useful tips and commands that are likely included in starting programs you may write.

Main Concept: Understanding loops and an introduction to libraries.

By the end you will be able to: Understand what a boolean value is and why it is used, and also what loops do in Python and how they help to save time writing code and make it more efficient.

Main Concept: 

Understanding for loops and how they work with lists.

By the end you will be able to: Understand what a for loop is and why it is used. Also how for loops and lists work together to extract data from them.

This cheatsheet contains useful tips and commands that are likely included in starting programs you may write.

Main Concept: 

Mastering Python Loops

By the end you will be able to: Understand what a for/while loops is and the syntax for them. You will also learn what break, continue, and range statements do.

More lessons coming soon 🙂

………