Hi there fellas. Today in this post i am going to show you how we can use python to make bulk urls tiny. Let me clear that we are not making a url shortening SERVICE instead what we are going to do is that we are going to unofficially use ...
read more-
-
5 quality screencasts worth watching
August 02, 2013Hello there fellas. I am back with another list of useful resources. This time i am going to share with you 5 quality python screen casts worth watching. Unlike ruby there are not really much quality screen casts related to python out there. So without wasting a dime lets continue ...!--more-->
read more -
What is Pickle in python ?
August 02, 2013Hi there fellas. In this post i am going to tell you about pickle. It is used for serializing and de-serializing a Python object structure. Any object in python can be pickled so that it can be saved on disk. What pickle does is that it “serialises” the object first ...!--more-->
read more -
10 inspirations for your next python project
August 01, 2013Hi there fellow coders. I know those times when we don't know what to code. I am sure you must have experienced that time as well. Today i am going to share with you 10 python projects that will serve as an inspiration for your next python project. So ...
read more -
Packaging and distributing your python libraries
August 01, 2013Hi there fellow coders. This post will go over the basics of packaging and deploying your python libraries. So without wasting a minute lets get started.
Folder structure
So first thing first. What should be your folder structure ? At minimum you can have only two files. The first one should ...
read more -
Connecting to Sqlite databases
August 01, 2013Hi there fellas. Today i am going to teach you how to use sqlite databases with python. This post will cover the basics of making and using a sqlite database with python using the sqlite3 library. Okay lets get started. Firstly if you are using python 2.5 or greater ...!--more-->
read more