I really love geany(1.33) because its light weight and fast for writing python codes but I really hate how it handles indentation. When I send pyton code to vte send selection to terminal some times ...
As a first tip, for python specific doubts and questions I'd suggest you ask in a more proper forum, such as Stackoverflow. you will find better answers and much faster than here. Also, this issue ...
Debugging is only a part of the important process in software development. You have to identify and correct an error, or a "bug," in your code to make it work as you wish. Well-done debugging saves ...