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

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.

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