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

637587411395252764.jpg

How to Perform Advanced Man-in-the-Middle Attacks with Xerosploit

635211718118959676.jpg

How to Get Unlimited Free Trials Using a "Real" Fake Credit Card Number

Comments

No Comments Exist

Be the first, drop a comment!