Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imabhinavdev/python
This repository contains all files while learning python
https://github.com/imabhinavdev/python
exercises numpy pandas python
Last synced: 10 days ago
JSON representation
This repository contains all files while learning python
- Host: GitHub
- URL: https://github.com/imabhinavdev/python
- Owner: imabhinavdev
- Created: 2021-10-25T12:37:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T12:37:58.000Z (3 months ago)
- Last Synced: 2024-08-24T13:49:33.910Z (3 months ago)
- Topics: exercises, numpy, pandas, python
- Language: Python
- Homepage:
- Size: 451 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abhinav Singh
*Follow me on GitHub**
[![Follow me on GitHub](https://img.shields.io/github/followers/madabhi?style=social)](https://github.com/madabhi)Welcome to my GitHub repository! This repository contains various folders with educational materials related to programming and Object-Oriented Programming (OOP) in Python. Whether you're learning Python, programming concepts, or exploring OOP principles, you'll find valuable resources here.
## Folders
### [Training](Training/)
- This folder contains a collection of notes and Python code examples. You can explore topics related to Python programming, data science, algorithms, and more.[Explore Training Folder](https://github.com/madabhi/python/tree/master/Training)
### [Object Oriented Programming](Object%20Oriented%20Programming/)
- In this folder, you'll find comprehensive class notes on Object-Oriented Programming (OOP) in Python. The notes cover fundamental OOP concepts, practical examples, and code samples to help you master Python's object-oriented capabilities.[Explore OOP Folder](https://github.com/madabhi/python/tree/master/Object%20Oriented%20Programming)
### [numpy](Pattern%20Module/numpy/)
- This folder contains a collection of notes and Python code examples related to NumPy, a powerful library for numerical computing in Python. You can explore topics such as array manipulation, mathematical operations, and data analysis using NumPy.[Explore numpy Folder](https://github.com/madabhi/python/tree/master/Pattern%20Module/numpy)
### [pandas](Pattern%20Module/pandas/)
- This folder contains a collection of notes and Python code examples related to pandas, a popular library for data manipulation and analysis in Python. You can explore topics such as data loading, cleaning, transformation, and analysis using pandas.[Explore pandas Folder](https://github.com/madabhi/python/tree/master/Pattern%20Module/pandas)
## Getting Started
1. **Clone the Repository**: To get started, clone this repository to your local machine using the following command:\
```bash
git clone https://github.com/madabhi/python.git
```