Python Blog | Adarsh Divakaran
Subscribe
Sign in
Home
Python in the Wild
Python Blog
Archive
About
Goodbye GIL - Exploring Free Threaded Python 3.14
I compared execution time of code - which included CPU & I/O bound scripts and a WSGI app using the default and free-threaded Python 3.14 interpreters.
Oct 22, 2025
•
Adarsh Divakaran
1
Latest
Top
Will AI Replace Junior Developers? I Asked Experts at Pycon US
Real voices from PyCon US on whether AI is here to help - or replace - developers.
Jun 18, 2025
•
Adarsh Divakaran
1
Python Thread Safety - My First Tutorial for Real Python
My first tutorial for Real Python got published 🎉
Oct 24, 2024
•
Adarsh Divakaran
1
Thread Local Data in Python
Since threads in Python share the memory space of their parent process, we might need to define thread-specific values for specific use cases to avoid…
Feb 18, 2024
•
Adarsh Divakaran
Evolution of the sort in Python and the Role of functools.cmp_to_key
In this article, we will explore the evolution of sorting in Python from Python 2 to 3 and look into the cmp_to_key function from functools.
Feb 5, 2024
•
Adarsh Divakaran
Partition method of Python strings
The `partition` method of `str` covers a niche use case - It is useful when a string needs to be split into exactly two parts based on a separator.
Jan 22, 2024
•
Adarsh Divakaran
TIL - List from Typing module is inheritable
The "Today I learned" series of posts are short notes of new things I encounter with Python. This post discusses some under the hood behavior of the…
Dec 20, 2023
•
Adarsh Divakaran
1
When I met Guido van Rossum
This is my account of meeting Guido Van Rossum and his advice on becoming a Python Core Developer.
Oct 5, 2023
•
Adarsh Divakaran
See all
Python Blog | Adarsh Divakaran
Newsletter of Python-related posts from my blog (https://blog.adarshd.dev).
Subscribe
socials
Linkedin
Blog
Personal Website
Python Blog | Adarsh Divakaran
Subscribe
About
Archive
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts