Skip to content

abhii026/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python GitHub

Python Programming Repository

A structured Python repository covering core to intermediate Python concepts, organized topic-wise for easy learning, practice, and revision.
This repository is ideal for beginners, students, and interview preparation.


📚 Topics Covered

  • Conditions

    • if, if-else, nested conditions
  • Loops

    • for loop, while loop, loop control statements
  • Functions

    • function definition, arguments, return values
  • Data Structures

    • List, Tuple, Set, Dictionary operations
  • Object-Oriented Programming (OOP)

    • Class & Objects
    • Encapsulation
    • Inheritance
    • Polymorphism
    • Abstraction
  • Exception Handling

    • try, except, else, finally
    • Custom exceptions
  • File Handling

    • Reading and writing files
    • Working with text files

📂 Project Structure

PYTHON/
├── conditions/
├── loops/
├── functions/
├── data_structures/
├── oop/
├── exception_handling/
├── file_handling/
├── .gitignore
├── LICENSE
└── README.md

🛠️ Technologies Used

  • Python 3
  • VS Code
  • Git & GitHub

▶️ How to Use

  1. Clone the repository:
    git clone https://github.com/abhii026/Python
  2. Navigate to the project folder:
    cd Python
  3. Navigate to any topic folder:
    cd loops   # example
  4. Navigate to any folder and run a Python file:
    python filename.py

🎯 Purpose of This Repository

  • Strengthen Python fundamentals

  • Build a strong base for:

    • Data Engineering
    • Data Science
  • Backend Development

  • Quick revision before exams & interviews

👤 Author

Abhishek Singh
B.Tech CSE | Aspiring Data Engineer / Software Developer

🤝 Contributions

This is a personal learning repository. Suggestions and improvements are welcome.

About

A structured repository documenting my journey of improving programming, data, and system skills.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages