python

TwitterFacebook
Get flash to fully experience Pearltrees
http://mirnazim.org/writings/python-ecosystem-introduction/

Python Ecosystem - An Introduction » mirnazim.org

When developers shift from PHP, Ruby or any other platform to Python, the very first road block they face (most often) is a lack of an overall understanding of the Python ecosystem. Developers often yearn for a tutorial or resource that explains how to accomplish most tasks in a more or less standard way. What follows is an extract from the internal wiki at my workplace , which documents the basics of the Python ecosystem for web application development for our interns, trainees and experienced developers who shift to Python from other platforms.

Python For The Web

Very nice article and thanks for the intro to Requests. Though, I'm not sure we would agree about Django being the best thing to learn in the long run . I undertook to move to Python for web development about 8 months ago and embarked on a thorough quest for the one true framework. https://news.ycombinator.com/item?id=3127215
Python

Каким бы хорошим не был Python, есть у него проблема известная все разработчикам — скорость. На эту тему было написано множество статей , в том числе и на Хабре . Чаще всего, предлагают следующие решения:

Ускорение кода на Python средствами самого языка / Python

http://habrahabr.ru/post/124388/
http://nodebox.net/code/index.php/Graph

NodeBox | Graph

Graph Description In mathematics and computer science, graph theory studies networks of connected nodes and their properties.
https://pypi.python.org/pypi/bbfreeze create standalone executables from python scripts bbfreeze creates stand-alone executables from python scripts. It's similar in purpose to the well known py2exe for windows, py2app for OS X, PyInstaller and cx_Freeze (in fact ancient versions were based on cx_Freeze.

Package Index : bbfreeze 0.97.3

http://habrahabr.ru/post/113065/

Python(x, y) / Python

Python(x, y) — набор библиотек и программного обеспечения для численных расчетов, анализа и визуализации данных на основе Python. IDE представлены IDLE, Eclipse и Spyder, основой GUI избран Qt.
Я никогда не полагал, что Python попадет под влияние функциональных языков, независимо от того что люди говорят или думают. Я знаком с императивными языками, такими как C и Algol68 и хотя я сделал функции объектами «первого класса», я не рассматривал Python как язык функционального программирования. Однако, было ясно, что пользователи хотят больше от списков и функций. http://habrahabr.ru/post/111756/

Откуда идут «функциональные» корни Python / Python

Twisted

Twisted is an event-driven networking engine written in Python and licensed under the open source MIT license . Twisted makes it easy to implement custom network applications. http://twistedmatrix.com/trac

Устранение Хвостовой рекурсии / Python

Я недавно написал в своем блоге Python History пост « The origins of Python's functional features » ( перевод ). http://habrahabr.ru/post/111768/