Subj. I seeking IDE with following features:
- Support for Python standart library(at least most of it)
- Support for files and importing modules from files
- Access to network
- Lightweight & fast
Subj. I seeking IDE with following features:
If you want to use it online you can try
There is python online IDE used by udacity, maybe worth to check it too
I used Wingware when I was developing Python for Google App Engine several years ago:
I use Aptana, it is based on Eclipse, but comes out of the box with pydev for Python integration, and is good if you want to develop Django/GAE applications
ninja ide is lightweight and fast and does all that... and its free
(but Eclipse+PyDev wins hands down for sheer awesomeness and power, but loses on lightweight and fast..)
I understand you are looking for something along the lines of PythonAnywhere.
Install Eclipse
Install PyDev http://pydev.org/
Enjoy!
IDLE that ships with Python usually can do it for my use cases. When you first open it you get the repl, but File > New Window will give you a file to edit. Save that file as a .py file and f5 to run.
I think it addresses your lightweight and fast requirement.
JetBrains makes the best IDEs on the market, hands down. Check out PyCharm.