Skip to content

Commit d4c8a5c

Browse files
committed
update structure
1 parent 9f5a5b1 commit d4c8a5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PEP_recommendations/README.md renamed to Material_Part1_PEP/PEP_recommendations/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Make use of indentation when using continuation lines:
9999
def some_other():
100100
pass
101101

102+
102103
1. Encoding: The source file should always use UTF-8 encoding, and preferably without non-ASCII characters. It also makes your code more general if you use English words for identifiers (function names etc.).
103104

104105
1. Imports should be on separate lines:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Course date: Nov 8th 2022, 9:00AM - 1:00PM
2828

2929
## Course content
3030

31-
1. PEP recommendations
31+
1. [PEP recommendations](Material_Part1_PEP/PEP_recommendations/README.md)
3232
1. Linting
3333
1. Code formatting
3434
1. Write better code: Examples

0 commit comments

Comments
 (0)