In the following example, the Python code will create a dictionary with the headers (fields on the first line) from […]
AWK Cheat Sheet
AWK is a domain-specific language designed for text processing and typically used as data extraction and reporting tool. In other […]
Ruby Cheat Sheet
On the official website, Rubi is described as “A dynamic, open-source programming language with a focus on simplicity and productivity. […]
Golang (GO) Cheat Cheet
Golang or GO is a programming language developed in 2009 by three Google engineers to fulfill its high-performance needs. Its […]
Markdown Cheat Sheet
Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It is recommended to use a […]
Google Search Operators Cheat Sheet
Tips to make your searches more effective. BASIC SEARCH define:wan returns definitions. time:Toronto returns time in a location. cache:https://example.com Google’s […]
VBScript Cheat Sheet
Message Box Syntax Int = MsgBox(prompt[,buttons][,title][,helpfile,context]) Message Box Responses / Button Values 1 = vbOK 2 = vbCancel 3 = […]
Using Python with MySQL
MYSQL DATABASE WITH PYTHON Installing requirements: sudo apt update sudo apt install python3-pip sudo pip3 install mysql-connector Test importing MySQL […]
Java Script (JS) Cheat Sheet
Having an adequate environment to write code is essential for checking spelling and color-code the lines in order to visually […]
Running Python Programs in Linux Console
If you are discovering or studying Python you may stay in the Interpreter environment to perform all the tasks you […]