Posts

Showing posts with the label great

Breaking Down Problems Into Ever Smaller Parts, Smaller and Smaller

Identity vs. Equality: When to use "is/is not" versus equality operators "==/!=" in Python

"The Beauty of Code Is To Express Meaning In A Way That Involves Elegant Abstractions That Are Simple To Understand": Understanding Interfaces

Handling Leap Years: Relativedelta

Getting Specific: Isolate The Problem

Tradeoffs In Coding: No Objectively Better Solutions

Finding the Toasters: A Few Tips On Refactoring Code

The timedelta Object in Python for Time Differences

Skipping the Maths: How A Lazy Developer Has Probably Built That Thing You Need Before You

How To Come Prepared To A Mentoring/Debugging Session

How To Improve At Both Reading and Writing Code: Write More Code

The Python enumerate() Function

Query Strings in GET methods: Summarised