Posts about python
- Emacs: Managing Python virtual environments
- Emacs: Auto-format strings to a max column width in `python-mode`
- Patching decorators in Python
- Django: Clone a model instance on update
- Django: Custom User model without username field (and using email in place of it)
- Python : Can we use magic/dunder methods as instance attributes directly instead of putting them in type definition?
- Why exception name bindings are deleted while exiting the `except` block in Python, and how to break reference cycles in traceback object's stack frame local namespace
- Async `requests` in Python : Do async I/O on a blocking object
- Python micro-ideas : Does tuple require parentheses as a must?
- HAT : New "one time run" job scheduler for GNU/Linux
- Python : Turning a sequence into an iterator without iter(), keeping the sequences' properties intact
- Abstracting the inits -- run "service action" commands with ease!