fstephens
Group: Members
Posts: 1
Joined: Nov. 2005 |
|
Posted: Nov. 10 2005,18:09 |
|
Python is generally considered a very good language to learn with. It has a very clear, clean syntax, so it is easy to read. Also very powerfull and has lots of modules to add functionallity. Don't let the fact that it is a "scripting language" put you off - it is used to create some very large programs! Debuging is also lots easier than a compiled language. You can run commands right inside the interpreter for testing too. The consenses is that it is 2-10 times faster to program in than C/C++.
There are many tutorials too. Try http://www.byteofpython.info/ for a good introduction.
|