Tips to make your searches more effective. BASIC SEARCH define:wan Returns definitions. time:Toronto Returns the […]
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 syntax highlighting and spell checking. […]
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 large volumes […]
Working with Strings in Python
Follow some examples of how to print information in a friendly tab layout: last, first […]
Simple ASCII Art in Python
This program converts a name, word, or phrase from a single line into ASCII Art […]
Introduction to Python
Python is just one more programming language. So, what makes everyone talk about it? That […]