PDA

View Full Version : New to programing



peanut butter
January 25th, 2006, 04:17 AM
i am a teenager wanting to learn an easy not so timeconsuming programing language. i would like to do this in my spare time. i have used bash scriptsing a little bit but wouldlike to learn a real programing language. anyone know of a language like this? if so how can i learn it are their tutorials on the internet?:)

Revert
January 25th, 2006, 04:23 AM
Python's a good starting language. The syntax is pretty easy to pick up and doesn't get in the way of the actual programming, plus it's just a fun language. This (http://greenteapress.com/thinkpython/) is a good starting book, and there are also tutorials on Python's official site.

peanut butter
January 25th, 2006, 05:03 AM
can i program a gui with python.

nrwilk
January 25th, 2006, 05:38 AM
Yes, you can make GUIs in python.

And I'd agree that it's a good language to start with.

Revert
January 25th, 2006, 06:04 AM
Python also has a pretty easy to use game moduel (pygame). I don't know if that's your thing or not, but lots of new programmers like seeing that they're actually doing something, and a game gives a good sense of accomplishment.