learn

TwitterFacebook
Get flash to fully experience Pearltrees
Hey there, so I’ve been thinking about your second question. It’s a big question It basically turns into the question “how should you write software”, since most really useful programs end up getting fairly complicated. I don’t have a real answer to your question, even though I’ve written a lot of software, some of it ending up kind of big. To me there is a legitimate viewpoint that interprets most of the major innovations in software (functions, modules, classes, types, etc.) as different ways Although it is more controversial, I also think there is some value in the idea of Dependency Injection , a pattern where components declare their dependencies rather than explicitly create them.

Twisted Introduction

http://krondo.com/?page_id=1327
http://infinitemonkeycorps.net/docs/pph/ You have a pile of Python code. You think, “this could be useful to someone else.” You want to release it as an open-source project. You’ve come to the right place. This guide will help you release a high-quality Python project.

Python Project Howto — Python Project Howto

Scaling Python for High-Load Web Sites

http://yougov.github.com/pycon/slides/ At Polimetrix we conduct surveys and political polls on the web at pollingpoint.com. As such, our traffic increases significantly at election time. As the 2006 election approached, we realized that our web traffic would soon be about 10x what it normally is. We set about making sure our systems could handle that load.
While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also describes some of the optional components that are commonly included in Python distributions. Python’s standard library is very extensive, offering a wide range of facilities as indicated by the long table of contents listed below. The library contains built-in modules (written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible to Python programmers, as well as modules written in Python that provide standardized solutions for many problems that occur in everyday programming. Some of these modules are explicitly designed to encourage and enhance the portability of Python programs by abstracting away platform-specifics into platform-neutral APIs. http://docs.python.org/library/

The Python Standard Library — Python v2.7.2 documentation