Blogs about: Doc Strings
Featured Blog
Python doc strings: of course you can, but don't
Just because somebody asked, I had to show that it can be done. But no, doc strings are not the place to store static data. 1 #! /usr/bin/env python 2 3 # Foo! Don’t do this.… more »
Keeping it Small and Simple
Python doc strings: of course you can, but don't
Lorenzo E. Danielsson wrote 4 months ago: Just because somebody asked, I had to show that it can be done. But no, doc strings are not the plac … more »
