I discovered another awesome Linux app lately, VSCodium! VSCodium aims to remove Microsoft branding and telemetry from Visual Studio Code, allowing you to benefit from using that code editor, but without it being a privacy concern. In this video, I’ll show you how to install it.
code
Coding in Python 23 – Virtual Environments
In video number 23 of the Coding in Python series, you’ll be introduced to the concept of Virtual Environments.
Coding in Python 12 – Local vs Global Variables
In video number 12 of the Coding in Python series, we explore the difference between local and global variables.