Python Essentials Full Course
SAT Score Range
•
6 sessions
•
ST
LM
kL
+7
Home
About
About
Each week, we will learn one new python topic. We will start from the very basics, and then get to the more advanced, real-world applicable concepts. If you're new to programming, we will learn step-by-step. Python is essential to web development, AI/ML, and more, so I will try to get everyone up to speed the best I can.
Tutored by
✋ ATTENDANCE POLICY
Try to make nearly every session. I will not remove anyone for missing a session, but if it becomes a regular occurrence, I will send you a message to if anything's going on. Remember that coding is sequential, so missing sessions will lead to gaps in your learning.
SESSION 2
22
Jun
SESSION 2
Python
Python
Sun 9:00 PM - 10:00 PM UTCJun 22, 9:00 PM - 10:00 PM UTC
We will learn about control flow and Boolean logic, including if-statements, true/false values, and switch statements. These topics are simple but essential to programming, so we will go in-depth.
SESSION 3
29
Jun
SESSION 3
Python
Python
Sun 9:00 PM - 10:00 PM UTCJun 29, 9:00 PM - 10:00 PM UTC
We will learn about loops and functions. For loops, we will learn the for and while loops, and solve some practice problems based on those. For functions, we will learn how to define and call functions, and combine them with loops, conditional statements, and strings to solve problems.
SESSION 4
6
Jul
SESSION 4
Python
Python
Sun 9:00 PM - 10:00 PM UTCJul 6, 9:00 PM - 10:00 PM UTC
We will learn about two main data structures, including lists and tuples. We will combine our knowledge of these and loops/conditionals to solve new problems.
SESSION 5
13
Jul
SESSION 5
Python
Python
Sun 9:00 PM - 10:00 PM UTCJul 13, 9:00 PM - 10:00 PM UTC
We will learn about two new data structures: dictionaries and sets. We will learn the role and creation of these structures, and how to use them to store data and build programs.
SESSION 6
20
Jul
SESSION 6
Python
Python
Sun 9:00 PM - 10:00 PM UTCJul 20, 9:00 PM - 10:00 PM UTC
We will learn about object oriented programming, which includes the basics of classes and objects, methods, constructors, and inheritance. This is a new and more complex topic, so we will start from the basics and up.