I was just wonderin if python was worth learning? I have an option for it in Kbuntu, and was wondering if it was worth learning. I'd say no personally, what do you think?

iamthwee
Recommended Answers
Jump to PostAbsolutely!
I was a C coder for years, then learned Python so that I could teach a programming course. Python has, IMO, the triple virtues of being (1) powerful, (2) readable, and (3) well-supported by add-on modules.
Consider:
phone_numbers = {"Jake":"301-555-1212", "Bud":"410-555-3434", "Jen":"800-867-5309"} for name …
Jump to PostThere is 'Starting Python' right here to give you a taste:
http://www.daniweb.com/techtalkforums/thread20774.htmlA good starter tutorial:
http://bembry.org/technology/python/index.phpAnother good starter tutorial:
http://www.ibiblio.org/g2swap/byteofpython/read/And of course there is always the latest …
Jump to PostPython is not for everbody! If you are an entrenched traditional language (C, C++, Java, C#, Pascal) person, Python, because of its elegance, will be too confusing for you.
All 13 Replies
jrcagle
77
Practically a Master Poster

iamthwee
sneekula
969
Nearly a Posting Maven
iamthwee
commented:
Good info matey
+9
vegaseat
1,735
DaniWeb's Hypocrite
Team Colleague
iamthwee
commented:
Good point
+9

iamthwee
pyarticles
0
Newbie Poster
bumsfeld
413
Nearly a Posting Virtuoso
vegaseat
1,735
DaniWeb's Hypocrite
Team Colleague
Ene Uran
638
Posting Virtuoso
Toba
99
Junior Poster
vegaseat
1,735
DaniWeb's Hypocrite
Team Colleague
Toba
99
Junior Poster
Ene Uran
638
Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.