Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukajioshvili20/python-fundamentals
Synopsis of Python 3.10 for university
https://github.com/lukajioshvili20/python-fundamentals
Last synced: 2 days ago
JSON representation
Synopsis of Python 3.10 for university
- Host: GitHub
- URL: https://github.com/lukajioshvili20/python-fundamentals
- Owner: LukaJioshvili20
- Created: 2022-09-11T12:28:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T21:27:31.000Z (22 days ago)
- Last Synced: 2024-12-02T22:27:47.272Z (22 days ago)
- Language: Python
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-fundamentals
Synopsis of Python 3.10 for university## Deployment
To deploy pygames and run
For python 2
```bash
python -m pip install --user pygame
```For python 3
```bash
python3 -m pip install --user pygame
```For macOS , remove "--user" flag
```bash
python3 -m pip install pygame
```
## Featuring- Fundamentals of python syntax with proper examples
- Pygames
- Soon more...## Authors
- [@LukaJioshvili20](https://www.github.com/LukaJioshvili20)
## Feedback
If you have any feedback, please reach out to us at [email protected]