Łukasz

365
reputation
25 views

Registered User

name Łukasz
member for 1 year
seen yesterday
website
location Wrocław
age 27
Avid python programmer, mostly web oriented, but not limited.
Nov
14
awarded  Critic
Sep
8
awarded  Yearling
Jul
21
awarded  Nice Answer
Jul
21
answered How to use a custom site-package using pth-files for Python 2.6?
Jul
21
comment backport function modifiers to python2.1
from __future__ import nested_scopes # this time should look right
Jul
21
comment backport function modifiers to python2.1
from `__future__` import nested_scopes
Jul
21
comment backport function modifiers to python2.1
as indicated in recipe comment you need nested scopes: from future import nested_scopes
Jul
21
comment Having Django serve downloadable files
If you want to take into account user permissions you have to serve file through Django's view
Jul
21
comment Automate firefox with python?
Yes, as Selenium is written in Java.