I replaced all my bash scripts with Python. Here’s what improved, what broke, and why the switch changed my workflow.
Ctrl + Space (or Cmd + Space on Mac) is your go-to for basic code completion. Start typing a variable or function name, hit this, and PyCharm will show you a list of possibilities. It’s like having a ...
Pytest plugin for automatically mocking OpenAI requests. Powered by RESPX. Absent community contributions, if the work required just for maintenance mode becomes too much (>2 hours a month) then this ...
Playwright Test for VSCode is a great tool to do UI automation, but looks its only support node.js for now, is there any plan to support Python + playwright + pytest, as playwright codegen already ...