- 2021 Howto code — How to get started coding
- 2021 Local python packages breakage — Dealing with python packages being all over the place
- 2009 Parsing XML root attributes
- 2007 Adding lists
- 2007 Am I running PyXML?
- 2007 Bayes
- 2007 Class customization
- 2007 Constructing and then Printing/Writing a simple XML file with dom
- 2007 Copy a list !
- 2007 Counting lines in a file
- 2007 Debugging trick
- 2007 Dropping into the interpreter after an ERROR to debug
- 2007 Fiddling with PYTHONPATH in bash
- 2007 Finding the key to a value
- 2007 Fixing tabs? Use reindent.py
- 2007 for i in range(len(li)): BAD
- 2007 how do I call a function in my class?
- 2007 How do I determine whether a string is of letter characters or digits?
- 2007 How would one read line (x) from a file?
- 2007 importing modules
- 2007 Infrequently asked questions
- 2007 Inserting values into HTML output
- 2007 Installing libraries into your $HOME
- 2007 Installing XML-SIG package as a user
- 2007 Iterating through two (equal) lists
- 2007 Joining a list of strings, or ints
- 2007 List sorting (DSU?)
- 2007 Mapping Types = dict
- 2007 None is null in python
- 2007 Normalizing whitespace
- 2007 Not using readlines (save memory)
- 2007 Ordered list union
- 2007 Organizing libs for your project
- 2007 Parsing HTML with REs
- 2007 Parsing strings into dicts
- 2007 Parsing tag soup
- 2007 Parsing XML for the text/cdata between a particular start/end tag
- 2007 Passing arguments
- 2007 Passwords
- 2007 Printing attributes of a class
- 2007 Printing your enviroment settings
- 2007 PyGTK
- 2007 PYTHONPATH in script
- 2007 Quick reference
- 2007 r+ (appending) and pickle do not mix!
- 2007 Reading input / user interaction
- 2007 Recursive file tree add thing
- 2007 Refactoring perl ;) STDIN STDOUT Example
- 2007 Regex XML
- 2007 Regular Expressions
- 2007 repr
- 2007 Return, do not print
- 2007 Returning first word on a line in a file by line number example
- 2007 Running nevow/twistd on a vhost
- 2007 Running other programs
- 2007 Setting list values
- 2007 Setting/initializing a list of certain length
- 2007 Sorting dictionaries (code example)
- 2007 String contains - Python2.3
- 2007 StripoGram - use strings
- 2007 Template
- 2007 Traversing minidom's tree (Parsing XML to text)
- 2007 Try use cPickle, it is faster
- 2007 Type checking or Object type comparisons
- 2007 Umask, permissions in newly created files
- 2007 Unique elements from a list
- 2007 Unitesting (simple example)
- 2007 Urllib
- 2007 Using sub re groups as arguments in functions
- 2007 VIM settings for proper style
- 2007 Write now!
- 2007 Zip