Tips to make your searches more effective. BASIC SEARCH define:wan returns definitions. time:Toronto returns time […]
VBScript Cheat Sheet
Message Box Syntax Int = MsgBox(prompt[,buttons][,title][,helpfile,context]) Message Box Responses / Button Values 1 = vbOK […]
Using Python with MySQL
MYSQL DATABASE WITH PYTHON Installing requirements: sudo apt update sudo apt install python3-pip sudo pip3 […]
Java Script (JS) Cheat Sheet
Having an adequate environment to write code is essential for checking spelling and color-code the […]
Running Python Programs in Linux Console
If you are discovering or studying Python you may stay in the Interpreter environment to […]
Working with Lists in Python
Lists and Arrays are a very powerful type of variable that can store big volumes […]
Working with Strings in Python
Follow some examples of how to print information friendly in tab layout: last, first = […]
Simple ASCII Art in Python
This program can convert one name, word or even one phrase from a single line […]
Introduction to Python
Python is just one more programming language. So, what is in it that everyone is […]