Posts tagged with tutorial

03/24/2010 - 01:54 am

In this series of posts, I will show you how to build a blog like this one using Codeigniter (CI) and jQuery. In the first post, I will explain how to install and configure codeigniter so we can begin building your blog.

1 comment
02/25/2010 - 12:51 am

I was recently moving some backend code to python, and I quickly realized that I've never worked with a database within python (outside of django). After some quick googling I found the MySQLdb package. MySQLdb is a wrapper for the _mysql api, and it allows you to interact with your MySQL database from within python. In this article I will show you how to install and use MySQLdb.

2 comments