Python
Debian - установка
- apt-get install python python-dev python-support python-lxml, python-gevent openssl python-gevent-socketio python-psutil python-reconfigure python-daemon python-passlib python-requests python-dbus python-imaging stunnel apt-show-versions python-catcher python-exconsole
- easy_install pip
Установка pip
- apt-get install python-setuptools
- easy_install pip
Установка pip пакетов (зависимостей)
- pip install -r ./requirements.txt
- pip install libxml
Отладка
ORM
FrameWork/Библиотеки
- http://werkzeug.pocoo.org/ - WSGI webserver
- http://flask.pocoo.org/ - micro
- http://docs.fabfile.org/en/1.7/ - удаленное выполнение команд по ssh
- http://jinja.pocoo.org/ - template engine for Python
- http://habrahabr.ru/post/192610/ - Jedi — библиотека автодополнения для Python
- http://gunicorn.org/ - WSGI HTTP Server for UNIX
- http://supervisord.org/ - Supervisor: A Process Control System
- http://flask.pocoo.org/ - Flask is a microframework for Python
Софт
Документация / Книги / Инструменты для изучения языка
Статьи
- http://www.pylint.org/ - Контроль написания