Forem

Aaron Rose profile picture

Aaron Rose

Software engineer and technology writer at tech-reader.blog

Location Dallas, TX Joined Joined on  Personal website https://www.tech-reader.blog
The Moving Day Disaster: Understanding List Mutations
Cover image for The Moving Day Disaster: Understanding List Mutations

The Moving Day Disaster: Understanding List Mutations

Comments
4 min read

Want to connect with Aaron Rose?

Create an account to connect with Aaron Rose. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Lists as Function Interfaces: *args, Mutable Defaults, and the One-Liner Power
Cover image for Lists as Function Interfaces: *args, Mutable Defaults, and the One-Liner Power

Lists as Function Interfaces: *args, Mutable Defaults, and the One-Liner Power

5
Comments
3 min read
The Secret Life of List Operations: Why Slicing Isn't Free
Cover image for The Secret Life of List Operations: Why Slicing Isn't Free

The Secret Life of List Operations: Why Slicing Isn't Free

1
Comments
3 min read
Efficient Iteration Patterns with Python’s itertools
Cover image for Efficient Iteration Patterns with Python’s itertools

Efficient Iteration Patterns with Python’s itertools

1
Comments
3 min read
Beyond for loops: Mastering Python's Iterators and Generators
Cover image for Beyond for loops: Mastering Python's Iterators and Generators

Beyond for loops: Mastering Python's Iterators and Generators

1
Comments
4 min read
The Art of Simple Python Lists
Cover image for The Art of Simple Python Lists

The Art of Simple Python Lists

Comments
4 min read
The Art of Simple Python Variables
Cover image for The Art of Simple Python Variables

The Art of Simple Python Variables

Comments
3 min read
The Art of Simple Python Functions
Cover image for The Art of Simple Python Functions

The Art of Simple Python Functions

Comments
3 min read
The Art of Simple Python Loops
Cover image for The Art of Simple Python Loops

The Art of Simple Python Loops

1
Comments
3 min read
The Secret Art of Writing Great Python Comments
Cover image for The Secret Art of Writing Great Python Comments

The Secret Art of Writing Great Python Comments

Comments 1
3 min read
Python Comments - Write Code Humans Can Actually Understand
Cover image for Python Comments - Write Code Humans Can Actually Understand

Python Comments - Write Code Humans Can Actually Understand

Comments 1
3 min read
Demystifying Python Decorators, Part 2: The Pythonic Way and Advanced Usage
Cover image for Demystifying Python Decorators, Part 2: The Pythonic Way and Advanced Usage

Demystifying Python Decorators, Part 2: The Pythonic Way and Advanced Usage

Comments
3 min read
Demystifying Python Decorators, Part 1: The Foundational Concepts
Cover image for Demystifying Python Decorators, Part 1: The Foundational Concepts

Demystifying Python Decorators, Part 1: The Foundational Concepts

Comments
4 min read
Python Pro Tip: Mastering *args and **kwargs (Argument Packing Explained) 🎁
Cover image for Python Pro Tip: Mastering *args and **kwargs (Argument Packing Explained) 🎁

Python Pro Tip: Mastering *args and **kwargs (Argument Packing Explained) 🎁

Comments
3 min read
Python Pro Tip: Unpack Your Variables Like a Boss
Cover image for Python Pro Tip: Unpack Your Variables Like a Boss

Python Pro Tip: Unpack Your Variables Like a Boss

Comments
3 min read
Python's Most Famous Gotcha: The Mutable Default Argument
Cover image for Python's Most Famous Gotcha: The Mutable Default Argument

Python's Most Famous Gotcha: The Mutable Default Argument

Comments
4 min read
Python's is vs ==: Stop Confusing Identity with Equality
Cover image for Python's is vs ==: Stop Confusing Identity with Equality

Python's is vs ==: Stop Confusing Identity with Equality

Comments
3 min read
Print Isn’t Return: The Subtle Distinction That Changes Everything
Cover image for Print Isn’t Return: The Subtle Distinction That Changes Everything

Print Isn’t Return: The Subtle Distinction That Changes Everything

Comments
3 min read
Mutable or Not? Why Lists Behave Like Clay but Strings Don’t
Cover image for Mutable or Not? Why Lists Behave Like Clay but Strings Don’t

Mutable or Not? Why Lists Behave Like Clay but Strings Don’t

Comments
3 min read
Python String Formatting: From Basics to F-Strings
Cover image for Python String Formatting: From Basics to F-Strings

Python String Formatting: From Basics to F-Strings

5
Comments
3 min read
Mastering Slicing and Indexing in Python: Access Data with Precision
Cover image for Mastering Slicing and Indexing in Python: Access Data with Precision

Mastering Slicing and Indexing in Python: Access Data with Precision

4
Comments
3 min read
Python List Comprehensions: Write Cleaner, Faster Loops
Cover image for Python List Comprehensions: Write Cleaner, Faster Loops

Python List Comprehensions: Write Cleaner, Faster Loops

Comments
3 min read
Taming Your Data: How to Sort and Filter Lists in Python
Cover image for Taming Your Data: How to Sort and Filter Lists in Python

Taming Your Data: How to Sort and Filter Lists in Python

Comments
3 min read
Python Dictionaries: The Secret to Lightning-Fast Data Lookups
Cover image for Python Dictionaries: The Secret to Lightning-Fast Data Lookups

Python Dictionaries: The Secret to Lightning-Fast Data Lookups

Comments
3 min read
Python Lists vs. Tuples: Choosing the Right Tool
Cover image for Python Lists vs. Tuples: Choosing the Right Tool

Python Lists vs. Tuples: Choosing the Right Tool

Comments
2 min read
The while Loop: Python's Most Dangerous & Powerful Tool
Cover image for The while Loop: Python's Most Dangerous & Powerful Tool

The while Loop: Python's Most Dangerous & Powerful Tool

Comments 2
2 min read
The Python Loop You Already Love (and Why It's So Smart)
Cover image for The Python Loop You Already Love (and Why It's So Smart)

The Python Loop You Already Love (and Why It's So Smart)

5
Comments 2
2 min read
Beyond the Label: How Python Variables Really Work with Memory
Cover image for Beyond the Label: How Python Variables Really Work with Memory

Beyond the Label: How Python Variables Really Work with Memory

2
Comments
4 min read
Python Strings & Memory: What Every Junior Developer Should Know
Cover image for Python Strings & Memory: What Every Junior Developer Should Know

Python Strings & Memory: What Every Junior Developer Should Know

2
Comments 2
3 min read
Taming S3 Versioning Before It Blows Up Your Bill
Cover image for Taming S3 Versioning Before It Blows Up Your Bill

Taming S3 Versioning Before It Blows Up Your Bill

5
Comments
3 min read
Python Mutability, Immutability, and Their Consequences
Cover image for Python Mutability, Immutability, and Their Consequences

Python Mutability, Immutability, and Their Consequences

Comments
4 min read
Python Mystery Quiz: Can You Crack This Code?
Cover image for Python Mystery Quiz: Can You Crack This Code?

Python Mystery Quiz: Can You Crack This Code?

4
Comments
4 min read
🐍✨ Level Up Your Python: Advanced Tips, Tricks & Hacks
Cover image for 🐍✨ Level Up Your Python: Advanced Tips, Tricks & Hacks

🐍✨ Level Up Your Python: Advanced Tips, Tricks & Hacks

4
Comments 2
3 min read
Data Silos: Why Teams Keep Drowning in Their Own Information
Cover image for Data Silos: Why Teams Keep Drowning in Their Own Information

Data Silos: Why Teams Keep Drowning in Their Own Information

Comments
2 min read
This One Python Trick Will Make Your Code Look Like a Pro’s
Cover image for This One Python Trick Will Make Your Code Look Like a Pro’s

This One Python Trick Will Make Your Code Look Like a Pro’s

6
Comments 2
3 min read
Python Hacks That Actually Slay 💻🐍 (You'll Use These Every Day)
Cover image for Python Hacks That Actually Slay 💻🐍 (You'll Use These Every Day)

Python Hacks That Actually Slay 💻🐍 (You'll Use These Every Day)

Comments
2 min read
Python Hacks for Your TikTok Side Hustle 💰📱
Cover image for Python Hacks for Your TikTok Side Hustle 💰📱

Python Hacks for Your TikTok Side Hustle 💰📱

Comments
2 min read
Python's Walrus Operator (:=): Write Cleaner, But Always Readable, Code
Cover image for Python's Walrus Operator (:=): Write Cleaner, But Always Readable, Code

Python's Walrus Operator (:=): Write Cleaner, But Always Readable, Code

Comments
2 min read
Stop Using os.path! Python’s pathlib Is SO Much Better. 👾
Cover image for Stop Using os.path! Python’s pathlib Is SO Much Better. 👾

Stop Using os.path! Python’s pathlib Is SO Much Better. 👾

1
Comments
1 min read
JavaScript One-Liners That Actually Slap 🚀 (And One That Doesn't 👀)
Cover image for JavaScript One-Liners That Actually Slap 🚀 (And One That Doesn't 👀)

JavaScript One-Liners That Actually Slap 🚀 (And One That Doesn't 👀)

Comments
3 min read
Scaling Bedrock's Nova Pro Model for High-Traffic Workloads
Cover image for Scaling Bedrock's Nova Pro Model for High-Traffic Workloads

Scaling Bedrock's Nova Pro Model for High-Traffic Workloads

Comments 1
4 min read
The GOTO Statement: Programming's Most Notorious Villain, Redeemed?
Cover image for The GOTO Statement: Programming's Most Notorious Villain, Redeemed?

The GOTO Statement: Programming's Most Notorious Villain, Redeemed?

1
Comments
5 min read
The Rate Limiting Cascade: Lessons from Cloudflare's August 21 Incident
Cover image for The Rate Limiting Cascade: Lessons from Cloudflare's August 21 Incident

The Rate Limiting Cascade: Lessons from Cloudflare's August 21 Incident

Comments
8 min read
Running Managed Apache Flink with Java 17: Why Your Job Fails (and How to Fix It)
Cover image for Running Managed Apache Flink with Java 17: Why Your Job Fails (and How to Fix It)

Running Managed Apache Flink with Java 17: Why Your Job Fails (and How to Fix It)

Comments
6 min read
How to Get "Total Data Scanned" for a Redshift Query via the Data API
Cover image for How to Get "Total Data Scanned" for a Redshift Query via the Data API

How to Get "Total Data Scanned" for a Redshift Query via the Data API

Comments
4 min read
How to Always Write Optimized Queries in Amazon Redshift - Complete Guide
Cover image for How to Always Write Optimized Queries in Amazon Redshift - Complete Guide

How to Always Write Optimized Queries in Amazon Redshift - Complete Guide

Comments
7 min read
AWS Timestream Live Analytics for New Users
Cover image for AWS Timestream Live Analytics for New Users

AWS Timestream Live Analytics for New Users

Comments
6 min read
Resolving Terraform AWS Provider Conflicts with LocalStack
Cover image for Resolving Terraform AWS Provider Conflicts with LocalStack

Resolving Terraform AWS Provider Conflicts with LocalStack

Comments
4 min read
Breaking the Rules: Getting Raspberry Pi Connect Working on "Unsupported" Hardware
Cover image for Breaking the Rules: Getting Raspberry Pi Connect Working on "Unsupported" Hardware

Breaking the Rules: Getting Raspberry Pi Connect Working on "Unsupported" Hardware

Comments
6 min read
Building a Data Mart in Amazon Redshift: A Practical Guide
Cover image for Building a Data Mart in Amazon Redshift: A Practical Guide

Building a Data Mart in Amazon Redshift: A Practical Guide

Comments
6 min read
🎯 The Raspberry Pi 3A+ Chronicles: Episode 1 - The Micro Center Time Machine
Cover image for 🎯 The Raspberry Pi 3A+ Chronicles: Episode 1 - The Micro Center Time Machine

🎯 The Raspberry Pi 3A+ Chronicles: Episode 1 - The Micro Center Time Machine

Comments
4 min read
loading...