January 2010
3 posts
4 tags
Activerecord in Python: Do it like Rails!
I’ve searched around the net for a nice, clean implementation of activerecord in Python but I found none. There are many better libraries for database abstraction out there in Python but I think that Rails’ “activerecord” way is a breeze and a fun way to access a database. So, my weekend project was to see whether I could hack together a small activerecord for Python. The...
Jan 17th
1 tag
Nimbuzz, Android and Skype: Put your headphones...
I love Nimbuzz (loving it since I first learn about it when I was at the Erlang Factory in London and spoke with a guy from Nimbuzz) ‘cause it was running smoothly on my Symbian and allowing me to connect with Skype. So when I got my HTC Hero, it was the first app I was going to install. But Skype(to Skype) didn’t seem to work (couldn’t speak, couldn’t hear). I tried Fring...
Jan 6th
1 note
2 tags
Facebook Connect for web2py
Even though web2py has support for building facebook applications, we didn’t have a way to use Facebook Connect. I’ve studied many ways (like Facebook’s Javascript API) and checked other frameworks (Rails and Django) and after 4 hours I made a patch to facebook.py that enables web2py (and I’m sure that other python frameworks can use - like webpy) to use Facebook Connect...
Jan 5th