Start strong! — Honza Král
[EuroPython 2024 — South Hall 2A on 2024-07-12] Start strong! by Honza Král https://ep2024.europython.eu/session/start-strong Starting new python projects should be fun, but often we get bogged down in the details and spend several weeks fine tuning our setup; Not to mention the unproductive time spent on discussions like: * oh, you are using `ruff`? I just use `black`! * how do you set up your dev environment? * what version of `superFramework` are you running? * can you please update your PR, the tests don't pass. Let's put a stop to it! We will go through a collection of tools and techniques you can use to set up your new project for success. What to look for and how to make sure you can hit the ground running. Covered tools/techniques: Linting, testing, CI, dependency management, editor config, and some more... --- This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License: https://creativecommons.org/licenses/by-nc-sa/4.0/