Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-2.x

Is it possible to import class method without instantiating class?

Backport Python 3.4's regular expression "fullmatch()" to Python 2

how to decode an ascii string with backslash x \x codes

Property getter/setter have no effect in Python 2

print.__doc__ vs getattr(__builtin__,"print").__doc__

python python-2.x

reorder byte order in hex string (python)

Convert unicode with utf-8 string as content to str

itertools.imap vs map over the entire iterable

python python-2.x itertools

How do I case fold a string in Python 2?

python unicode python-2.x

Python str view

How to manipulate the exception in __exit__ of a context manager?

map in Python 3 vs Python 2 [duplicate]

Python name of class in class body

Why do new style class and old style class have different behavior in this case?

Chunking bytes (not strings) in Python 2 and 3

TypeError: <object> is not JSON serializable

json django object python-2.x

How to verify in pycrypto signature created by openssl?

Is "backporting" Python 3's `range` to Python 2 a bad idea?

Raw unicode literal that is valid in Python 2 and Python 3?

How to check if object is instance of new-style user-defined class?