https://github.com/subodh101/my-python
Basic examples of most of the functionalities.
https://github.com/subodh101/my-python
Last synced: 3 months ago
JSON representation
Basic examples of most of the functionalities.
- Host: GitHub
- URL: https://github.com/subodh101/my-python
- Owner: subodh101
- Created: 2020-02-14T03:03:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T23:26:01.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T13:43:12.392Z (4 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Python
Basic examples of most of the functionalities.
The names of the module are the name of the utility.
Feel free to copy paste :sunglasses:
### Easiest way to run
Install pipenv
```bash
pip3 install pipenv
```Install the dependencies
```bash
pipenv install
```Run any program
```bash
pipenv run python3
```