PEP 638 – Syntactic Macros in Python

This PEP adds support for syntactic macros to Python.
A macro is a compile-time function that transforms
a part of the program to allow functionality that cannot be
expressed cleanly in normal library code. Read more

Similar

DIY Wallpaper Engine in Python

Today, as a sequel to my latest article, you’ll learn some new web scraping tricks with a new project: an app that automatically finds a nice desktop wallpaper and applies it to your Windows machine… (more…)

Read more »

I Created a Python Meme Bot for Instagram

The Story behind Most of my time is spent on Instagram and I use it mostly for the memes. So, some of my friends told me that most of the memes are uploaded to Reddit and later spread to Instagram, and Reddit was the best place to go for funny conten... (more…)

Read more »