Jun-21-2017, 07:23 PM
Not really a coding question specifically - but am interested in any opinions/advice.
I've tried to pick up Python a few times over the past couple of years (at work, not home) with zero success. At least a small part of the problem is that I don't think I've had the right combination of version & development environments (editor?).
The company has several options available, but none seem to fit right, and maybe you're experiences will help.
I can chose between 2.7 (seems to be the most common among our core users) and 3.6 (recommended by our IT department). I know there are some differences, but for what I'll likely be trying to do, I can't say how important those differences are. I'm leaning towards 2.7.
I've tried PYCHARM (too heavy), ECLIPSE (constantly crashed), and SPYDER (no autocomplete/type ahead).
I'm looking for something simple - with syntax hints and autocomplete (how else do you know what's available for the object?)
I'm not doing anything significant - no data science stuff, not charting tornado trajectories, etc.
I'm talking about things like importing contents of csv & text files, comparing/filtering/looping through the data and possibly some simple math or conditional statements, then outputting results to a file. Just the extreme basics until I start understanding the syntax and subtitles of the language.
It's also noteworthy that we don't have admin rights to our machines here, so I can't load up anything that requires changes to registry settings or other environmental settings.
Any advice on this is greatly appreciated!
EDIT: Forgot to mention that this will 100% be on WINDOWS (UI based, not command line)
I've tried to pick up Python a few times over the past couple of years (at work, not home) with zero success. At least a small part of the problem is that I don't think I've had the right combination of version & development environments (editor?).
The company has several options available, but none seem to fit right, and maybe you're experiences will help.
I can chose between 2.7 (seems to be the most common among our core users) and 3.6 (recommended by our IT department). I know there are some differences, but for what I'll likely be trying to do, I can't say how important those differences are. I'm leaning towards 2.7.
I've tried PYCHARM (too heavy), ECLIPSE (constantly crashed), and SPYDER (no autocomplete/type ahead).
I'm looking for something simple - with syntax hints and autocomplete (how else do you know what's available for the object?)
I'm not doing anything significant - no data science stuff, not charting tornado trajectories, etc.
I'm talking about things like importing contents of csv & text files, comparing/filtering/looping through the data and possibly some simple math or conditional statements, then outputting results to a file. Just the extreme basics until I start understanding the syntax and subtitles of the language.
It's also noteworthy that we don't have admin rights to our machines here, so I can't load up anything that requires changes to registry settings or other environmental settings.
Any advice on this is greatly appreciated!
EDIT: Forgot to mention that this will 100% be on WINDOWS (UI based, not command line)