News

To start Jupyter at the Linux shell, type: jupyter notebook If it doesn't open automatically, try opening your browser to ...
Beyond cProfile for Python profiling cProfile is hardly the only way to profile a Python application. cProfile is certainly one of the most convenient ways, given that it’s bundled with Python.
The code also keeps track of all the copies of OpenOffice that it's started and shuts them all down on exit. This code is based on some code that I found here, I refactored the connecting and added ...