Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lesson): pep8, linters & code formatters #12

Merged
merged 19 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
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: 1 addition & 1 deletion clean-modular-code/intro-clean-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ After completing this lesson, you will be able to:
* Apply the PEP 8 Style Guide standards to your **Python** code.
:::

"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.
"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.

<!-- #region editable=true slideshow={"slide_type": ""} -->
Pythonic code also takes full advantage of Python's features which include:
Expand Down
79 changes: 0 additions & 79 deletions clean-modular-code/pep8-package-imports.md

This file was deleted.

Loading
Loading