top of page
Python software engineering
Wed, 17 Apr
|Online Training
This course takes half a day.
Time & Location
17 Apr 2024, 09:00 – 13:00 CEST
Online Training
About the Event
Topics covered
Quality of software matters, whether you share it with others or not. Software should be easy to install, easy to use, and well documented. This training will cover those aspects from the perspective of the Python.ecosystem.  However, it is also important that software is easy to maintain, so coding style matters, API-level documentation should be available, as well as a battery of tests to ensure the software's integrity.  Of course, good design is at least as important.
Subjects and Python modules that will be covered:
- user interface: argparse, configparser
- documentation: docstring, mkdocs
- code style and best practices, idiomatic Python: flake8, pylint
- unit testing: pytest
- Object-oriented programming in Python
- design patterns
bottom of page