Wei Lee - Python Table Manners: Cut the Cookie Gracefully
"Python Table Manners: Cut the Cookie Gracefully EuroPython 2020 - Talk - 2020-07-24 - Ni Online By Wei Lee h3Goals/h3 I expect the audiences to gain knowledge of the tools I mention and the primary usage of them. The tools will cover various aspects of software engineering (e.g., dependencies, testing, security, etc.). Also, I'll purpose how I combine all these tools in my development workflow as a sample for how the audiences can integrate these tools into their workflow. h3Outline for 30 minutes/h3 Dependency Management (4 min) Testing - Don't let your customer debug for you (4 min) Style Check and auto-fix (4 min) Task Management - No more repetitive typing (3 min) pre-commit - Prevent committing bad code into codebase (3 min) commitizen-tool - How good commit message can help (4 min) Security (3 min) Cookiecutter - Wrap up all the tools (3 min) Q & A (2 min) h3Outline for 45 minutes/h3 Dependency Management (5 min) Testing - Don't let your customer debug for you (5 min) Style Check and auto-fix (5 min) Task Management - No more repetitive typing (5 min) pre-commit - Prevent committing bad code into codebase (5 min) commitizen-tool - How good commit message can help (5 min) Security (5 min) Continuous Integration - Assemble all the trivial steps (5 min) Cookiecutter - Wrap up all the tools (3 min) Q & A (2 min) License: This video is licensed under the CC BY-NC-SA 3.0 license: https://creativecommons.org/licenses/by-nc-sa/3.0/ Please see our speaker release agreement for details: https://ep2020.europython.eu/events/speaker-release-agreement/ "