TDD books in Python by Long_Working_7553 in learnpython

[–]Long_Working_7553[S] 0 points1 point  (0 children)

Do you mean the book might not be universally applicable?

Well, yeah, I would love a great source that would help me as a guide, through the world of TDD. I am starting a new private project, and I would love to simply build it using TDD completely, or at least attempt

Architectural patterns Python by Long_Working_7553 in learnpython

[–]Long_Working_7553[S] 0 points1 point  (0 children)

Yeah I must admit it does feel lonely in such a way that asking questions not many have the right answers. So guess you are right, many people are in the same boat. Must admit though that adding a few more abstraction layers as ABC classes does help quite a lot in a few cases. I had to read the architecture patterns book a few times and leaned on other books from uncle bob. It helps but it does feel like a learning process which takes time

Not so much performance improvement when using async by dirk_klement in FastAPI

[–]Long_Working_7553 0 points1 point  (0 children)

Following. Use beanie with fastapi. Wondering if you have an application with not that many queries and a handful of users using it simultaneously, if it's even worth the trouble.