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.
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.
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.
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.