Search Results

3
votes

Using Pylint with Django

Because of how pylint works (it examines the source itself, without letting Python actually execute it) it's very hard for pylint to figure out how metaclasses and complex baseclasses actually affe …
2
votes

How do I add tab completion to the Python shell?

For the record, this is covered in the tutorial: http://docs.python.org/tutorial/interactive.html …