I get asked a lot if it really makes sense to write tests for software. The general answer is yes, but it depends with who you are working with, the complexity, life cycle of the project and many other factors. I would argue that is very hard to have a … (more…)
Read more »
This is a brief blog post describing my experience with automating Photoshop using Python.
I am an experienced software developer, but had never really used Photoshop before. As you can tell from my wonderful programmer art in this post ;)... (more…)
Read more »
Helper functions to generate JSON schema dicts for OpenAI ChatGPT function calling requests. - GitHub - jakecyr/openai-function-calling: Helper functions to generate JSON schema dicts for OpenAI Ch... (more…)
Read more »
Python but tov (good). Contribute to Yuvix25/pytov development by creating an account on GitHub. (more…)
Read more »
Today I'm starting a new series of articles about a topic that does not get a lot of coverage: how to write Python unit tests. Unlike other testing tutorials, I'm going to focus on testing techniques… (more…)
Read more »