Writing Good Python
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Discover essential tools and techniques for writing high-quality, consistent Python code in this 18-minute EuroPython Conference talk. Learn about the importance of code quality and consistency in team environments, and explore key concepts such as PEP8, PEP257, and PEP484. Gain insights into powerful tools like pylint, pydocstyle, mypy, bandit, and black, and understand how to integrate them into your development lifecycle through IDE extensions, pre-commit hooks, and build pipelines. Explore the pre-commit framework for managing multi-language hooks and see an example of an Azure DevOps pipeline that incorporates these tools. Enhance your Python coding practices and improve code maintainability with this informative presentation.
Syllabus
Prashant Chaubey - Writing Good Python
Taught by
EuroPython Conference
Related Courses
Stanford Seminar - Optional Static Typing for PythonStanford University via YouTube Python Typing - Type Hints & Annotations
Tech with Tim via YouTube Learning the Ropes - Understanding Python Generics
EuroPython Conference via YouTube Protocols - Static Duck Typing for Decoupled Code
EuroPython Conference via YouTube Don't Start with a Database
EuroPython Conference via YouTube