How To Install Visual Studio Code on Kali Linux

Install Visual Studio Code on Kali Linux by using the official ATP repository. At first, update the system and install the package below. sudo apt update sudo apt install curl gpg gnupg2 software-properties-common apt-transport-https Import Microsoft GPG key to the Kali Linux curl https://packages.microsoft.com/keys/microsoft.asc | gpg –dearmor > microsoft.gpg sudo install -o root -g root…

Install Python Packages on Visual Studio Code

Visual Studio Code is a free programming software. It is multiple platforms software that you can install it on Windows, Linux and Mac OS. As a Python programmer, working on Visual Studio Code saves much time. However, Visual Studio Code only provides basic Python packages that are not enough for advanced programming. This screenshot shows…