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…
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…
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:…
Since version 3.0, PyScripter ships with many great looking editor themes (editor syntax coloring), both dark and light. You can also select dark or light styles for the application user interface through the View, Select…
The external tools is a powerful feature of PyScripter that is relatively unknown. Below I describe how you can use it to install python packages easily using pip. Start PyScripter and select Tools, Configure tools.. …
About a third of all bug reports I get for PyScripter relate to using PyScripter with python file paths containing non-ascii characters. In such cases a UnicodeEncodeError or UnicodeDecodeError may occur when you run or…