RSSArchive for February, 2012

Tutorial: How to Install Python Oracle Module “cx_Oracle” on Mac OS X Lion

I had developed a Python webapp 3 years ago using Django at my previous workplace.  In order to avoid dealing with database, we decided on implementing all the business logics into web services and only using Django for pure presentation layer.  Due to various reasons, I decided to use Python again for my first project [...]