Fork me on GitHub

  1. Packaging and distributing your python libraries

    August 01, 2013

    Hi 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
  2. Connecting to Sqlite databases

    August 01, 2013

    Hi 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 ...

    read more
  3. 10 python blogs worth following

    July 31, 2013

    Hi there fellow programmers. I remember those days when i started learning python. I was always eager to find new blogs about python but found just a handful of them. This is one of the reason i started this blog. To spread my knowledge about python to other fellow coders ...

    read more
  4. 20 Python libraries you can't live without

    July 30, 2013

    Hi there fellas. Today i am going to list 20 python libraries which have been a part of my toolbelt and should be a part of yours as well. So here they are:

    1. Requests. The most famous http library written by kenneth reitz. It's a must have for ...

    read more
  5. Targeting python 2 and 3 at the same time.

    July 30, 2013

    Hi there pythonistas. Today i am not going to write a lengthy tutorial about how to make your programs compatible with python 2 and 3 at the same time, but i am going to share a simple tip with you guys which will help you achieve this target. Just imagine ...

    read more
  6. Exception handling

    July 30, 2013

    Okay so the chances are you already know about exception handling in python but some new programmers don't. How do you handle exceptions in python ? First let me tell you what exceptions are. Exceptions are when something unexpected happens with your code. Just think that you writing a huge ...

    read more

« Page 6 / 8 »