Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any Python IDE that do not need Admin for installing? [closed]

Tags:

python

We need admin for installing some software which it will take nearly a month for them to install for us. So I want to find some Python IDE that can install without admin (Windows 7). Any suggest?

like image 991
ThanaDaray Avatar asked May 03 '12 15:05

ThanaDaray


2 Answers

Considering IDLE can be considered as an IDE you can have a look into the following two options

Portable Python

Movable IDLE

Netbeans had support for Python till 6.9. You can use a portable version of it

Portable Netbeans

If you want to use Eclipse for Python development, here is a Portable Version. You need PyDev to work with Eclipse.

Portable Eclipse

Anaconda as a Python distro and PyCharm as IDE.

like image 89
Abhijit Avatar answered Nov 15 '22 13:11

Abhijit


let me add the amazing editor spyderlib !

like image 37
oz123 Avatar answered Nov 15 '22 13:11

oz123