Momentum logo
Team 17 Classroom

🐍 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: Topic Map

πŸ—“οΈ Today’s topics

  • Running Python
  • Syntax differences between JS and Python
  • Python
    • variables
    • if statements
    • while loops
    • Input and output with input and print
    • 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.py and string2.py in the basic directory.

πŸ”– Reference Material

Essential Python References

πŸ¦‰ Code & Notes

Tags: phase-2 python

Back to home