Skip to content

Commit 9459175

Browse files
authored
feat(lesson): pep8, linters & code formatters
2 parents be54b19 + 23af3f2 commit 9459175

File tree

3 files changed

+202
-233
lines changed

3 files changed

+202
-233
lines changed

Diff for: clean-modular-code/intro-clean-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ After completing this lesson, you will be able to:
6363
* Apply the PEP 8 Style Guide standards to your **Python** code.
6464
:::
6565

66-
"Pythonic" code is code that follows the conventions and best practices of the Python programming language. It emphasizes code that is clear, concise, and readable--principles that adhere to Python's design philosophy.
66+
"Pythonic" code follows the conventions and best practices of the Python programming language. It emphasizes clear, concise, and readable code—the principles of Python's design philosophy.
6767

6868
<!-- #region editable=true slideshow={"slide_type": ""} -->
6969
Pythonic code also takes full advantage of Python's features which include:

Diff for: clean-modular-code/pep8-package-imports.md

-79
This file was deleted.

0 commit comments

Comments
 (0)