Momentum logo
Team 13 Classroom

🐍 Welcome to Python! 🐍

Posted on Jun 13th, 2022

Welcome to Phase 2, where we’ll be learning about back end development. Topics we’ll cover include:

  • Python and object-oriented programming
  • Building web applications with Django
  • Working with a relational database

🗓️ 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

✅ TODO today

  1. Make sure your dev environment is set up, using our guide.
  2. Read Python VS JavaScript – What are the Key Differences Between The Two Popular Programming Languages?

🎯 Project

We’ll be using the Thinkific content as an introduction to Python concepts. Please complete the Python section through while statements by Tuesday morning, 6/14.

🔖 Resources

Essential Python Resources

RealPython: Basic Python Tutorials

These articles are way more in-depth than you need right now, but they are good references for more information, if you feel you need that.

📓 Jupyter Notebooks

💁 Asking Questions + Getting Help

🦉 Code & Notes

Tags: phase-2 python

Back to home