This repository contains Python learning notes, practice exercises, and small automation examples organized for easy study and reference.
The goal of this project is to provide a structured path for learning Python from basics to more advanced topics. It includes:
- Beginner-friendly notes and examples
- Practice files for hands-on learning
- Advanced Python topics
- Simple automation examples for cloud and productivity tools
The content includes topics such as:
- Variables and data types
- Operators
- Conditional statements and loops
- Functions and modules
- Exception handling
- File handling and configuration files
- String, list, tuple, set, and dictionary operations
- API-related examples
- Automation with Azure, GCP, and JIRA
- Start with the basics folder and follow the notes in order.
- Practice the examples in the practice files.
- Use the automation folders to explore real-world scripting scenarios.
- Open the notebooks and Python files in VS Code or Jupyter for hands-on learning.
A typical workflow:
python -m venv .venv
.\.venv\Scripts\Activate.ps1Then install any required dependencies as needed for the specific folder or script.
This repository is mainly for personal learning and reference. It is a growing collection of notes and examples that can be expanded over time.
🌐 Connect
- 📸 Instagram: acmarpu_tech
- 💻 GitHub: github.com/acmarpu
