Programming

Create Your Own Programming Language (Part I)

In this article we will work with LPeg to parse basic arithmetic expressions. This is the first part of a series of articles for creating your own programming language.

Read
Python

This Week in Python (March 03, 2023)

What happened this week in the Python universe?

Read
Python

This Week in Python (February 24, 2023)

What happened this week in the Python universe?

Read
Python

This Week in Python (February 17, 2023)

What happened this week in the Python universe?

Read
Programming

Build An Online Resume with an Auto-Updating PDF Version Using GitHub Actions

Here is an online resume that you can adapt with a single configuration file. It comes with a automated deployment to Netlify via GitHub Actions, and a self-updating PDF version.

Read