Python IDE used in the videos?

Which IDE is used in the videos? i use Wing IDE, but it does not work the same. for example, i need to write "print (p)" instead of "print p" for it to work.

in the videos it looks like a very simple one, i would like to use that one

asked 29 Feb '12, 05:58

alex_dlc's gravatar image

alex_dlc
17128
accept rate: 25%


One Answer:

I am not sure the IDE they work with... pretty sure they have a python interpreter that runs background on their server and they developed a GUI fo the web.

What I can say with certainty is that you have a difference in your IDE because you have probably version 3.x from python and they use version 2.x (you can tell because exactly of the difference from how print is executed)

If you want to do download the portable version and you have an enviroment on the go (on you USB stick) and you can get the same version as they use (on the site they have 2.7. something)

portable Python

link

answered 29 Feb '12, 06:02

Flavio%20Diez's gravatar image

Flavio Diez
23210

edited 29 Feb '12, 06:02

Your answer
Question text:

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×5,187
×1,705
×101

Asked: 29 Feb '12, 05:58

Seen: 345 times

Last updated: 29 Feb '12, 06:02