Monthly Archives: July 2017

Thonny Python Editor/Debugging

Thonny is a Python IDE for beginners. It supports different ways of stepping through the code, step-by-step expression evaluation, detailed visualization of the call stack and a mode for explaining the concepts of references and heap. For beginners, it provides … Continue reading

Posted in Uncategorised | Comments Off on Thonny Python Editor/Debugging

Visual Studio Code

Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring. Deploying Visual Studio Code onto the laptops … Continue reading

Posted in Uncategorised | Comments Off on Visual Studio Code