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 […]
Working with Lists in Python
Lists and Arrays are a very powerful type of variable that can store big volumes of data. After storing, the […]
Working with Strings in Python
Follow some examples of how to print information friendly in tab layout: last, first = input(“Enter your last and first […]
Simple ASCII Art in Python
This program can convert one name, word or even one phrase from a single line into a composition of ASCII […]
Introduction to Python
Python is just one more programming language. So, what is in it that everyone is talking about? That is a […]