yo anyone knows a trustable python library to do caching for async functions? (I specifically want to cache the result of an awaited coroutine in memory, preferably with a ttl...
Hi I was reading my university db notes, came across something called "multi value attribute" which is specified with two lines in an ER table, and it's definition says that i...
does he really dress like a prophet ? 😂
does anyone know how to change aspect ratio on a windows 7 which is installed on a vm on vbox?! it's giving me 4:3, I want 16:9 ( this question is about vbox, not windows, so ...
hey do you use your interfaces to do type hinting in your code ?! if you do, what is the solution with linter errors let me show you my code
guys do you write unit test for your abc classes ?! I'm trying to develop a project using tdd method, that's why I'm asking. should I write unittests for them?