Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions short_courses/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This section contains our short, focused Python courses designed to help you qui

## Included modules
- **Python Environments** – Learn how to set up and manage Python environments for reproducible workflows. [Clickable Link to Self Study Notes](python_environments.ipynb)
- **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)
- **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)



Expand Down
Loading