Skip to content

shashwatpokharel27-dotcom/python_practice

Repository files navigation

🐍 Python Practice Repository

This repository contains my Python practice work, including different concepts, libraries, and small experiments. It helps me strengthen my understanding of Python programming.


📂 Project Structure

PYTHON/ ├── oops/ │ ├── classes.py │ ├── dataclass.py │ ├── function.py │ ├── inheritance.py │ ├── plotting/ │ ├── matplotlib_lib.py │ ├── statistics/ │ ├── finding_outliers.py │ ├── xml/ │ ├── data.xml │ ├── products.xml │ ├── python_xml.py │ ├── data & serialization/ │ ├── dictionary.pkl │ ├── file.pkl │ ├── planet.pkl │ ├── set.pkl │ ├── csv & datasets/ │ ├── mercedesbenz.csv │ ├── practice.csv │ ├── text.csv │ ├── pandas & numpy/ │ ├── from_numpy.py │ ├── from_pandas.py │ ├── panda_2.py │ ├── panda3_json.py │ ├── core python/ │ ├── first.py │ ├── from_4.py │ ├── lambda.py │ ├── list_comphresion.py │ ├── pickling.py │ ├── python_html.py │ └── misc/ ├── demo.html ├── test.png


🚀 Topics Covered

  • ✅ Python Basics
  • ✅ Functions & Lambda
  • ✅ List Comprehension
  • ✅ Object-Oriented Programming (OOP)
  • ✅ File Handling & Pickling
  • ✅ NumPy & Pandas
  • ✅ Data Visualization (Matplotlib)
  • ✅ XML Processing
  • ✅ CSV Handling
  • ✅ Statistics (Outliers Detection)

🛠️ Technologies Used

  • Python 3.x
  • NumPy
  • Pandas
  • Matplotlib

📌 Purpose

  • Practice Python concepts
  • Improve problem-solving skills
  • Explore different Python libraries
  • Build a strong programming foundation

🤝 Contribution This is a personal learning repository, but suggestions are welcome.

📧 Contact

Feel free to connect for collaboration or feedback.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors