Fork me on GitHub

  1. Give me an idea for an Ebook

    July 31, 2013

    Hi there fellas. Today i am going to ask you for a favour. I am going to write an ebook about python. I want you to give me some ideas about what i should write. This Ebook is going to be short. It will be between 10 to 20 pages ...

    read more
  2. 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
  3. 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
  4. 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
  5. 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
  6. Python install location and version

    July 30, 2013

    Have you ever wondered how to check the install path of python and it's version ? If you have then this post is for you. It is very easy to check the version and install location of python on linux as well as on windows. First I will show the ...

    read more

« Page 7 / 9 »