chombee


Member since 05/29/2008

6 snippets

922 profile views

3 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

chombee's Recent SnippetsTagged python



« Prev 1 Next »
Effbot's page on the os module: http://effbot.org/librarybook/os.htm The os module has lots of methods for dealing with files and directories: http://docs.python.org/lib/os-file-dir.html The shutil module: http://docs.python.org/lib/module-shut...
0 953 posted 15 years ago by chombee
0 547 posted 15 years ago by chombee
Test-first programming, in which you write the unit tests first with the unittest module and then work on the code until it passes all the tests, seems like a good substitute for writing interfaces or documentation first. The unit tests are like an A...
0 595 posted 15 years ago by chombee
This is my implementation of the messager pattern used by Panda3D for event handling. It's a really nice idea but I think Panda's version is implemented weirdly, it uses the subscribe objects as keys in the dictionary. That means that if you want...
0 421 posted 15 years ago by chombee
« Prev 1 Next »