Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

alt text

Python Fundamentals

This section focuses on the core concepts of Python programming and serves as the foundation for the rest of this repository. It includes notes, interactive notebooks, practice exercises, and small examples that help you learn Python step by step.

What You Will Learn

The contents of this section are organized as follows:

Getting Started

To begin working locally, create a virtual environment and activate it:

bash
python -m venv .venv
.\.venv\Scripts\Activate.ps1

After that, open the notebooks in VS Code or Jupyter Notebook and run the Python files as needed.

Notes

This section is intended for personal learning, practice, and reference. It is best used as a guided path from beginner-level Python concepts to more practical application examples.