Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/padupe/python-starter

Repository dedicated to studies in the Python programming language
https://github.com/padupe/python-starter

python python3

Last synced: 11 days ago
JSON representation

Repository dedicated to studies in the Python programming language

Awesome Lists containing this project

README

        

![img](https://github.com/padupe/python-starter/blob/main/assets/python-starter.svg)

# Python Starter
Repository dedicated to studies in the [Python](https://www.python.org/) programming language

## Contact the Developer





## Course Platform
- [Cod3r](https://www.cod3r.com.br/)
- [Fabio Ruicci | YouTube](https://www.youtube.com/c/FabioRuicciCursos)
- [Udemy](https://www.udemy.com/)

## Automatically create `requirementes.txt`
1. Install `pipreqs`:
```
pip install pipreqs
```

2. Run:
```
pipreqs {/path/to/project}
```