I am new to coding, never programmed before. Is Python good choice? Why?
Ask HN: Why Python is good choice?
1–4 of 4 posts
Re: Ask HN: Why Python is good choice?
#2It's versatile, has a good community, and is very readable -- very important for learning imho.
Re: Ask HN: Why Python is good choice?
#3it's a good first choice; it introduces you to common concepts easily, it has a nice clear syntax and can be used in a range of paradigms (OO, FP, shell scripting).
Re: Ask HN: Why Python is good choice?
#4What is the goal that you're trying to reach? General interest in programming? Implementing a specific solution at your non-programming job? Making inroads into a new career as a software engineer? Hobby?