Python Types
Every variable you make has a specific data type. Python is dynamically typed. What does that mean? The […]
Every variable you make has a specific data type. Python is dynamically typed. What does that mean? The […]
Variables store information in your programs, including, text, sentences, numbers, sets of data and everything else. You make […]
Like all programming languages, Python has conventions for naming. This post covers some of them for Python version […]
One way of estimating the most popular computer programming languages is to have a look at the popular […]
Cells in Jupyter Notebook Jupyter Notebook is a little different than the IDE you might be used to […]
What is an Application Programming Interface (API)? As a wide definition, the website programmableweb.com says “An Application Programming […]
On Friday, April 2, 2021, Pascal Siakam of the NBA Toronto Raptors basketball team announced that his foundation, […]
Tim Corey is one of my favorite instructors on YouTube. He’s just posted a video on YouTube called […]
This post contains the code I wrote for the example in the book Head First Design Patterns.. The […]
Head First Design Patterns is the title of a good book that can be used to learn design […]
What is the command design pattern? Here we are in the context of object-oriented programming (OOP). The command […]
This post follows chapter four the Observer Pattern of the book called Head First Design Patterns.. I will […]