Hacker News new | ask | show | jobs
by aidenn0 1082 days ago
> It's not (just) that python is "easier" to learn than python (which I dispute - lisp is as easy to learn as a first language as any other. Depending on the language it may be a difficult second language though). The world had also changed radically since it was introduced into the curriculum:

A lot of texts will use pseudo-code and it is (from my experience) easier for beginner programmers to see the relation between pseudo-code and Python than for many other languages.

2 comments

> python is "easier" to learn than python

(?)

That was quoted from GP; presumably they meant "easier to learn than scheme"
Aha, ISWYM. Thanks.
yes, this actually is the most important advantage of python: python can equal to pseudo code. but new function of python reduced this advantage.