Video Library
Python Basic UniPa
Build real-world AI systems, not just learn syntax.
-
-
-
-
-
- Full lecture video
-
-
-
-
PYTHON
Session 01 – Variables, Data Types
View on YouTube →Introduction to Python basics: how to store data using variables and work with different data types such as integers, floats, strings, and booleans.
PYTHON
Session 02 – If Conditions, Elif, Else
Learn how to control the flow of your program by making decisions using conditional statements: if, elif, and else.
View on YouTube →
PYTHON
Session 03 –List, For Loop, While Loop
View on YouTube →Discover how to store multiple values in lists and automate repetitive tasks using for loops and while loops.
PYTHON
Session 04 –Functions
View on YouTube →Learn how to write clean, reusable code by defining and calling functions with parameters and return values.
PYTHON
Session 05 –Final Project
Put everything together! Build a complete mini-program that applies variables, conditions, loops, and functions in a real-world scenario.
View on YouTube →