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: about 1 year 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T12:24:31.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T13:35:13.319Z (over 1 year 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

# 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}
```