11 January 2007 07:45
without an e: What python looks like naked [01/10/2007 14:35:29]
How to create everything dynamicly in Python
>>> bar = type("bar", (object,), {"one":1})
>>> foo = bar()
>>> foo.one
1
1
(1 marks)
Founded in late 2003 and heartquartered in France, we are non-profit and independant.
We believe in the open web, think internet services should be sustainable, build for the long term.
While we are re-launching the service, we only accept new members through invitation.