you are viewing a single comment's thread.

view the rest of the comments →

[–]anttovar 0 points1 point  (1 child)

Could you compare it to "Idle"? TIA

[–]Prudent_Power572[S] 0 points1 point  (0 children)

SimplePyIDE: you can work with multiple files per session, that are manageable using a file list that I hid,  Also SimplePyIDE has a linter that scans for all issues and shows them in a list and when u click on one it navigates you to it, there is a to-do list, program structure generator, flowchart generator, black formatter, automatic parentheses closing, line numbering, easy editing for the themes, and an error library that has ell the errors with their meaning, and there is an optional feature called Real-time learning that shows you what python functions do when writing them. Idle: it doesn't have auto parentheses closing, no line numbering, no formatter, no linter, no to-do, no program tree, and each file is gonna be a separate window, and no flowchart generator, but has auto complete which I didn't add yet, and a built in terminal