Eric

sean's picture

This week, I found a really cool development environment for Python!  The Eric Python IDE.  Eric is a bit slow to start because it is written fully in Python and it was a bit tricky to install in Windows, see here, but once it is up and running, it has made my Python development a lot easier.

There are a few features that have really made me want to learn more about Eric:

  • Being able to run a Python script within the editor.  I know other editors allow this, but Eric made it really simple, just press <F2> and Eric asks for the parameters for the script and then runs and collects the output in a window for me.  If there is an error, Eric jumps into debug mode right away!
  • Understand Django!  Eric understands several frameworks.  I am currently using Django and Eric understands how it should be laid out, how it should be run, etc.  Eric is making my development in Django easier - I do not need to remember all the manager script command lines, just drop down the command from the menu.

I am not going to stop using my favorite editor, Jedit, but I will start using Eric specifically for development.

Comments

Thanks

Thanks for telling the world about Eric. I've never heard of it but will check it out.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong> , <font> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <strike> <caption>
  • Lines and paragraphs break automatically.

More information about formatting options