Streamlining Python Development: A Guide to a Modern Project Setup
In this blogpost, we’ll explore tools like Hatch, mypy, and ruff, and dive into efficient project setups. Perfect for Python beginners!
more ...In this blogpost, we’ll explore tools like Hatch, mypy, and ruff, and dive into efficient project setups. Perfect for Python beginners!
more ...In this presentation held at the EuroPython 2014 in Berlin, my colleague Felix Wick demonstrates that setting up a new Python project from scratch can be quite complicated. Especially, structuring your files and directories the right way in order to build a Python package. Thereby, questions are addressed like “Where …
more ...