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 | Hacker News

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 . http://news.ycombinator.com/item?id=3127215
Python

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

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

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

NodeBox | Graph

In mathematics and computer science, graph theory studies networks of connected nodes and their properties. A graph can be used to visualize related data, or to find the shortest path from one node to another node for example. The NodeBox Graph library includes algorithms from NetworkX for betweenness centrality and eigenvector centrality, Connelly Barnes' implementation of Dijksta shortest paths ( here ) and the spring layout for JavaScript by Aslak Hellesoy and Dave Hoover ( here ).

cx_Freeze

About cx_Freeze cx_Freeze is a set of scripts and modules for freezing Python scripts into executables, in much the same way that py2exe and py2app do. http://cx-freeze.sourceforge.net/
http://pypi.python.org/pypi/bbfreeze bbfreeze creates stand-alone executables from python scripts.

Package Index : bbfreeze 0.97.3

py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.

FrontPage - py2exe.org

http://www.py2exe.org/
http://habrahabr.ru/post/113065/

Python(x, y) / Python / Хабрахабр

Python(x, y) — набор библиотек и программного обеспечения для численных расчетов, анализа и визуализации данных на основе Python. IDE представлены IDLE, Eclipse и Spyder, основой GUI избран Qt.
http://python.org/ "HomeGain maintains its commitment to continual improvement through rapid turnaround of new features and enhancements.

Python Programming Language – Official Website

Я никогда не полагал, что Python попадет под влияние функциональных языков, независимо от того что люди говорят или думают. Я знаком с императивными языками, такими как C и Algol68 и хотя я сделал функции объектами «первого класса», я не рассматривал Python как язык функционального программирования. Однако, было ясно, что пользователи хотят больше от списков и функций.

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

Twisted

Twisted makes it easy to implement custom network applications, both servers and clients. Here's a TCP server that echoes back everything that's written to it:
[Warning, this post is long and gets very technical.] On the surface, new-style classes appear very similar to the original class implementation.

The History of Python

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

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