Posts for year 2019
- 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
- Brief intro to `strace` : Finding all files a process is opening in GNU/Linux
- Nightwatch.js Selenium e2e test: input field clearing issue