News

This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!
Description of the bug After updating pymupdf from 1.25.5 to 1.26, importing the module now fails with the following exception ...
Apparently Python 3.12 removed the imp module, and the futures library suggests a workaround in this issue ...
This post explains how to concatenate a string in Python. As well as how to build strings, search for substrings and much more.