http://python.org | http://python.ru {{toc}} === Рекомендуемая литература === *[[http://docs.python.org/tut/]] *[[http://www.diveintopython.org/]] *[[http://www.byteofpy.org/]] http://www.oreilly.com/catalog/pythonpr/index.html By Mark Lutz The Python Pocket Reference is a companion volume to two O'Reilly Animal Guides, Programming Python and Learning Python. This small book summarizes Python statements and types, built-in functions, commonly used library modules, and other prominent Python... Out of Print. Published November 1998 http://www.oreilly.com/catalog/python2/index.html By Mark Lutz Programming Python focuses on advanced applications of Python. Endorsed by Python creator Guido van Rossum, it demonstrates advanced Python techniques, and addresses software design issues such as reusability and object-oriented programming. The enclosed... http://www.oreilly.com/catalog/pythoncook/index.html The Python Cookbook is a collection of problems, solutions, and practical examples for Python programmers, written by Python programmers. It contains over two hundred recipes for text manipulation, object oriented programming, XML processing, system ... Можно посмотреть: * Иван ван Лейнингем — Освой самостоятельно Python за 24 часа (http://www.books.ru/shop/search?search_type=+&query=5-8459-0198-7&x=0&y=0) === Дистрибутивы === Из дистрибутивов рекомендую [[http://www.activestate.com/Products/ActivePython/]]. По моему самая полная справочная система и встроенный набор расширений с Windows. Для java есть [[http://www.jython.org]], для .Net [[http://www.codeplex.com/IronPython]] [[http://pythonce.sourceforge.net/]] -- для WinCE (Windows Mobile) === IDE === [[http://pydev.sf.net]] -- на базе Eclipse Wing IDE, Visual Python, Komodo Pro, Tru Studio (платные); SPE (бесплатный). Мне понравился Wing IDE, но это уже на вкус. === Полезные библиотеки === *twisted (для web и сети), egenix-mx-base(работа с текстом и утилиты), PIL(работа с графикой), Tcl/Tk и wxPython (GUI), 4Suite (XML/XSLT). *[[http://www.djangoproject.com/]] -- веб-фреймворк *[[http://softwaremaniacs.org/blog/2005/12/08/django/]]) *[[http://www.showmedo.com/videos/video?name=1100000&fromSeriesID=110]] *[[http://groups.google.com/group/django-russian]] === ссылки === *http://python.ru/ *[[http://zopyrus.itconnection.ru/cgi-bin/mailman/listinfo/zopyrus]] *http://zope.net.ru/ *[[http://gulopine.gamemusic.org/2008/jan/10/simple-plugin-framework/]] *[[http://www.pythonware.com/daily/]] *[[http://boodebr.org/main/python/all-about-python-and-unicode]] {{backlinks}}