Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solankiravi/Python
https://github.com/solankiravi/Python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solankiravi/Python
- Owner: solankiravi
- Created: 2020-05-01T12:19:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T08:06:00.000Z (8 months ago)
- Last Synced: 2024-06-28T13:34:39.744Z (5 months ago)
- Language: Python
- Size: 12.2 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python Practice
About |
Features |
Technologies |
Requirements |
Starting |
Author
## :dart: About ##
This repo covers the basic code snippets in python.
## :sparkles: Features ##
:arrow_forward: [Python Introduction](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/1.Introduction_of_Python)\
:arrow_forward: [Data Structure](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/2.Data_structure)\
:arrow_forward: [Object oriented Concept](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/3.OOPs)\
:arrow_forward: [Algorithm](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/4.Algorithm)\
:arrow_forward: [File Handling](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/5.FileHandling)\
:arrow_forward: [Numpy](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/6.Numpy)\
:arrow_forward: [Pandas](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/7.Pandas)\
:arrow_forward: [Design Pattern](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/8.Desig_Pattern)\
:arrow_forward: [Web Scrapping](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/9.Web_Scrapping)\
:arrow_forward: [Sklearn](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/10.Sklearn)\
:arrow_forward: [Commonly_Asked_Code](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/Commonly_Asked_Code)\
:arrow_forward: [FastAPI](https://github.com/solankiravi/Python-Practice/tree/master/PythonDemos/FastAPI);## :rocket: Technologies ##
The following tools were used in this project:
- [Python](https://www.python.org/)
- [FASTAPI](https://fastapi.tiangolo.com/)## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Python](https://www.python.org//) installed.
## :checkered_flag: Starting ##
```bash
# Clone this project
$ git clone https://github.com/solankiravi/python-practice# Access
$ cd python-practice# Install dependencies
$ pip3 install -r requirements.txt# Activate Environment
$ env\Scripts\activate.bat```
Made with :heart: by Ravi Solanki