pypath-magic

%pypath: An IPython magic for manipulating your Python path

Edit: Now with support for Python 3!

You're a pragmatic Python developer, so you extract the logically related bits of your code into functions and group those functions together into modules.

Now, how do you actually import those modules? If ...

more ...

Source control for scientists and soloists

Normally when people talk about source control, they focus on collaboration: If you're collaborating on code and you're not using source control, you're doing it wrong! If you're collaborating with others, source control looks roughly like this:

If you're just working on your own code ...

more ...

Scikit-image tutorial at SciPy 2014

Juan Nunez-Iglesias, a fellow core-developer of scikit-image, and I gave a scikit-image tutorial at SciPy 2014! I gave the first 2 hours (minus a quick intro), and Juan gave the second 2 hours. Surprisingly, this was the first tutorial at the (U.S.) SciPy conference (Emmanuelle Gouillart gave a tutorial ...

more ...