Tech’n’Take
Posts
Categories
All
(19)
django
(2)
gt
(9)
marimo
(6)
matplotlib
(3)
pandas
(4)
plotnine
(3)
polars
(11)
python
(19)
resend
(2)
ti
(1)
Turtle Island: A Utility Kit for Polars Expressions
python
polars
ti
This weekend, I started building a Python package called Turtle Island, which collects some of my ideas for helper functions aimed at reducing boilerplate when writing…
Jul 6, 2025
Jerry Wu
Creating an Integrated marimo UI Explorer with Great Tables
python
marimo
gt
While working with marimo widgets, I often find myself wanting a quick glance at what each widget looks like or which parameters it accepts. That’s when I realized—this was…
Jul 4, 2025
Jerry Wu
Time Machine for Great Tables in marimo
python
marimo
gt
This post demonstrates how to build a “time machine” that lets you easily navigate through different stages of table construction using Great Tables in a marimo notebook.
Jun 26, 2025
Jerry Wu
Send Email via marimo
python
marimo
resend
This post demonstrates how to send emails using Resend from within a marimo app.
Jun 25, 2025
Jerry Wu
Interactive Django Deployment Checklist with marimo
python
marimo
gt
django
I love Django—it covers pretty much everything I need in a web environment. However, when it comes time to deploy a project to production, there are always a bunch of…
Jun 25, 2025
Jerry Wu
Great Tables with marimo in Quarto
python
gt
marimo
This is a follow-up to my previous post.
Jun 12, 2025
Jerry Wu
marimo in Quarto
python
marimo
This post demonstrates that Polars, Great Tables, and marimo can successfully run within a Quarto environment (as shown in this post). The example uses a table styler…
Jun 7, 2025
Jerry Wu
Styling tricks in Great Tables
python
pandas
polars
gt
This post highlights a powerful yet underused feature in Great Tables: using existing columns to style the table body via from_column().
May 26, 2025
Jerry Wu
case_when() in Polars
python
polars
This is a follow-up to my previous post.
May 25, 2025
Jerry Wu
Custom Row Selector in Great Tables
python
pandas
polars
gt
This short post shows how we can create custom row selectors in Great Tables by leveraging the row index. While it may or may not be adopted by the team, I thought it would…
May 11, 2025
Jerry Wu
Polars Custom Expression Namespace
python
polars
Today I explored how to register a
custom expression namespace
in Polars. This feature turned out to be super helpful for solving a common problem I run into when building…
Apr 17, 2025
Jerry Wu
Clone the Reciprocal Tariffs Table Using Plotnine
python
polars
plotnine
This post presents a recreated visualization using Polars and plotnine, based on my earlier work.
Apr 16, 2025
Jerry Wu
Weekend Challenge – Recreating a Data Visualization with Polars and Plotnine
python
polars
matplotlib
plotnine
This post is part of a visualization recreation challenge using Polars and plotnine, inspired by my earlier work.
Apr 12, 2025
Jerry Wu
How to Access the Axes in Plotnine
python
matplotlib
plotnine
This is a short post documenting my experience trying to retrieve the
Axes
from plotnine.
Apr 11, 2025
Jerry Wu
Clone the Reciprocal Tariffs Table Using Great Tables
python
polars
gt
This post demonstrates how to clone the Reciprocal Tariffs table that President Donald Trump announced on April 2 on Truth Social.
Apr 3, 2025
Jerry Wu
Applying Custom Color Palettes to the Table Body in Great Tables
python
pandas
polars
gt
This post provides a concise guide on styling the table body with custom colors using Pandas and Polars.
Feb 25, 2025
Jerry Wu
Weekend Challenge - Effective Data Visualization with Polars and Matplotlib
python
pandas
polars
matplotlib
It was an honor to be one of the reviewers for Matt Harrison’s new book,
Effective Visualization
. If you’re looking to deepen your understanding of how to use Pandas and…
Feb 10, 2025
Jerry Wu
Three Approaches to Styling the Table Body in Great Tables
python
polars
gt
This post demonstrates three approaches to styling the table body:
Jan 24, 2025
Jerry Wu
Exploring Resend SMTP Service with Django
python
django
resend
This post demonstrates how to integrate Resend with django-allauth seamlessly in a
Django
project. If you’re looking to use
Resend
for sending emails via
Django
, refer to the …
Dec 23, 2024
Jerry Wu
No matching items