π Welcome to Python! π
Posted on Feb 13th, 2023
Welcome to Phase 2, where weβll be learning about back end development. The overview of topics we are covering and assignments is here:

ποΈ Todayβs topics
- Running Python
- Syntax differences between JS and Python
- Python
- variables
ifstatementswhileloops- Input and output with
inputandprint - Functions
π― Project
In class and for homework, we will work on the exercises from Googleβs Python course.
- Link to accept assignment
- Goal for Tuesday morning:
- complete the exercises in
string1.pyandstring2.pyin thebasicdirectory.
- complete the exercises in
π Reference Material
Essential Python References
- β Official Python docs
- π The Python Standard Library
- LearnPython Tutorial -> A good reference with examples and exercises.
- A Byte of Python -> Use this as a reference, starting at First Steps. DO NOT follow the installation instructions to download Python β you already have Python installed!