Python Blog | Adarsh Divakaran
Subscribe
Sign in
Home
Python in the Wild
Python Blog
Archive
About
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
•
Adarsh D
October 2024
Python Thread Safety - My First Tutorial for Real Python
My first tutorial for Real Python got published 🎉
Oct 24, 2024
•
Adarsh D
February 2024
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 D
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 D
January 2024
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 D
December 2023
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 D
1
October 2023
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 D
September 2023
Thread Safety in Python
Before getting started with Thread safety, let’s look into race conditions.
Sep 26, 2023
•
Adarsh D
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts