Skip to content

Commit 5e605eb

Browse files
authored
Merge pull request #15 from gjbex/development
Type hints
2 parents 77b6138 + ea1cc38 commit 5e605eb

22 files changed

+976
-70
lines changed

python_software_engineering.pptx

81.5 KB
Binary file not shown.

source-code/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ was used to develop it.
3535
1. `error-handling`: simple illustration of error handling.
3636
1. `pyinstaller`: illustration of how to use `pyinstaller` to create
3737
standalone executables.
38+
1. `text-resources`: illustration on how to include text resources in
39+
a package and conveniently access them.
40+
1. `pydantic.ipynb`: illustration of how to use the `pydantic` library
41+
for data validation.

0 commit comments

Comments
 (0)