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


pythonpython-2.5pep8

Read More
How do I test if there is a server open on a port with python?...


pythonsocketswindows-xppython-2.5

Read More
def next() for Python pre-2.6? (instead of object.next method)...


pythonpython-2.5

Read More
Sort nested dictionary by value, and remainder by another value, in Python...


pythonsortingdictionarypython-2.5

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


pythoncsvpython-2.5

Read More
string of kwargs to kwargs...


pythonpython-2.5

Read More
Python: avoid new line with print command...


pythonprintingnewlinepython-2.5

Read More
Working with Excel 4.0 for work, trying to use a button to launch a python script...


pythonexcelpython-2.5excel-4.0

Read More
Subclassing int in Python...


pythoninheritancesubclasspython-2.5

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


pythonfilezippython-2.5

Read More
Python 2.5 and sqlite3: DLL load failed...


pythonsqlitepython-2.5

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


pythontypecheckingpython-2.5

Read More
Parsing datetime strings with microseconds in Python 2.5...


pythondatetimeparsingpython-2.5

Read More
resize images in python...


imageresizepython-2.5

Read More
Tell if Python is in interactive mode...


pythoninteractivepython-2.5python-2.x

Read More
Looking for a fast way to build export of all possibilities (Python 2.5)...


pythonpython-2.5

Read More
Pygame AttributeError: 'module' object has no attribute 'copy'...


modulepygamepython-2.5attributeerrortraceback

Read More
Python 2.6 bindings for SVN 1.6.6...


svntracvisualsvn-serverpython-2.5

Read More
SQLite IntegrityError: UNIQUE constraint failed:...


sqlsqlitepython-2.5

Read More
When porting python 2.5 to 3.X, how can I replace "from <module> import *"?...


pythonpython-3.xpython-2.5

Read More
MIT OCW 6.00's Chicken McNugget program... again...


pythonalgorithmpython-2.5

Read More
Error importing a .pyd file (as a python module) from a .pyo file...


pythonwindowsmodulepython-2.5

Read More
What does from __future__ import absolute_import actually do?...


pythonpython-2.7python-importpython-2.5

Read More
Efficient unordered substring matching...


pythonregexpattern-matchingpython-2.5

Read More
Python_grouping multidimensional list...


pythonmultidimensional-arraypython-2.5

Read More
Can I get a reference to the 'owner' class during the __init__ method of a descriptor?...


pythonpython-2.5

Read More
Skip statements in case of last item in iterator...


pythonpython-2.7python-2.5

Read More
How to avoid line continuations in Python imports...


pythonpython-3.xpython-importpython-2.5

Read More
How to: Macports select python...


pythonversionmacportspython-2.7python-2.5

Read More
Error when formatting a String - ValueError: unsupported format character ',' (0x2c)...


pythonstringpython-2.5

Read More
BackNext