Skip to content

Commit 6f5643d

Browse files
Merge pull request #361 from coding-for-reproducible-research/short_course_overview_python
Python Short Courses Overview Additions
2 parents 6ca5be5 + fd4711d commit 6f5643d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

short_courses/python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This section contains our short, focused Python courses designed to help you qui
44

55
## Included modules
66
- **Python Environments** – Learn how to set up and manage Python environments for reproducible workflows. [Clickable Link to Self Study Notes](python_environments.ipynb)
7+
- **Python Advanced Language Features** – Learn how to use docstrings, type hints, introspection, decorators, error handling, lambda functions, comprehensions, generators, and classes for clearer, more efficient, and reusable code. [Clickable Link to Self Study Notes](python_language_features.ipynb)
8+
- **Python Checking and Testing Code** – Learn how to validate software with system and defect testing, use assertions, write unit tests with unittest and pytest, apply fixtures and mocks, and improve code quality with linting and coverage tools. [Clickable Link to Self Study Notes](python_testing.ipynb)
79

810

911

0 commit comments

Comments
 (0)