All activity
Joel Grus
left a comment
In 2016 I wrote a blog post called "Fizz Buzz in Tensorflow", the (possibly fictional) story of an insulted programmer who decided to show up his interviewer by approaching Fizz Buzz as a deep learning problem. This post went modestly viral, and ever since then I have been seen as a thought leader in the Fizz Buzz space.
Accordingly, over the years I have come up with and/or collected various...
Ten Essays on Fizz Buzz
Meditations on Python, mathematics, engineering, and design
Over the years I have invented / collected many clever / stupid ways of solving Fizz Buzz. Herein are 10 solutions I found interesting, each the basis for a discussion of coding, Python, testing, mathematics, software design, technical interviewing, and so on.
Ten Essays on Fizz Buzz
Meditations on Python, mathematics, engineering, and design
Joel Grus
left a comment
Streamlit is the data science tool I've been waiting for someone to build. (I am somewhat infamous for not liking other Python tools for interactive data science, and Streamlit's design addresses pretty much all of my pain points.)
It took me like half an hour to build an interactive demo for one of my NLP models, and now that I know what I'm doing it's even faster than that.
Streamlit
Turn python scripts into beautiful ML tools
Data Science from Scratch
Data Science and Python, starting at zero