Programming

Quick Python Tutorial

Last modified: 2 June 2021

This page provides a set of simple Python 3 (since Python 2 has reached end-of-life, I don’t recommend Python 2!) examples to help bootstrap you into using this language. Resources at the end of the page provide more details and examples you can consult if you want …

How to Install Python 3

Last modified: 4 January 2020

NOTE: You may want to consider installing a Python distribution such as Anaconda, as that distribution comes with many of the third-party libraries already built-in. This can prevent possible manual installation headaches of those libraries in the base package down the …

The Art of Connection

When you connect with another person, there is an exchange. I do or give you something and you do or give me something in return.

Previously I posted about how if people want a job, they should learn to program. Though schools are behind the curve in teaching students how to program, programming …