Momentum logo
Team 17 Classroom

🐍 Functions in Python 🐍

Posted on Feb 16th, 2023

πŸ—“οΈ Today’s topics

  • Collections in Python
    • Functions
    • Planning larger code projects

🎯 Project

Mystery Word

πŸ¦‰ Code & Notes

πŸ”– Reference Material

Essential Python References

Tags: phase-2 python

🐍 Collections in Python! 🐍

Posted on Feb 15th, 2023

πŸ—“οΈ Today’s topics

  • Collections in Python
    • Lists
    • Tuples
    • Dictionaries
    • Working with Files

🎯 Project

Word Frequency

  • Assignment Link
  • Due Thursday Morning - we will start in class
  • This guide from Real Python will be helpful in handling the file.

πŸ”– Reference Material

Essential Python References

πŸ¦‰ Code & Notes

Tags: phase-2 python

🐍 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