Ask Your Question
0

Running PSSE from Python IDLE or Python IDE

asked 2017-03-12 09:38:14 -0500

ffl gravatar image

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

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
0

answered 2017-03-16 10:36:09 -0500

EBahr gravatar image

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.

edit flag offensive delete link more

Comments

Thank you EBahr for this comment. So I have to ways. Either run my python script from PSSE command prompt or run it from PyCharm.

ffl gravatar imageffl ( 2017-03-17 10:07:56 -0500 )edit
0

answered 2017-03-16 01:29:28 -0500

SqFKYo gravatar image

Here's a tutorial from this very site: http://www.whit.com.au/blog/2012/10/i...

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2017-03-12 09:38:14 -0500

Seen: 1,060 times

Last updated: Mar 16 '17