I'm returning to programming after many (about 15) years absence. I have chosen Python as it appears to be similar to BASIC although 'improved' with functions and Object Orientation among others.
My problem is that, having worked through programming lessons which included an editor, I loaded onto my Windows 8.1 PC a copy of Python 3.4 but the editors don't seem simple to use. I have tried several editors and the one I liked best was JetBrain's Pycharm however that is not as simple as Microsoft's Visual Basic.
I appreciate that that was a commercial environment with which I was well familiar but does anybody know of a simple editor that can be linked to Python 3.4, uses line numbers and can run in Windows 8.1?
Thanks