#059 - 10 Python clean code tips drawn from code reviews

Pybites Podcast - A podcast by Julian Sequeira & Bob Belderbos

Categories:

This podcast episode is based on this article. Additional resources: - 10 Tips to Write Better Functions in Python - Linting tools: flake8, black and pre-commit on which we have a training: Increase Python code quality with pre-commit - Mentioned Vim plugin I use to disallow save if there are syntax errors - Two exception handling articles: 7 Tips to Improve Your Error Handling in Python and Errors should never pass silently - Not mentioned but relevant for the namespaces part: When to Writ...