▲ | ipnon 15 hours ago | |
You don’t have to understand lambda calculus LISP style programming, and you don’t have to understand manual memory C style programming. You just need to be able to abstract procedures through functions, closures through classes, and conditions through loops. Basically you get to program computers without having to know how computation or computers work. The fact that Python is so popular is perhaps the best evidence that knowledge of computation and computers is in fact an impediment to writing programs, ironically. | ||
▲ | hodgesrm 13 hours ago | parent [-] | |
> You don’t have to understand lambda calculus LISP style programming, and you don’t have to understand manual memory C style programming. That and the fact that Python has become the interface for scripting operations on a huge number of useful software libraries. Example: Pandas. |