Thursday, December 10, 2009

Python Programming For Beginners

Some time ago, I've developed a photo slideshow using Python (that was early this year). What I like about it, is the syntax used that requires lesser typing, and how orderly your code will look like (since it will require you to indent uniformly). You could also test your code before you write code (using python's interactive command line). For beginners, I like you to check this webpage and see for yourself.


http://www.themaemo.com/python-for-newbies/#How%20Python%20works

No comments: