Resources - edmondb/pyto GitHub Wiki
- General Python
- Main Resources:
- Official Website: http://www.python.org
- Python 3 Official Documentation: http://docs.python.org/3/
- Anaconda: http://www.anaconda.com
- Learn X in Y Minutes (Quick Reference): http://learnxinyminutes.com/docs/python3/
- Jupyter Notebook online viewer for presentations: http://nbviewer.jupyter.org/
- Python Enhancement Proposals (PEPs): http://www.python.org/dev/peps/
- Introductory:
- Python 2/3:
- Clock: http://pythonclock.org/
- Writing Compatible Code: http://python-future.org/
- Formatting Strings: http://pyformat.info
- Python 2/3:
- Main Resources:
- Miscellaneous - Non-Python Related
- Semantic Versioning: http://semver.org
- Version Control: http://git-scm.com
- Online Repository Hosting: http://github.com
- GitHub-Flavored Markdown: http://help.github.com/categories/writing-on-github/