Editor for scripting

Asked by kalogeropoulos

Hello to everyone,

 as I am new to YADE platform, i want to make a question:

I wonder if there is any editor from which i write and execute the python scripts ?
Python scripts running in terminal using yade in front of them, byt is there an IDE,
from which i can run my scripts??

Thank You!!

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Robert Caulk
Solved:
Last query:
Last reply:
Revision history for this message
Best Robert Caulk (rcaulk) said :
#1

Hello,

Welcome to Yade! I guess this isn't really a question about Yade :-) Anyways, if you require an IDE, I am certain you will find more pertinent information on Google [1] about IDEs than you will here.

https://realpython.com/python-ides-code-editors-guide/

Cheers,

Robert

Revision history for this message
kalogeropoulos (antoniskal) said :
#2

Thanks Robert Caulk, that solved my question.

Revision history for this message
Bruno Chareyre (bruno-chareyre) said :
#3

Cheap yet efficient: "kate" has convenient syntax highlighting and hotkeys for python (e.g. indentation of blocks), and it can dock a terminal in another tab so you can edit and run in the same window.

If you really want to execute and debug from a GUI I would suggest kdevelop, but that's just because it's the one I know.

There are many other alternatives in both cases.

Bruno