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

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

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