Momentum logo
Team 14 Classroom

🐍 Welcome to Python! 🐍

Posted on Aug 8th, 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 loops. Please come to class with 3 questions tomorrow, 8/9

πŸ”– 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