Arpit Bhayani
Projects
Blogs
Notes
Videos
Papershelf
Bookshelf
Courses
Talks
Home
Topics
Python Internals
#python-internals
(25)
18 blogs
•
4 notes
•
3 videos
All
25
Systems Internals
18
Algorithms & Data Structures
3
Career Growth
2
AI Systems
1
Distributed Systems
1
2026
(1)
May 15
BLOG
What Matters in Production RAG
AI Systems
#ai-systems
#embeddings
#llms
2024
(2)
Mar 30
NOTE
The addition of two numbers in Python is fascinating ⚡
Systems Internals
#python-internals
Jan 15
NOTE
6 Simple Strategies to Cracking Any Tech Interview
Career Growth
#career-growth
#interviews
#python-internals
2023
(5)
Sep 08
NOTE
Recently, I was going through the source code of Python
Career Growth
#python-internals
Sep 02
NOTE
Here's an interesting fact about Python Dictionaries ⚡
Systems Internals
#python-internals
Jun 27
VIDEO
Hacking CPython: Adding a Custom 'nuke' Statement to the Python Language
Systems Internals
#cpython
#compiler-design
#abstract-syntax-tree
Jun 09
VIDEO
Hacking CPython: Modifying the Internal Print Function to Inspect Object Metadata
Systems Internals
#cpython
#python-internals
#systems-programming
May 16
VIDEO
Navigating Massive Open Source Codebases: Making Your First Change in CPython
Systems Internals
#cpython
#python-internals
#c-programming
2022
(1)
Mar 07
BLOG
Solving the Knapsack Problem with Evolutionary Algorithms
Algorithms & Data Structures
#algorithms-and-data-structures
#algorithms
#hashing
2021
(4)
Apr 28
BLOG
Python Internals - Exploring Chained Comparison Operators
Systems Internals
#systems-internals
#python-internals
Apr 19
BLOG
Modeling Udemy's Categories in a Relational Database
Distributed Systems
#distributed-systems
#databases
#python-internals
Apr 01
BLOG
I Changed the Rules for the Python's Walrus Operator
Systems Internals
#systems-internals
#prompt-engineering
#python-internals
Jan 10
BLOG
Constant Folding in Python
Systems Internals
#systems-internals
#data-structures
#go
2020
(11)
Dec 20
BLOG
How Python Uses String Interning to Keep Runtime Efficient
Systems Internals
#systems-internals
#caching
#go
Dec 13
BLOG
Visualizing Recursion in Python with Just a Decorator
Systems Internals
#systems-internals
#algorithms
#data-structures
Nov 08
BLOG
MinHash - Fast Jaccard Similarity at Scale
Algorithms & Data Structures
#algorithms-and-data-structures
#information-retrieval
#probabilistic-data-structures
Jul 26
BLOG
Why Slowsort is Hilariously Inefficient
Algorithms & Data Structures
#algorithms-and-data-structures
#python-internals
#sorting
Jun 14
BLOG
Making Integers Iterable in Python
Systems Internals
#systems-internals
#networking
#python-internals
May 17
BLOG
How Python Handles Integers Under the Hood
Systems Internals
#systems-internals
#memory-management
#python-internals
Apr 19
BLOG
Modeling Finite State Machines with Python Coroutines
Systems Internals
#systems-internals
#concurrency
#networking
Feb 21
BLOG
Python Prompt Strings
Systems Internals
#systems-internals
#prompt-engineering
#python-internals
Feb 07
BLOG
Python's Missing Feature - Function Overloading
Systems Internals
#systems-internals
#python-internals
Jan 10
BLOG
How Python Handles Gigantic Integers
Systems Internals
#systems-internals
#python-internals
Jan 03
BLOG
Python Internals - I Made Addition Unpredictable
Systems Internals
#systems-internals
#python-internals
2016
(1)
Apr 12
BLOG
HTTP - The Hard Way with Netcat
Systems Internals
#systems-internals
#ai-agents
#networking