Python and HDF5

Python and HDF5

It is a saturday so I get to choose what type of books that I read at my "leisure time". As a continuation of my quest for trying to use python (well) for my research I have been investigating the possibility of using HDF5 to store some simulation results ... HDF5 ...

more ...

Debugging python code with ipdb

Tried a couple of ways to debug python code, including using the %pdb magic within IPython or use %debug in the postmortem mode. Still couldn't figure out how to restart the code within the pdb invoked by the pdb magic without pdb raising a "restart" error.

So I think ...

more ...