Can Anyone Recommend a Python IDE?

Dec 18, 2015 11:34 PM

Reason I ask is because (for some reason) the python editor for Eclipse IDE (PyDev), keeps giving me errors regardless of what I write.

for example, if i say

import urllib

someVariable = url.open("exampleURL.com")

it will say that urllib is an error, but doesn't exactly go into detail as why it isnt.

this happens regardless if I choose to use Python 3.0, or 2.7 (I hear they are somewhat different)

in another example,

I was reading a guide earlier, and I learned the code and typed it exactly, but Pydev gave me errors. So I went on the website where the code is stored, and pasted it into my eclipse editor, still gave me a nightmare of errors.

In short, I need a new IDE to work with. I searched google, but got a vast amount of suggestions, but I'm not sure which is good/bad.

So can anyone suggest a python editor to use?

Thanks

Related Articles

637263493835297420.jpg

How to Use Zero-Width Characters to Hide Secret Messages in Text (& Even Reveal Leaks)

636455706472146367.jpg

How to Hide DDE-Based Attacks in MS Word

Comments

No Comments Exist

Be the first, drop a comment!