10 Tips to Become REALLY Good at Python | Issue #37


Hi there,

Let’s talk about Python—the language we all love. ❤️ You might think you know your way around it, but even senior developers can fall into common traps or miss out on some of its best features.

In this week’s video, I break down 10 tips that will make your code cleaner, faster, and more Pythonic.

For example, comprehensions are not just for lists—you can use them for sets, dictionaries, and even generators. And if you’re not using f-strings yet… well, you’re missing out on a lot of readability and power!

The last tip, though, is my personal favorite—it’s one I wish more developers knew when I review their code.

Cheers,

Arjan

# News

Generative AI Is Not Going to Build Your Team

Generative AI tools like ChatGPT and GitHub Copilot can supercharge productivity, but let’s be real—they won’t replace the creativity, collaboration, or critical thinking of a skilled engineering team. 🚀

As this Stack Overflow article points out, AI can’t handle complex team dynamics or bring that essential human touch to innovation. Think of AI as your assistant, not your substitute—a powerful sidekick that helps you level up, not take over. Read the full article here.

Insane and Fun Facts About SQLite

SQLite is the most widely deployed database engine in the world, powering over a trillion active databases. It stands out from most software by being in the public domain, allowing unrestricted use.

But there’s more to its story—SQLite operates under a unique Code of Ethics inspired by The Rule of St. Benedict, bringing a refreshing perspective to software development. ✨

Want to uncover more cool facts and dive into SQLite’s fascinating journey? 👉Click here to learn more.

# Community

In our Discord community, an interesting discussion unfolded about preserving function signatures and docstrings when using Python decorators. 🤔 One member shared their challenge of losing these critical details, sparking a deep dive into solutions like functools.wraps, advanced type hints with ParamSpec, and even IDE-specific quirks. 🛠️

Curious about how it turned out or want to join discussions like this? ArjanCodes’ Discord is the place to connect, learn, and grow as a programmer. 🌟


Do you enjoy my content on YouTube and would you like to dive in deeper? Check out my online courses below. They've helped thousands of developers take the next step in their careers.

🚀 The Mindset Online Course Series

The goal of this series is to help junior developers grow their skills to become senior developers faster.

💥 Other Courses

💡 If you’re part of a development team at a company, I offer special packages for companies that give your team the tools to consistently write high-quality code and dramatically increase your team's productivity.

Unsubscribe | Send by ArjanCodes

Jan van Eijklaan 2-4, Bilthoven, UT 3723 BC

The Friday Loop

Every Friday, you'll get a recap of the most important and exciting Python and coding news. The Friday Loop also keeps everyone posted on new ArjanCodes courses and any limited offers coming up.

Read more from The Friday Loop

Hi there, Honey might save you a few bucks, but it’s stealing from creators while doing so. Ouch. 🍯 In this week’s video, I tackle this issue head-on by designing a less evil version of Honey: meet Kale. 🥬 Kale is a browser extension that’s transparent, open-source, and creator-friendly. It doesn’t override affiliate cookies, gives users control, and still applies sweet discount coupons. But this video isn’t just about the what—it’s also about the how. I break down the full architecture, the...

Hi there, I just posted a new video, and it gets a bit personal. After four years of running ArjanCodes, I learned a tough lesson in 2024: trying to do too much leads to burnout, stress, and lower quality work. So I hit the brakes. Scaled back. Simplified. And guess what? The videos got better. I feel more focused. The team is happier. Now, heading into 2025, I’m embracing the Keep Things Stupidly Simple principle—both in software design and life. Watch this week’s video, if you want to hear...

Hi there, Debugging FastAPI apps in VSCode often feels harder than it needs to be. Between uvicorn, browser requests, and vague errors, it’s enough to make anyone pull their hair out. In today’s video, I’ll show you how to set up the perfect debugging environment so you can find and squash those bugs like a pro. 🔥 Here’s what you’ll learn: How to set up a debugging configuration in VSCode that works seamlessly with FastAPI. Why breakpoints, logpoints, and conditional breakpoints are your...