Recently I tried learning about turtle module of python, so that I can make some graphics using it.
Though I’m not really interested in turtle module but I made something like ‘solar’ system.
Check it out :
Continue reading
Month: July 2015
Number removing trick using Python
Well, there are thousands of tricks which can be performed using python. So, here I’m bringing one more python trick for you’ll.
Okay, but the condition is that you don’t have to use your terminal for answering this question, yes, because it’s an easy one. So you just don’t need a terminal at all. Continue reading
Fetching name of Twitter users using Python.
Python is awesome, not because everyone is saying it. It’s awesome because python allows you to do almost everything you want.
Just few days back I was trying to search user name of those, whose twitter handle starts from @1 to @100. So, I just wrote a quick python script that performs the same task and shows you all the user name in your terminal.
Here is the code :
Continue reading