Archive for November, 2008

FirePython — no prints?

While I’m developing some web application I almost never use any debuggers or supporting tools: in 90% of cases usual print variable is enough for understanding a trouble. Of course, there are some very complicated cases, when I do import pdb; pdb.set_trace().

But I was pointed at very cool thing yesterday — FirePython. This thing consists of two parts — small library on python and plugin for Firebug. This tandem is engaged with very useful business — it displays all python logged activity1 in Firebug tab.

continue reading (35 comments) »

Blogging spree

That’s my first post in this blog. The idea of having blog in English arose a lot of time ago but I always had some lame excuses for myself to not do that. But two weeks ago I’ve added ForeignKey to Site to blog.Post model in Byteflow (which naturally reflects my posts in blog ;-)) along with DynamicSiteMiddleware and that allows me to simultaneously have two blogs on different domain serving by single Byteflow instance, what, I think, is rather cool. :D

So… welcome to exhaust of my blogging spree, hope you will enjoy it! ;-)

7 comments »