https://github.com/akafael/python-sandbox
Tutorial codes for Python.
https://github.com/akafael/python-sandbox
python selflearning tutorial-exercises
Last synced: 2 months ago
JSON representation
Tutorial codes for Python.
- Host: GitHub
- URL: https://github.com/akafael/python-sandbox
- Owner: akafael
- License: mit
- Created: 2020-05-15T21:35:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-23T01:24:22.000Z (5 months ago)
- Last Synced: 2025-07-23T03:19:39.728Z (5 months ago)
- Topics: python, selflearning, tutorial-exercises
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python
Guiding myself through the hidden path of Python. Combination of tutorial codes and tools for Python.
You can also check the [my list with kudos for several different programming languages](https://github.com/akafael?tab=repositories&q=sandbox)
## Reference
* [PEP 8 -- Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/)
* [W3 Schools Python Tutorial](https://www.w3schools.com/python/)
* [Geek for Geeks - Algorithms Courses](https://www.geeksforgeeks.org)
* [Algorithms implemented in Python](https://github.com/TheAlgorithms/Python)
## Improvements
* [ ] Write tests using [Robot Framework](robotframework.org/)
* [ ] Generate documentation using [Sphynx](https://www.sphinx-doc.org/en/master/)
* [x] Document code verification and tests processs using Makefile