DEV Community

Ameer Abdullah profile picture

Ameer Abdullah

AI/ML and Data Science Graduate

How to Read a Recursive Function Without Losing Your Mind

How to Read a Recursive Function Without Losing Your Mind

1
Comments
3 min read
Python's += Operator Is Lying to You (And Here's the Proof)

Python's += Operator Is Lying to You (And Here's the Proof)

1
Comments
3 min read
5 Python Recursion Problems That Will Make You Finally Understand Base Cases

5 Python Recursion Problems That Will Make You Finally Understand Base Cases

Comments
2 min read
Why Your Python Code Works But You Cannot Explain It (And How to Fix That)

Why Your Python Code Works But You Cannot Explain It (And How to Fix That)

1
Comments
2 min read
Python List Comprehensions: Read Them in 3 Steps Without Getting Lost 📋

Python List Comprehensions: Read Them in 3 Steps Without Getting Lost 📋

2
Comments
2 min read
I Traced 1000 Lines of Python Without Running It. Here Is What I Learned.

I Traced 1000 Lines of Python Without Running It. Here Is What I Learned.

1
Comments
2 min read
What Happens When You Pass a List to a Python Function? Most Developers Get This Wrong.

What Happens When You Pass a List to a Python Function? Most Developers Get This Wrong.

1
Comments
2 min read
Python Scope Is Simpler Than You Think. Here Is the One Rule That Explains Everything.

Python Scope Is Simpler Than You Think. Here Is the One Rule That Explains Everything.

1
Comments
2 min read
Stop Memorizing LeetCode. Start Reading Code. Here Is Why. 🔥

Stop Memorizing LeetCode. Start Reading Code. Here Is Why. 🔥

Comments
2 min read
How I Built a Free Python Practice Platform With Zero Server Costs Using Groq and Supabase

How I Built a Free Python Practice Platform With Zero Server Costs Using Groq and Supabase

1
Comments
3 min read
Python's 7 Biggest Output Surprises (That Always Show Up in Interviews) 🐍

Python's 7 Biggest Output Surprises (That Always Show Up in Interviews) 🐍

1
Comments
3 min read
I Failed a Python Interview Because I Could Write Code But Not Read It

I Failed a Python Interview Because I Could Write Code But Not Read It

Comments
2 min read
How to Use a Trace Table to Solve Python Recursion Problems

How to Use a Trace Table to Solve Python Recursion Problems

Comments
3 min read
loading...