flâneur

JavaScript for Python Programmers / Thomas Ballinger | Observable

observablehq.com · 153 words · saved by 1 readers

JavaScript is a lot like Python! JavaScript borrowed concepts from Python early in its development and there's been a healthy exchange of features between the two ever since. For example, JavaScript took generators and coroutines from Python, shook them up to produce \`async\` and \`await\`, and then Python took those improvements back! Eloquent JavaScript is my favorite book for really learning the language. But if you want to leverage your Python experience by focusing on the differences, here's a rough s

saved by