¡@

Home 

python Programming Glossary: www.voidspace.org.uk

How do I install PyCrypto on Windows?

http://stackoverflow.com/questions/11405549/how-do-i-install-pycrypto-on-windows

How do I mock an open used in a with statement (using the Mock framework in Python)?

http://stackoverflow.com/questions/1289894/how-do-i-mock-an-open-used-in-a-with-statement-using-the-mock-framework-in-pyth

magic methods particularly using the MagicMock http www.voidspace.org.uk python mock magicmock.html An example of mocking open as a context..

installing paramiko on Windows

http://stackoverflow.com/questions/2964658/installing-paramiko-on-windows

Why do no Python DLLs built with MSVC load with mod_wsgi?

http://stackoverflow.com/questions/3706293/why-do-no-python-dlls-built-with-msvc-load-with-mod-wsgi

of pycrypto built with MinGW from somewhere like http www.voidspace.org.uk python modules.shtml#pycrypto then it will import fine even..

Python urllib2, basic HTTP authentication, and tr.im

http://stackoverflow.com/questions/635113/python-urllib2-basic-http-authentication-and-tr-im

my list of URLs at http tr.im page 1 . After reading http www.voidspace.org.uk python articles authentication.shtml#doing it properly I also..

HTTP Authentication in Python

http://stackoverflow.com/questions/720867/http-authentication-in-python

here. A good document describing this and more is at http www.voidspace.org.uk python articles urllib2.shtml#id6 . share improve this answer..

How can I add a delay to every method in a Python sub-class when I don't want to replicate every method in the parent class

http://stackoverflow.com/questions/8618157/how-can-i-add-a-delay-to-every-method-in-a-python-sub-class-when-i-dont-want-to

delay wrapper from S.Lott but also uses a metaclass http www.voidspace.org.uk python articles metaclasses.shtml # usr bin env python from..

What is your favorite Python mocking library? [closed]

http://stackoverflow.com/questions/98053/what-is-your-favorite-python-mocking-library

but I've had good results with Michael Foord's Mock http www.voidspace.org.uk python mock . Michael's introduction says it better than I could..