PDA

View Full Version : I finally started programming...



NightwishFan
November 17th, 2009, 07:18 PM
Last night I read a tutorial called "Instant Hacking" about Python. I followed what I read from there, and created a few custom scripts.
http://hetland.org/writing/instant-hacking.html

They mostly just show dialog, but I found the experience rewarding. I am hoping to practice more, and perhaps eventually learn to write in PyGTK and C. Please tell me what you think.

To run the scripts, you need Python 2.x installed. (You probably do.) Just open a console, and cd to the directory you saved the scripts. The type:

./scriptname

As I said, they call noting external, they just print output to the terminal.

Anyone else recently try python?