Part 2: Install Python & Write Your First Program – Python for Beginners

In Part 2 of this Python for Beginners series, we get your computer
fully set up and write your very first Python program! We’ll install
Python, set up VS Code with Pylance, and print our first “Hello World!”

No experience needed β€” just follow along step by step!

πŸ“Œ What’s covered in this video:
– How to download and install Python
– Setting up VS Code as your Python editor
– Installing the Pylance extension in VS Code
– Writing and running your first “Hello World!” program

πŸ’» Install Python via Terminal:

Windows:
winget install Python.Python.3

macOS:
brew install python
⚠️ Note: On macOS, Homebrew must be installed first.
Visit https://brew.sh to install it.

Linux (Ubuntu/Debian):
sudo apt update && sudo apt install python3

⏱ Timestamps:
0: 00 – Introduction
0: 59 – How to install Python
2: 55 – How to find your Terminal
4: 15 – How to install Pylance in VSCode
5: 06 – Creating our first project!
7: 23 – Wiring code and running it!

#Python #PythonForBeginners #InstallPython #VSCode #LearnToCode