I'll start:
For web dev:
For web dev:
- Python 2.7
- Flask
- Jinja2 (Flask default)
- Flask Classy most of the time
- Flask-bootstrap when design doesn't need to be unique
- WTForms (lol at writing your own form HTML)
- Pony ORM
- Redis when needed
- waitress WSGI server
- Nginx when needed
- Postgres with SQLite in early development or for small projects.
- requests
- lxml
- gevent
- Whatever's needed from the web dev list