Aiosow – functional architecture for Python projects

πŸ‘‹ aiosow ! 🌱 Context & Origin It’s 2023 and I’m tasked with building an architecture for the Exorde Client. The client has these constraints: it has to be in python (for data-scientists) it has to … Read more

Similar

Python’s Mock.patch in JavaScript

JSPatch is a library inspired by [mock.patch](https://docs.python.org/3/library/unittest.mock.html#patch) from python. It leverages Jest code transformations in order to modify files under test so that we can dynamically patch arbitrary identifiers.. Late... (more…)

Read more »