8:52PM
Leveling Up on Python
Saturday, July 3, 2010 at 8:52PM If you're reading the title and thinking whether pigs are flying
because I'm now using a runtime dynamic programming language instead
of C++ for a project then you might want to think again. Yes folks I'm
doing web development with Python and I'm leveling up and learning
about the cool tricks/idioms that makes Python programming really fun.
Of course I'm talking about runtime introspection and I'm still
working on reducing the amount of boilerplate I write. At some point
in time I'll be writing more about some cool patterns that are
emerging in the application I'm working on that might be interesting
to other Python developers too. Admittedly I have only been using
Python seriously for a year but now I'm going to ramp up and try to
get to an advanced level of Python programming as I go along.
because I'm now using a runtime dynamic programming language instead
of C++ for a project then you might want to think again. Yes folks I'm
doing web development with Python and I'm leveling up and learning
about the cool tricks/idioms that makes Python programming really fun.
Of course I'm talking about runtime introspection and I'm still
working on reducing the amount of boilerplate I write. At some point
in time I'll be writing more about some cool patterns that are
emerging in the application I'm working on that might be interesting
to other Python developers too. Admittedly I have only been using
Python seriously for a year but now I'm going to ramp up and try to
get to an advanced level of Python programming as I go along.

