Friday, November 15, 2013

Interface builder for bootstrap CSS

Here it is... A tool to build bootstrap websites quickly.

http://www.layoutit.com/

Bootstrap CSS

Bootstrap provides a Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.

Check it out at http://getbootstrap.com/

Sunday, November 10, 2013

Good explanation of python decorators

By Simeon Franklin

http://simeonfranklin.com/blog/2012/jul/1/python-decorators-in-12-steps/

Thursday, November 7, 2013

Installing python-ldap in Ubuntu

$ sudo apt-get install python-dev libldap2-dev libsasl2-dev libssl-dev 
$ pip install python-ldap

Wednesday, November 6, 2013

Where are books stored in iBooks in Mavericks

At the following path.

~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks/Books

Checking the PYTHONPATH interactively

You can see the value of your Python path using the Python interactive interpreter and tying this:

>>> import sys 
>>> print sys.path