https://github.com/thanh-vt/python-basic-programming
Basic Python programming
https://github.com/thanh-vt/python-basic-programming
Last synced: 9 months ago
JSON representation
Basic Python programming
- Host: GitHub
- URL: https://github.com/thanh-vt/python-basic-programming
- Owner: thanh-vt
- License: mit
- Created: 2020-11-16T03:48:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-13T17:27:06.000Z (about 5 years ago)
- Last Synced: 2025-01-31T06:07:36.590Z (11 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Basic Programming
Basic programming with Python
Command for packaging
```shell script
python setup.py sdist bdist_wheel
```
Command to install/uninstall
```shell script
pip install
pip uninstall
```