|
|
|
I want to learn programming, which language would you recommend?
|
|
3 points
by rachnaspace
5721 days ago
|
|
I'm non-technical, and I've never done any coding. I'm thinking of learning a bit of programming, mainly because - if I have some idea, (after validation) I can build a prototype and test it out with real users. - Which programming language would you recommend and why?
- And is there any good source where I can learn it from?
Preferably a language that would help if I need to do some social network API integration. Thank you! |
|
Its easy to learn because it has a simple and clear syntax, yet is a powerful language. It allows you to learn various programming concepts one at a time (while other more complex languages may force a bunch of concepts on you before you can do anything useful) and anything you learn will translate to other languages, should you wish to learn others in the future.
Python comes packaged with a large library of pre-written modules and is supported by a lot of third party API's.
Python also has a very active and friendly community of users, so help will be easy to find, should you need it.
Learning Python: http://wiki.python.org/moin/BeginnersGuide
(PS, the same can probably be said for languages like Ruby, but I learned Python first, so have no real experience with Ruby)