PyScripter v3.3.1 released
2018-03-23
This is a hotfix release. It fixed an error in Tools, Options, IDE Options. It is available at Sourceforge.
Turbocharge your Python development with the latest release of PyScripter!
This is a hotfix release. It fixed an error in Tools, Options, IDE Options. It is available at Sourceforge.
PyScripter 3.3.0 is now available at Sourceforge. The major change in this version is the addition of thread debugging. New features: Thread debugging (#455) Much faster python output redirection Form Layout and placement stored in…
The next version of PyScripter will contain support for debugging multi-threaded python applications. This blog post provides a quick preview of how thread debugging works. The following python script will be used for demonstration purposes:…