Python style list comprehensions in Javascript – more powerful than w/ Python
The javascript spread operator opened my eyes to an easy way to get Python style list comprehension in Javascript. (more…)
Read more »
Python is an easy to learn, powerful programming language. It has efficient
high-level data structures and a simple but effective approach to
object-oriented programming. Python’s elegant syntax and dynamic typing,
together with its interpreted nature, ma… Read more