Does anyone have experience with the Geany code editor with terminal?
Python Crash Course highly recommends Geany and describes it as:
https://www.geany.org/
At first blush it looks like Notepad++ with an integrated Terminal.
Which sounds like a great transition for my sons (just turned 10 and 12) who have got their feet wet with Python in Code Academy and LearnPython.
Code Academy is arranged with your code on the left side of your browser and a terminal/output on the right. LearnPython.Org is the same with a Code [Input] Window arranged on the left, Code Output on the right.
Both have been great tools but are limited in the code they can run as well as code size and speed. Switching over to notepad and IDLE has been a little rough.
Is Geany a good option?
Are there better tools for their age/skill level?
I know the opposite end of the spectrum is using Notepad++ and PowerShell on Windows. (EDIT: e.g. Would it be worth exploring Sublime Text with Glue to get a similar experience?--I am a noob and don't want to overcomplicate this but want to help them on a good path.)
Python Crash Course highly recommends Geany and describes it as:
"Geany is a simple text editor that lets you run almost all of your programs directly from the editor. It also displays your output in a terminal window, which helps you get comfortable using terminals."
https://www.geany.org/
At first blush it looks like Notepad++ with an integrated Terminal.

Which sounds like a great transition for my sons (just turned 10 and 12) who have got their feet wet with Python in Code Academy and LearnPython.
Code Academy is arranged with your code on the left side of your browser and a terminal/output on the right. LearnPython.Org is the same with a Code [Input] Window arranged on the left, Code Output on the right.
Both have been great tools but are limited in the code they can run as well as code size and speed. Switching over to notepad and IDLE has been a little rough.
Is Geany a good option?
Are there better tools for their age/skill level?
I know the opposite end of the spectrum is using Notepad++ and PowerShell on Windows. (EDIT: e.g. Would it be worth exploring Sublime Text with Glue to get a similar experience?--I am a noob and don't want to overcomplicate this but want to help them on a good path.)
Last edited: