Bash: Printf

printf: formatting and printing data printf FORMAT ARG … The FORMAT string can contain ordinary characters, escape sequences, and format specifiers. Ordinary characters are printed unchanged to the standard output. Escape sequences are converted to the characters they represent. Format specifiers are replaced with arguments from the command line. Escape sequences are single letters preceded…

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…