You Already Know How to Code: Part 3
In Part 2, I showed you how you already know about variables, data types and operators. Here’s even more you already know about coding. You...
Let’s talk about code
In Part 2, I showed you how you already know about variables, data types and operators. Here’s even more you already know about coding. You...
There are a few ways to send emails with python, but I wanted to find a way that was quick to implement, free, secure, with...
What is a decorator? Despite its name, a decorator doesn’t make python prettier. A decorator in python is a function that augments or modifies another...
I enjoy logic puzzles, so this week I thought I’d challenge myself to solve a New Scientist logic puzzle using code, and share with you...
Firstly, let me tell you what a code review is not. It is not as it was represented in the Netflix series Russian Doll, where...
In python, mutable objects are those that can change after they are created. In contrast, immutable objects can’t change after they are created. Examples of...
Recent Comments