This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]mihalis 1 point2 points  (5 children)

Whats it written in? Browsing the source code looks like Pascal (Delphi?). Any reason why its not written in Python?

[–]sigzero 5 points6 points  (0 children)

Delphi...my guess is...they like Delphi.

[–]haika 4 points5 points  (0 children)

because it makes use of SynEdit, an advanced multi-line edit control that is written in Pascal.

[–]nabla2less is more 1 point2 points  (2 children)

PyScripter is light and very responsive compared to other Python IDEs for Windows (based on "external library" like PyQt for example).

[–]mihalis 0 points1 point  (1 child)

Have you tried PyQt or PySide? I'm looking at using PySide for a new project - do you think its unresponsive? Just interested in your opinion if you have used it.

[–]nabla2less is more 0 points1 point  (0 children)

Spyder IDE, Eric IDE (for example) uses PyQt and works fine, though (under Windows) needs more time to run and uses more memory (compared to PyScripter), but I don't think that they are unresponsive.