Languages  >>  Python

Python Development with IPython

Language : English Quality : High Has Audio : true Source : showmedo Media : Flash
Four videos leading you through the installation and basic mastery of the powerful IPython interactive Python environment     [SUGGEST  A  ARTICLE]

Tags: Python, IPython, Development, Screencast, Showmedo,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Python - Programming Language
  • IPython - An enhanced interactive Python
  • Developing Python Programs Using the IPython Shell

    A quick introduction to the basics of Python development using the IPython shell.

    How to Download IPython the Popular Python Shell

    IPython provides a far more powerful alternative to the standard Python interpreter, incorporating features such as string-completion, code-line macros and a rich history. We are great fans of this free piece of software and have found it to enhance the Python coding experience.

    Using the Textpad Editor from Within IPython

    The IPython interactive Python shell allows the use of an external editor for editing multiple lines of code. Here we show how to replace the default (Notepad in Windows) with your favourite light-weight editor and how to use it from within IPython

    Debugging Python using the IPython Shell

    In this ShowMeDo we show how the powerful, interactive python shell IPython can be combined with the Python debugger to provide a powerful debugging environment