Introduction to Coding in Python
SAT Score Range
•
8 sessions
•
NK
LL
DM
+35
This series ended on January 22, 2022. All 1:1 and group chats related to this series are disabled 7 days after the last session.
About
We'll delve into the basics of programming in Python, exploring topics from what a programming language actually is to how to write a program in Python.
Tutored by
Schedule
✋ ATTENDANCE POLICY
If possible, please message your tutor if you are unable to make a session!
SESSION 1
7
Nov
SESSION 1
Computer Science
Computer Science
Sun 9:30 PM - 10:30 PM UTCNov 7, 9:30 PM - 10:30 PM UTC
We will be discussing an overview of this series and starting to delve into what a programming language actually is. We will also write our first "Hello, World!" programs!
SESSION 2
13
Nov
SESSION 2
Computer Science
Computer Science
Sat 9:30 PM - 10:30 PM UTCNov 13, 9:30 PM - 10:30 PM UTC
We will be going deeper into print statements, and we will start looking at variables within a Python program.
SESSION 3
13
Nov
SESSION 3
Computer Science
Computer Science
Sat 11:00 PM - Sun, 12:00 AM UTCNov 13, 11:00 PM - Nov 14, 12:00 AM UTC
We'll be spending more time with binary, converting back and forth between decimal numbers (base 10) and binary
SESSION 4
20
Nov
SESSION 4
Computer Science
Computer Science
Sat 9:30 PM - 10:30 PM UTCNov 20, 9:30 PM - 10:30 PM UTC
We will be wrapping up our initial discussions of variables, and we will start looking at some Python operators.
SESSION 5
4
Dec
SESSION 5
Computer Science
Computer Science
Sat 9:30 PM - 10:30 PM UTCDec 4, 9:30 PM - 10:30 PM UTC
We will be wrapping up our discussions of Python operations, and we will start looking at debugging our programs. We will also delve into 'if' statements
SESSION 6
11
Dec
SESSION 6
Computer Science
Computer Science
Sat 9:30 PM - 10:30 PM UTCDec 11, 9:30 PM - 10:30 PM UTC
We will be looking at loops (for and while) and tracing some algorithms
SESSION 7
19
Dec
SESSION 7
Computer Science
Computer Science
Sun 9:30 PM - 10:30 PM UTCDec 19, 9:30 PM - 10:30 PM UTC
We will look at algorithms and tracing
SESSION 8
22
Jan
SESSION 8
Computer Science
Computer Science
Sat 9:30 PM - 10:30 PM UTCJan 22, 9:30 PM - 10:30 PM UTC
We will be working with functions