Faster way to sum an integer series in Python
August 28, 2025
2 comments
Categories: Mathematics, Python
Combining Django signals with in-memory LRU cache
August 9, 2025
4 comments
Native connection pooling in Django 5 with PostgreSQL
June 25, 2025
2 comments
A Python dict that can report which keys you did not use
June 12, 2025
13 comments
Category: Python
get in JavaScript is the same as property in Python
February 13, 2025
0 comments
Categories: Python, JavaScript
How I run standalone Python in 2025
January 14, 2025
1 comment
Category: Python
Converting Celsius to Fahrenheit round-up
July 22, 2024
0 comments
Converting Celsius to Fahrenheit with Python
July 12, 2024
0 comments
Category: Python
How do you thousands-comma AND whitespace format a f-string in Python
March 17, 2024
1 comment
Category: Python
Leibniz formula for π in Python, JavaScript, and Ruby
March 14, 2024
0 comments
Categories: Python, JavaScript
How to avoid a count query in Django if you can
February 14, 2024
1 comment
Pip-Outdated.py with interactive upgrade
September 21, 2023
0 comments
Category: Python
Pip-Outdated.py - a script to compare requirements.in with the output of pip list --outdated
December 22, 2022
0 comments
Category: Python
Join a list with a bitwise or operator in Python
August 22, 2022
0 comments
Category: Python
How to sort case insensitively with empty strings last in Django
April 3, 2022
1 comment
Categories: Django, Python, PostgreSQL