Skip to main content

37 posts tagged with "Tutorial"

View All Tags

Getting Started with Jupyter Notebooks

A Personal Workbench for Data Exploration

· 5 min read

Any real work with data starts with actually looking at it. Before reaching for a heavyweight analytics platform, the fastest way to get your hands on a dataset is a notebook running on your own machine. That personal workbench is where I do most of my exploring, and Jupyter is what powers it.

Getting Started with Jupyter Notebooks

Teaching My Kids to Code

How Python and Turtle Made Programming Click

· 2 min read

As a software developer and dad to two curious boys, I live in one world of code and another of LEGOs. Watching my kids snap together simple blocks to build increasingly complex creations, I can't help but see the similarity to how we build software from just a few basic "blocks" of code.

Teaching My Kids to Code