Higher-level Backend Programming
- Shell Scripts written in Bash 5.0.17(1).
- Python scripts interpreted/compiled using python3 (version 3.8.5).
- Python scripts use pycodestyle (version
2.8.*
). - Tested on Ubuntu 20.04 LTS.
All of the following folders are projects done during the studies:
Project name | Description |
---|---|
0x00. Python - Variable Annotations |
It aims to learn about type-annotated functions in Python language. |
0x01. Python - Async |
It aims to learn about async functions in Python language. |