PDA

View Full Version : What's the best way to go about learning...


Simpsons4261
07-04-2008, 04:59 AM
...Python? I have no previous programming experience at all. I want to get into it though. I've decided I will start with Python and learn the basics etc. and then move on to the more complex languages such as Java and C++. Could you guys point me to some tutorials for someone with no previous programming experience so I can learn? Also, what programs do I need to write programs?

Chanchito L
07-04-2008, 12:59 PM
Check my answer on this other question, you can get info on how to learn a new language:

http://answers.yahoo.com/dir/index;_ylt=AsbCddwqX4rH1dOL8s_gKm5y7hR.;_ylv=3?lin k=list&sid=396545663&cp=4&tp=140

I recommend you to start with C, it is a great language for starting out, and still very widely used for robust applications. C++ is also a good language.

To start to learn a new language you usually need a compiler, or an interpreter, depending on the language you are learning. I recommend you get a copy of a good GNU/Linux distro, there are great tools, editors, compilers, interpreters, etc available for free. Ubuntu is a good one for starting out, lots of packages and easily installable through a graphical interface.

Good luck on your programming experience.