Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.76 KB

File metadata and controls

60 lines (40 loc) · 1.76 KB

alt text

Python Learning

This repository contains Python learning notes, practice exercises, and small automation examples organized for easy study and reference.

Overview

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

Repository Structure

Topics Covered

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

How to Use This Repository

  1. Start with the basics folder and follow the notes in order.
  2. Practice the examples in the practice files.
  3. Use the automation folders to explore real-world scripting scenarios.
  4. Open the notebooks and Python files in VS Code or Jupyter for hands-on learning.

Getting Started

A typical workflow:

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

Then install any required dependencies as needed for the specific folder or script.

Notes

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