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.
Share
13 Reasons Why Python Is Really WEIRD | Issue #18
Published about 2 months ago • 2 min read
Hi there,
Ever wondered why Python sometimes behaves in unexpected ways?
In this week’s video, I’ll be showing you 13 strange things in Python that might just blow your mind! 🤯 Especially the last one—it’s really confusing!
From the mysteries of integer caching to the quirks of mutable default arguments, this video is packed with examples that will make you question everything you know about Python. 🐍
P.S. Stay tuned until the end of the video for an awesome Easter egg in Python you might not know about! 🎁 Enjoy the video and happy coding!
Cheers,
Arjan
# News
We've Added More Subtitles
Great news! Due to popular demand, all my courses now have English, French, German, Italian, Portuguese, and Spanish subtitles. And this is just the beginning – my team and I are working on adding even more languages in the future. If you’re interested in checking them out, click here and choose a course! 💃🏻🎉
Episode 3 of Under the Hood is live!
In this week’s livestream, we dove deep into the code and design of another popular open-source project.
As usual, you got to see my unfiltered, real-time reactions—no edits, no sugarcoating. Plus, I tackled some of your burning questions along the way. 🔥
Curious about which open-source library we explored this time? Want to sharpen your skills and see how quality software is really built? Check out the livestream now! 👨🏻💻
# Community
Are you passionate about programming, especially with Go? Do you want to dive deep into topics like threading models (1:1, N:1, M), the Go runtime scheduler, system calls and their impact on concurrency, lock-free algorithms, and CPU cache coherency protocols? 🖥️
Our Discord members are having a fantastic discussion about these advanced concepts, exploring how the Go runtime manages concurrency, the challenges of system calls, and much more!
Don’t miss out on this chance to connect with like-minded enthusiasts. Click here to join the conversation now! 🚀
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.
The Software Architect Mindset - Learn the mindset that will allow you to effortlessly build and maintain scalable software systems. Become a software architect.
The 30-Day Design Challenge - Get the practice you're missing. Learn to deal with a wide variety of software design problems.
💡 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.
🪄 Learntail
My team and I created an AI quiz generator designed to accelerate your learning, called Learntail. You can try it for free or unlock even more capabilities and features with the monthly subscription. Take a look here.
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.
Hi there, Ever struggled with code duplication? It can creep into your projects in ways you’d never expect. 🚨 In this week’s video, I’ll show you some tricky examples of duplicated code that might not be obvious at first glance. 👀 I also explain why simply following the DRY principle can sometimes make things worse. I’ll walk you through a refactor of one such case and even show you an example where not removing duplication is the better choice! Watch until the end of the video for some BONUS...
Hi there, Want to write cleaner and more efficient Python code? I’ve got you covered! In this week’s video, I walk you through 15 Python libraries that will seriously boost your productivity. From cutting project setup time in half with Cookiecutter 🍪 to converting text numbers to digits with Numerizer, these tools are all about making your life easier. You’ll learn how to automate tasks like file monitoring using Watchdog and build modern dashboards with Nicegui! Watch the full video to find...
Hi there, Python 3.13 is officially here, packed with some seriously exciting upgrades! 🐍 The headline feature? Disabling the GIL (yep, you read that right) is a game changer for multithreaded applications. Plus, the interactive interpreter now has full color support 🎨, making debugging and experimentation even more intuitive. But that’s just the tip of the iceberg. In this week’s video, I’ll walk you through all the major updates, including: A boost to garbage collection for faster memory...