Momentum logo
Team 17 Classroom

🐍 Welcome to Python! 🐍

Posted on Feb 10th, 2023

In order to prepare for phase 2, please:

  1. Follow these setup instructions

  2. (OPTIONAL) Have a look at the introductory notes on Python:

  3. (OPTIONAL) To get a head start, check out one or more of these introductory Python tutorials.

    🐍 A Byte of Python

    • Basics
    • Operators and Expressions
    • Control Flow
    • Functions
    • Modules
    • Data Structures
    • Problem Solving
    • Input and Output

    • note that this tutorial uses PyCharm where we use VS Code as a code editor

    🐍 Learn Python in 1 Hour with Mosh Video

    🐍 Learn Python interactive tutorial

    • Under Learn the Basics
      • Hello, World!
      • Variables and Types
      • Lists
      • Basic Operators
      • String Formatting
      • Basic String Operations
      • Conditions
      • Loops
      • Functions
Tags: phase-2 python

Back to home