Hacker News new | past | comments | ask | show | jobs | submit login

Having python as a first programming language isn't a big disadvantage. The core elements of program optimization are still there: making sure you don't accidentally write O(n2) code etc. even if the memory management is opaque, you end up with an idea of values vs references, stacks and heaps just from some surprising edge cases in the language.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: