Fork me on GitHub

  1. The Python yield keyword explained

    September 29, 2013

    Hi there folks. Again welcome to yet another useful tutorial. This is again a stackoverflow answer. This one is related to the Python yield keyword. It explains you what yield, generators and iterables are. So without wasting any time lets continue with the answer.

    To understand what yield does, you ...

    read more
  2. Python Quick Reference v2.7

    September 26, 2013

    Hi there everyone. We all have experienced that time when we say "what was that function called ?", "was it called get_attr() or post_attr() ?" Recently I came across a wonderful Python Quick Reference for version 2.7 . It contains some useful information. I hope you will find it very useful just ...

    read more
  3. All about the metaclasses in Python!

    September 20, 2013

    Hi there pythonistas. Recently I was searching about metaclasses in Python and came across a very good explanation about metaclasses on stackoverflow. I found the answer really helpful so I think you should read it as well. Who knows when you might find something useful in there.

    Disclaimer: very long ...

    read more
  4. Making a Reddit + twitter Bot

    September 14, 2013

    Hi there pythonistas. I hope you are all fine. In this post I am going to teach you how we can make a Reddit + Twitter bot. What this bot will do is that it will copy post titles and url from any subreddit that you want and then it will ...

    read more
  5. A surprize for you

    September 09, 2013

    Hi there pythonistas. You might have noticed that I haven't been active much on this blog. There's a reason for that. I was preparing a PyCon talk. Yes I was really preparing a PyCon talk. The title of the talk is web scraping in python. I have submitted ...

    read more
  6. Making a twitter bot in python

    September 04, 2013

    Hi there guys. I hope you are fine. In this post I am going to tell you how you can make a twitter auto favouriter or a.k.a Twitter Bot. I am not going to make a twitter follower as it will get you banned quickly if you use ...

    read more

« Page 3 / 9 »