How To Run Python With Eclipse (day 2, optional)

Before proceeding with the rest Python tutorials I would like to show you how to take advantage of a better development environment. I want to show you how to run Python in Eclipse using a plugin called PyDev.

PyDev is a Python interface for eclipse that makes it easy for you to work with Django, Google App Engine or a plain Python project.

Previous Episodes

  1. Hello World!

Requirements

  • Eclipse
  • Python

Day 2: How To Run Python In Eclipse