Actualités

module-function-downloader Since I am trying to learn more about Python modules to improve my programs' functionalities. I find the Offical Python Documentation to be a great resource to get started ...
The API of the module consists of one function: imphook.add_import_hook (hook, ext_tuple). hook is a name of hook function. ext_tuple is a tuple of file extensions the hook function should handle (the ...
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!
Why is your Python app so slow? Find out by using Python’s built-in profiler to locate bottlenecks in your Python code ...