LEARN PYTHON
Some scripts while learn Python, commented comparing with LUA.
Target is to learn writing code in python, following the PEP 8 style guide.
Using PyCharm.
IDENTATION
Using only Tab!!! Do not use 4 spaces! They don;t mix in python 3!
DOCUMENTATION
- Then standard library and some of the most common of them:
- The build-in functions
- The math module