My other blogs
- http://introspection.sandipb.in focuses on my interest in the socio-political side of my country.
- http://foodie.sandipb.in focuses on my interest in food! :)
- http://outforfun.sandipb.in focuses on my interest in running
- http://www.pedalogue.com focuses on my and my wife's interest in other fun outdoor stuff
-
Recent Posts
Pages
Blogroll
Twitter ...
- When it comes to blowing one's own trumpet, no channel comes near Times Now,no newspaper like ToI 1 day ago
- RT @NilimDutta Norwegian authorities list Bhattacharyas' shortcomings http://t.co/S8GvF1Sz | Ridiculous charges 1 week ago
- Trying hard to stick to 1 of my new yr resolutions - read less twitter & more blogs. Not quite successful yet. This is quite some addiction 2 weeks ago
- Something is seriously wrong with Bangalore. It has not gone completely dark yet but I can already see fog near my house. Brr. 2 weeks ago
- Suddenly, there are hardly any FOSS conferences happening in Bangalore this year, it seems. 3 weeks ago
- More updates...
Powered by Twitter Tools
Flickr
Archives
Tag Archives: python
Restart/Shutdown your Linux machine using dbus
Ok. This is fairly trivial stuff for many of you, but what I found interesting is that the SystemBus lets you shutdown/restart/suspend/hibernate as an ordinary user. Of course, if you think of a desktop, that is a pretty basic expectation … Continue reading
Regular expressions in Python by example
Every time I come back to Python from the land of Perl here at work, I need to re-learn how to use regular expressions in Python, as it is, IMHO, quite a bit different from Perl. Rather than trawling through … Continue reading
Catching up with Python
Am trying to catch up with Python where I left off years ago. <rant> What have they done to the language when I was gone? It is no longer the simple language as before. The decorator syntax looks so .. … Continue reading
Interesting wxpython case study
I have been busy in the last few days migrating my mind from web based apps to native apps. Currently, I am reading about wxpython as a possible answer. Here is an interesting post on the wxpython mailing list on … Continue reading
