1 parent 693ba58 commit 5298059Copy full SHA for 5298059
1 file changed
PythonStyleGuide.md
@@ -1,11 +1,10 @@
1
Notes about coding style
2
-----------------------
3
4
-As noted by one of your colleagues after the tutorial, good coding style is
+As known by every decent computer scientist ever, good coding style is
5
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:
+help yourself write pretty Python code, I recommend the package `flake8`, that
+you can easily pip inside your virtual environment:
9
10
```
11
pip install flake8
0 commit comments