Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]