Python

Writing Idiomatic Python Code

You need to understand Python well before you can write idiomatic, or *pythonic* code in it.

Read
Python

This Week in Python (June 03, 2022)

What happened this week in the Python universe?

Read
Python

Everything you need to know about involuntary borgs in Python

Python, in general, is a pass-by-reference language. What does that really mean and what do you need to look out for?

Read
Python

This Week in Python (May 27, 2022)

What happened this week in the Python universe?

Read
Python

All you need to know about Asterisks in Python

In this article we learn about the deconstruction operators (`*` and `**`) in Python and how to use them with functions, list, and dictionaries.

Read