Tag Archives: gui
Simulation of Rankine Cycle
If you are a mechanical engineer continue reading. If you are not then please still continue reading because you have taken efforts to click on the link. So coming to the point , a Rankine cycle is a cycle that according to wiki , generates 90% of the electric power across the world. Before , […]
Automated steam tables
Okay , the code that I wrote in the previous post , sucked and it sucked badly. There were many bugs while using it , i was iterating through lists multiple times , when I could have used a simple inbuilt python module. I have revised(rewritten) the code and can be found in this gist […]
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 […]
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 […]