Tag Archives: python
Thermodynamics and Python
Hello. I wanted a python module by which I could access thermodynamic properties of steam. On googling I came across this module called thermopy http://packages.python.org/thermopy/ . But the range of temperatures and pressure which I could use was very limited. Then I came across this library , called freesteam , which I couldn’t install , […]
Renaming files in python
I had downloaded 2012 id pics but couldn’t view them due to the following error . Error interpreting JPEG image file (Not a JPEG file: starts with 0x89 0x50) On googling I found out that the image had to be renamed as a ‘.png file’ . But I couldnt do them manually as there are […]
Multithreading in pygtk
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 […]
A simple database-contacts app
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 […]
Google News App
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
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 […]