Introduction to Python
SAT Score Range
•
9 sessions
•
JD
BP
HZ
+15
•
🔥 2 spots left!
About
This is an introductory series for Python that will go from basic output and data types to functions and error handling. You do not need any prior programming knowledge but having Python installed before the series starts would be good.
✋ ATTENDANCE POLICY
I will not enforce any attendance rules but try to come to every one of them as each of the sessions are built upon previous sessions.
SESSION 8
30
Aug
SESSION 8
Python
Python
Sat 12:30 AM - 1:30 AM UTCAug 30, 12:30 AM - 1:30 AM UTC
We will go over creating lists & list literals, indexing & slicing lists, list methods: append, insert, remove, pop, and list concatenation & repetition.
SESSION 9
2
Sep
SESSION 9
Python
Python
Tue 12:30 AM - 1:30 AM UTCSep 2, 12:30 AM - 1:30 AM UTC
We will go over len(), min(), max(), sum() with lists, iterating through lists with for loops, list comprehensions, sorting lists: sort() & sorted(), and copying lists.