Skip to content

Commit

Permalink
Adds learning outcomes for Best Practices course
Browse files Browse the repository at this point in the history
  • Loading branch information
OllyK committed Nov 15, 2024
1 parent dcc27d3 commit 65d6e4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions technology_and_tooling/best_practices/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Best Practices
id: best_practices
dependsOn: [technology_and_tooling.ide, software_architecture_and_design.procedural]
files: [code_style_python.md, linters_python.md]
learningOutcomes:
- Learn about good code style when writing in Python.
- Learn about indentation, comments, docstrings and naming conventions.
- Discover what a code smell is.
- Find out how to use linters to check code.
summary: |
This course covers how to style your Python code, and use linters to enforce a consistant style and highlight any code that can lead to commonly encountered bugs or problems.
---

0 comments on commit 65d6e4d

Please sign in to comment.