Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solankiravi/Python


https://github.com/solankiravi/Python

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        


 

Python Practice


Github top language

Github language count

Repository size



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

Back to top