Native async / await support is now available in the Elasticsearch Python client for 7.8.0. Start using system resources more efficiently to improve performance on I/O-heavy workloads. (more…)
Read more »
Introduction I prefer to use relational (SQL) databases in general since they provide several features that are very useful when working with data. SQLite is a great choice since the database is a single file, which makes it easier to share data. Even tho... (more…)
Read more »
There's no two ways about it, Python is slow. I felt this in particular when exploring how to sanitize potentially malicious HTML content in the CTFd content editor. The two options for sanitizing/processing HTML in Python both have some tradeoffs: Poorl... (more…)
Read more »
Harden your code and your type hints with RepeatableIterable - GitHub - LLyaudet/python-repeatable-iterable: Harden your code and your type hints with RepeatableIterable... (more…)
Read more »