Haskell-Style Fibonacci in Python
Explores implementing the Fibonacci sequence in Python using Haskell's lazy, functional style for elegance and efficiency.
Joel Grus is a software engineer and writer exploring data science, Python, and modern AI systems. His blog blends practical coding experiments, agent-based AI projects, and thoughtful reflections on technology, learning, and life.
25 articles from this blog
Explores implementing the Fibonacci sequence in Python using Haskell's lazy, functional style for elegance and efficiency.
Explores the mathematical design of the game Spot It! using finite projective planes and prime numbers, with code on GitHub.
Author's 2014 review: writing a data science book from scratch in Python and preparing for/starting a software engineering job at Google.
Explores using Principal Component Analysis on t-shirt images to build a gender classification model, visualizing data as 'eigenshirts'.
A data scientist analyzes gender stereotypes in children's clothing by building a model to classify t-shirts using image processing and color data.