▲ | patrickkidger 5 days ago | |||||||||||||||||||||||||
Oh neat! This is my library. Happy to answer any questions. (Though it's really a pretty tiny library that just does what it says on the tin, not sure how many questions there can be. :D ) | ||||||||||||||||||||||||||
▲ | b33j0r 5 days ago | parent | next [-] | |||||||||||||||||||||||||
I have a question. Why do you prefix your package files with an underscore? In fact, you write all of your python like you really have something to hide ;) Like `_Todo`. Where did you get this pattern? (I’m way more curious than accusatory. Are people embracing private modules these days as a convention, and I just missed it?) | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | nurettin 5 days ago | parent | prev [-] | |||||||||||||||||||||||||
I just want to say this is brilliant. I've had my share of problems with asyncio and went back to using sync python and deque instead. |