My friend Ranganath had some problem with implementing a stopwatch in Java. I told him it would be a piece of cake in python and I would do it in a hour or so . The only thing I do was to call a callback function , whenever I clicked the start button which would […]
May 25 2011: JEE results out. After the initial happiness on seeing the result , it turned to almost sorrow. Why? I had got a 6k rank , and for that I could get only stuff like mining and mineral engineering. Nevertheless , I did think of applying for counselling. May 27 2011: It was […]
Hello. I was actually trying to build a sms – cum – database api using way2sms but I got stuck at this point. http://stackoverflow.com/questions/11069821/password-protected-sites-using-mechanize So I thought I would finish the database part of my app first using gtk and shelve. As simple as that , my main window contains two buttons , two entry […]
Well,I haven’t posted any non-pythonic stuff till now,and one of my seniors posted about his experience in our department and it fueled me to do the same [Decent way of saying copied idea] . It was almost a month since I had gone to college , and people around me kept saying that they had […]
Tweepy is a module used to parse twitter easily and it is awesome First your twitter application should be registered, this blog gives a step-by-step procedure for installation. http://talkfast.org/2010/05/31/twitter-from-the-command-line-in-python-using-oauth . After registering your app,try this Works like a charm!!.And remember not to give ur access or consumer keys to anyone for they may misuse it. […]
Reliance Broadband worked well on Windows.But on Linux Mint it simply wouldn’t connect no matter what.So i read a few blogs on what to do.Most of them asked to install some wv-dial and a few other packages and edit some configuration file and then it would work.But I was lazy to do all that!!! So […]
Hey long time.Exam Season + Continuous rape in CP labs + Other reasons kept me out of touch for a month.Then I thought I would get back to python and the first idea that struck me was website parsing(i.e retrieving info from a website).I started with the idea of extracting the headlines from google news. […]
My first code in python deals with database management system,using a module called gtk which helps in building a graphical user interface.The thing that made me use python,was that I had no idea of coding before and seniors (godlike 🙂 ) had told me its the simplest and probably it would help me understand C […]