Running PSSE from Python IDLE or Python IDE
Which is the best to use when running PSSE from python, using the Python IDLE or using any Python IDE (e.g. PyCharm, Spyder, etc.)
Any comments from the this forum are greatly appreciated. Thank you
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Which is the best to use when running PSSE from python, using the Python IDLE or using any Python IDE (e.g. PyCharm, Spyder, etc.)
Any comments from the this forum are greatly appreciated. Thank you
I think "best" is all up to user preference. I personally like to use PyCharm when I am building a very large project as it, to me, is the best full blown IDE for python. Most of the time it is overkill though, and i actually do a lot of my programming in something basic like Notepad++. I like Notepad++ better than IDLE because it allows you to keep however many files you are working with within the same window. It also allows you to work with files that aren't python files (.dyr, .idv, etc), and also has pretty good syntax highlighting. When I want to run a python script that I am working on in Notepad++, I usually go to Command Prompt (or PSSE Command Prompt) and run it from there.
Here's a tutorial from this very site: http://www.whit.com.au/blog/2012/10/i...
Asked: 2017-03-12 09:38:14 -0500
Seen: 1,175 times
Last updated: Mar 16 '17