Some posts of mine that you may find interesting:
- Flip a boolean value without referencing it twice
- zip iterators asserting for equal length in python
- How can I add spaces around a sub-string using Python formatted strings `(f'...')` without first creating a new variable?
- How do I determine if all the characters in a string is alphanumeric without using isalnum()?
- How to reorder the keys of a dictionary?
- What is the name of the internal function that "executes" an f-string?
- How to get date format of a list of unknown format strings?
- How to find the average length of consecutive positive and negative numbers in a list?
- How to combine values of int's with the same group in list of tuples?
- Understanding how this Python Decorator works