SY

6 min
python

reprlib - Shorter string representation of objects

Python's reprlib module provides a version of the repr() function that can be used to generate abbreviated string representations of objects.

6 min
mdxnextjs

MDX Components

Custom MDX components for markdown content.

3 min
nextjs

Next.js app initial setup. No template repository.

My preferred way to create a new next.js app. The default selections for the prompts, dependencies, and the folder structure.

2 min
javascriptpython

Python code playground, powered by PyScript

An MDX component that allows readers to edit and execute Python code examples in the browser using PyScript.

5 min
numpypython

JSONEncoder for numpy datatypes

Did you ever face a TypeError: Object of type ndarray is not JSON serializable? Here is a simple solution to this problem.

1 min

Hello, World!

My first blog post