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
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity