New posts in python-2.5

How do I zip the contents of a folder using python (version 2.5)?

How to properly use python's isinstance() to check if a variable is a number?

Relative imports in python 2.5

Check if input is a list/tuple of strings or a single string

Multiple (asynchronous) connections with urllib2 or other http library?

Tell if Python is in interactive mode

Sort nested dictionary by value, and remainder by another value, in Python

How to obtain image size using standard Python class (without using external library)?

How to: Macports select python

NameError from Python input() function [duplicate]

Read data from CSV file and transform from string to correct data-type, including a list-of-integer column

How does Python's "super" do the right thing?

Subclassing int in Python

Python: avoid new line with print command [duplicate]

How to decorate a class?

What does from __future__ import absolute_import actually do?

How to generate all permutations of a list?