Learn Python from scratch with this comprehensive tutorial! Using UV - Python Package Manager and VS Code as the IDE, we’ll guide you step-by-step through the fundamentals of Python programming.
setup and run (I am having Ubuntu 24.04)
1) install pipx (requires Python 3.8+ on system)
sudo apt update
sudo apt install pipx
pipx ensurepath
2) install uv
pipx install uv
3) uv init python-project
4) add logic in hello.py
5) uv run hello.py
Here's what we cover in this video:
00:00 - Python Env. setup using UV
01:15 - Print Statements
01:50 - Variables & Data Types
02:33 - F-Strings for String Formatting
03:10 - Conditional Statements (if/elif/else)
04:05 - For Loop
05:03 - Collections: Lists, Tuples, and Dictionaries
07:48 - Functions & Lambda
09:54 - Classes and Object-Oriented Programming
13:42 - File Handling (Read / Write)
15:10 - Error Handling with Try/Except/Finally
18:05 - Using Packages and Modules
Whether you're a complete beginner or need a refresher, this tutorial has you covered!
Follow me on Linkedin - / anupg-learn4tarakki
Source Code: https://github.com/learn4tarakki/pyth...