Python Beginners Resources
Recommended Readings for Python Newbies
- Python tutorial
- Dive Into Python - An excellent introduction into the Python language]
- PEP-0008 Python coding guidelines
- PEP-0257 Python docstring conventions
Recommended Courses and Videos
Recommended tools for testing your code
Use pylint to evaluate your code’s quality.
Leave a comment