1
2
3
4
class Planet(object):
    all = []

...

Python On Pythonify my code

by ielectric.myopenid.com, September 28, 2008 18:58

Untested:

64798a399a79ed8d34fa83ba0e61c1ac Talk
1
2
3
4
#!/usr/bin/env python
# -*- coding: utf-8 -*-

...

Python Get function's attributes

by ielectric.myopenid.com, August 19, 2008 18:04, 1 refactoring, tagged with function, attribute

I bet there is some other, ...

64798a399a79ed8d34fa83ba0e61c1ac Talk

Python On Get request path using Goog...

by ielectric.myopenid.com, July 22, 2008 18:07

Take a look at routes pytho...

Avatar Talk
1
2
3
4
# -*- coding: utf-8 -*-
'''
Description: Blowfish with custom base64 obfuscation. 
...

Python Custom blowfish IRC impleme...

by ielectric.myopenid.com, July 01, 2008 15:27, No refactoring, tagged with blowfish, base64, irc
64798a399a79ed8d34fa83ba0e61c1ac Talk