Tips for working with code folding
Here are some tips for working with code folding: Bird’s eye view of a module: A. Fold All B Unfold classes Fold/unfold whole functions: A. Unfold All B Fold functions Now when you unfold a…
Turbocharge your Python development with the latest release of PyScripter!
Here are some tips for working with code folding: Bird’s eye view of a module: A. Fold All B Unfold classes Fold/unfold whole functions: A. Unfold All B Fold functions Now when you unfold a…
PyScripter was selected as one of the projects of the week, April 16 2018 by SourceForge.
I did some benchmarking of regular expression engines and the results are quite interesting. The benchmark involved finding all matches of different patterns in a 15 Mb text file. It is a similar benchmark to…
The next version of PyScripter will support running Jupyter notebooks inside the IDE as shown in the picture below: Jupiter notebooks are JSON files and PyScripter 3.4 provides syntax highlighting with code-folding for such files….
This hotfix release resolves a problem that may occur when running/debugging GUI scripts and a few minor other minor issues. It is available at Sourceforge.
Sometimes you may want to distribute your python work as a single .exe file. This post explains how to do it easily with PyScripter. If you do not see “Install packages with pip” under Tools…