Hi,
Did anyone succeeded to use ArcPro Python with PyScripter?
I didn’t manage to get the interpret to use the python 3.6.2. I was able to run the file but not the interactive interpreter. Any other good IDEs for this that are not PyCharm?
Thanks.
I use Sublime Text 3 (which is more of an editor than an IDE), and find it very reckommendable.
Actually I haven't had any problems with it.
If you prefer the most out-of-the-box solution out there you should check out Anaconda. It makes working with libraries and modules a breeze.
Why not PyCharm? Licensing/money or you haven't been able to make it work?
I like the way Spyder gives you warnings when you use a variable but haven't declared it yet. I also like just running short blocks of code that you highlight. Other IDEs probably have these sorts of functionalities, but I didn't have to think about installing it...
I guess I should have added that Spyder comes with the Anaconda distribution that PRO uses, so it is available and can be installed directly from within PRO, on the Project page, Python link.
While you are there you might as well install Jupyter Notebook and IPython so you have 3 IDE's ready to roll for various purposes (one of my links shows this.)