CLFastAPI works really well with schemathesis to test your API (https://github.com/cleder/book-request as an example)Comment·Article·Apr 23, 2024·FastAPI Got Me an OpenAPI Spec Really... Fast
CLPlease spellcheck your article, it is 'sorted' not storedComment·Article·Feb 10, 2023·14 Python Built-in Function That Will Help Increase Your Productivity.
CLWhy not use collections.Counter for this?Comment·Article·Jan 9, 2023·Finding the Frequency of a Word in a Text File with Python
CLHave you heard about ruff ? A 10x-100x faster replacement for flake8, many flake8 plugins with the ability to autofix.Comment·Article·Jan 8, 2023·Pre-commit hooks and linting configurations for Python projects
CLThis weird and underdocumented behaviour is almost like a rite of passage for python developers ;-)Comment·Article·Aug 26, 2021·How i ran into production issue with python default arguments?
CLCould you provide links to the repositories?Comment·Article·May 29, 2021·Python Open Source projects in Github
CLWould be nice to include links to the repositories ;-)Comment·Article·May 27, 2021·Best GitHub Repositories Every Developer Must Know
CLI prefer pathlib for interacting with the filesystemComment·Article·May 22, 2021·How to get the current directory in python?