🐍 Welcome to Python! 🐍
Posted on Feb 10th, 2023
In order to prepare for phase 2, please:
-
Follow these setup instructions
-
(OPTIONAL) Have a look at the introductory notes on Python:
-
(OPTIONAL) To get a head start, check out one or more of these introductory Python tutorials.
- 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
- Accompanying Python Cheat Sheet
🐍 Learn Python interactive tutorial
- Under Learn the Basics
- Hello, World!
- Variables and Types
- Lists
- Basic Operators
- String Formatting
- Basic String Operations
- Conditions
- Loops
- Functions