Momentum logo
PT Team 3 Classroom

Getting Started With Python

Posted on Nov 12th, 2021

This week’s topics

  • Using VS Code to write Python
  • Print
  • Strings
  • Numbers
  • Data Types
  • Conditionals
  • Collections
  • Loops

🔖 Assignments for the Upcoming Week

  1. Hello World (due Tuesday, 11/16/21)
  2. Comments and Strings (due Wednesday, 11/17/21)
  3. Conditionals (due Thursday, 11/18/21)
  4. Collections & Loops (due Friday, 11/19/21)

🦉 Notes

🐍📒 Python Notebooks 🐍📒

  • Make a directory to hold your Python Notebooks
  • Clone the repository here into that directory: * git clone <url of notebooks> .
  • These notebooks are a written resource for the Python concepts we will learn, like an interactive textbook.
  • From inside the directory in the terminal, run jupyter notebook to open the notebooks.

Quick Reference

Tags: phase-1 python

Back to home