Getting Started with Python

🧪 [Getting started with Python] 0.1: התקנת pyenv ואימות עבודה תקינה

🧪 [Getting started with Python] 0.2: יצירה והפעלה של Virtual Environment

🧪 [Getting started with Python] 0.3: בידוד תלויות בין Virtual Environments ושחזור עם requirements.txt

🧪 [Getting started with Python] 0.4: הקמת סביבת פיתוח אחידה לקורס (Python 3.12.9)

🧪 [Getting started with Python] 0.5: עבודה אינטראקטיבית עם Python – REPL ו-IPython

🧪 [Getting started with Python] 0.6: כתיבת והרצת קבצי ‎.py

🧪 [Getting started with Python] 0.7: עבודה עם JupyterLab ו-Notebooks

Basics - Class Labs

🧪 [Python Basics] Class-Lab 1.1.1 – Python Variables and Basic Data Types

🧪 [Python Basics] Class-Lab 1.1.2 - Python Fundamentals: משתנים (Variables)

🧪[Python Basics] Class-Lab 1.1.3 — Python Fundamentals: Comments ו-Docstrings

🧪[Python Basics] Class-Lab 1.1.4 — Python Fundamentals: Numbers ו-Arithmetic

🧪 [Python Basics] Class-Lab 1.1.5 — Python Fundamentals: Strings

🧪 [Python Basics] Class-Lab 1.2 – Getting User Input in Python

🧪 [Python Basics] Class-Lab 1.3 - Age to Days Converter

Basics - Hands-On Labs

🧪 [Python Basics] Hands-On Lab 1.1 – Python Variables and Basic Data Types (Exercises)

🧪 [Python Basics] Hands-On Lab 1.2 – Python Comments and Code Documentation

🧪 [Python Basics] Hands-On Lab 1.3 – Working with Numbers in Python