Skip to content

Commit 50be9a6

Browse files
committed
Improve abstract
1 parent 96e5a02 commit 50be9a6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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

0 commit comments

Comments
 (0)