Search Results

5
votes

Naming conventions in a Python library

I suggest you read PEP8 (styleguide for Python code). …
2
votes

How do you organize Python modules?

Maybe PEP8 and easy_install can help you? …
-1
votes

Alert boxes in Python?

Start an app as a background process that either has a TCP port bound to localhost, or communicates through a file -- your daemon has the file open, and then you echo "foo" > c:\your\file …
-1
votes

Offline access to MoinMoin wiki using Google Gears

Have a look at MoinMoin Desktop Edition. …