- Python 3.5 Cheat Sheet
- Python 3.5 Cheat Sheet
- Python
- https://www.python.org/
- The Hitchhiker’s Guide to Python!
- https://docs.python-guide.org/
- Digital Ocean
- https://www.digitalocean.com/
- Support for line-oriented command interpreters
- https://docs.python.org/3.5/library/cmd.html
- TextBlob
- https://textblob.readthedocs.io/en/dev/
- NLProcessing for Beginners: Using TextBlob
- https://www.analyticsvidhya.com/blog/2018/02/natural-language-processing-for-beginners-using-textblob/
- Unittest
- http://pythontesting.net/framework/unittest/unittest-introduction/
- Python test cheatsheet
- https://www.pythonsheets.com/notes/python-tests.html
- Django
- https://www.djangoproject.com/start/
- Django getting started
- https://docs.djangoproject.com/en/2.0/intro/tutorial01/
- PostgreSql Cheat Sheet
- postgresql-cheat-sheet
- Gunicorn / Nginx
- http://docs.gunicorn.org/en/stable/deploy.html
Good to have:
- Flask
- flask_cheatsheet
- PEP8
- NamingConventions