Let’s pry apart this slightly unintuitive Python dictionary expression to find out what’s going on in the uncharted depths of the Python interpreter.
Read more »
In this final part of the series,
we’ll explore a trick to make the behaviour of a macro depend
on whether it’s used as a statement or as part of an expression.
Using that, we’ll make the python!{} macro
more flexible to allow saving, reusing, and inspect... (more…)
Read more »
Learn how to build interactive and data-driven web apps in Python using the Streamlit library.✏️ Course developed by Chanin Nantasenamat (aka Data Professor)... (more…)
Read more »
MusicTools - Python library with tools to download, label and sort music files. (more…)
Read more »
With the EoL of Python 2 being in line with development of Python 3.9 there were changes made to Python 3.9 that broke a lot of packages since many deprecati... (more…)
Read more »