Contribute Media
A thank you to everyone who makes this possible: Read More

Setting up your Python development environment in IPython

Description

A walkthrough of the process of creating a good development workflow in Python (with a focus on IPython). This includes organizing the files in your project (and setting up relative imports through packages and modules), writing tests with Unittest, and debugging with pdb. This tutorial will also include a section on the extra features of IPython.

Details

Improve this page