Skip to content

Commit 5298059

Browse files
committed
Minor changes to Python style guide.
Mostly removing references to the 2015 tutorial, so that it is useful for the 2016 course.
1 parent 693ba58 commit 5298059

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

PythonStyleGuide.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
Notes about coding style
22
-----------------------
33

4-
As noted by one of your colleagues after the tutorial, good coding style is
4+
As known by every decent computer scientist ever, good coding style is
55
fundamental. It is specially important when someone has to mark your code. To
6-
help yourself write pretty Python code, your anonymous style-hero classmate and
7-
I recommend the package `flake8`, that you can easily pip inside your virtual
8-
environment:
6+
help yourself write pretty Python code, I recommend the package `flake8`, that
7+
you can easily pip inside your virtual environment:
98

109
```
1110
pip install flake8

0 commit comments

Comments
 (0)