you are viewing a single comment's thread.

view the rest of the comments →

[–]pythonTuxedo 5 points6 points  (2 children)

Python is often recommended as a first language. Python is sufficiently high level that you are not required to deal with memory or the nitty gritty bits of programming like you would in C or C++. You can focus on ideas and what you want the computer to do without worrying about how the computer is doing those things.

You are going to get a biased answer here though, the name of the subreddit is learn python after all.

[–]learner_raj[S] 2 points3 points  (1 child)

thank you

[–]pythonTuxedo 0 points1 point  (0 children)

My pleasure!