File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- The Python programming language is increasingly popular. It is a
2- versatile language for general purpose programming and accessible
3- for novice programmers. Although Python is easy to use, writing
4- quality applications requires some effort and experience.
5- This training introduces concepts and modules that will help you
6- write better software.
1+ Quality of software matters, whether you share it with others or not.
2+ Software should be easy to install, easy to use, and well documented.
3+ This training will cover those aspects from the perspective of the
4+ Python ecosystem. However, it is also important that software is easy
5+ to maintain, so coding style matters, API-level documentation should be
6+ available, as well as a battery of tests to ensure the software's
7+ integrity. Of course, good design is at least as important.
78
89
910## Learning outcomes
You can’t perform that action at this time.
0 commit comments