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 »
Go Gazette #90 Weekly curated resources for professional Golang developers Winning a hackathon award, together with Jexia co-founder Michael (left) and co-Gopher Tarik (right) Fundamentals Concurrency in Go by Sean Carpenter 8 minutes - If you know... (more…)
Read more »
Theano is a Python library that allows you to define, optimize, and
evaluate mathematical expressions involving multi-dimensional
arrays efficiently. Theano features: (more…)
Read more »
Lcapy is a Python package for linear circuit analysis. It uses SymPy for symbolic mathematics. - mph-/lcapy... (more…)
Read more »
How to build responsive bar charts with the Bokeh data visualization library, Flask and Pyton 3. (more…)
Read more »