Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/padupe/python-starter
- Owner: padupe
- Created: 2022-05-12T11:18:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T12:24:31.000Z (over 2 years ago)
- Last Synced: 2024-10-05T10:41:21.426Z (about 1 month ago)
- Topics: python, python3
- Language: Python
- Homepage:
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```