Learning Python as an Additional Language
|
|
Today is the second day of September, and I decided to learn python for the whole month.Why Python? Well, first of all, python is a fairly simple language to learn and it’s a shame if I don’t fully utilize my free time to learn programming in python.
Secondly, python is a flexible language, i.e it can be use for programming web-applications as well as creating standalone applications, and…
Finally, python is a portable language, and I just love the python language concept which combines simplicity and powerful features such as classes, exceptions, dynamic data types and dynamic typing.
The fact that python is executed by interpreter accelerates my learning process as I dont have to wait long to see the results of my progress and experiments ;)
Anyhow, you can expect to see python apps written by me after this!
Keep updated with this website! : Subscribe to your email














September 2nd, 2005 at 10:52 pm
no doubt that python is easy and a fun-to-learn programming language. it’s also powerfull.
September 3rd, 2005 at 1:52 pm
Good choice :)
November 15th, 2005 at 7:34 am
Excellent choice.
For me python=maintainable code. http://advogato.org/article/258.html. I can feel the differences when look back my old java code and my python code.