When I was a lecturer at UC Berkeley teaching Python to thousands of students, I got asked all kinds of questions that got me digging deep... (more…)
Read more »
Facebook AI Research Sequence-to-Sequence Toolkit written in Python. - facebookresearch/fairseq... (more…)
Read more »
Mark functions as async. Call them with await. All of a sudden, your program becomes asynchronous – it can do useful things while it waits for... (more…)
Read more »
Declarative User Interfaces for Python. Contribute to nucleic/enaml development by creating an account on GitHub. (more…)
Read more »
One of the most complicated concepts to wrap our heads around has to be recursion; to understand it well it always helps to have some sort of recursion visualization. In this essay, we build a super-simple yet effective visualizer for recursive functions ... (more…)
Read more »