no-op statements syntactically valid only since Python X.Y - GitHub - jwilk/python-syntax-errors: no-op statements syntactically valid only since Python X.Y... (more…)
Read more »
Blog on the intersection between the Bible and Technology. Writing about getting Bible things done using the computer - sometimes to do cool stuff, sometimes to do things that shouldn't be complicated but for some reason are. (more…)
Read more »
What is a Circular Dependency? A circular dependency occurs when two or more modules depend on each other. This is due to the fact that each module is defined in terms of the other (See Figure 1). For example: functionA(): functionB() And functionB(... (more…)
Read more »
Automate your ML model train-deploy cycle, garbage collection, and rollbacks from Python with an open-source PyPi package based on Cortex... (more…)
Read more »