8000 Add best practices · Gopal-py/gk-learn-python@ee67f7a · GitHub
[go: up one dir, main page]

Skip to content

Commit ee67f7a

Browse files
committed
Add best practices
1 parent 63762ea commit ee67f7a

File tree

13 files changed

+709
-122
lines changed

13 files changed

+709
-122
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ Python is a powerful language which contains many features not presented in most
6363
1. [Efficient use of fixtures](https://jerry-git.github.io/learn-python3/notebooks/intermediate/html/pytest_fixtures.html) [[notebook]](http://nbviewer.jupyter.org/github/jerry-git/learn-python3/blob/master/notebooks/intermediate/notebooks/pytest_fixtures.ipynb)
6464
1. Other tips and tricks
6565

66+
#### Best practices
67+
1. A list of best development practices for Python projects. Most of the practices listed here are also applicable for other languages, however the presented tooling focuses mainly on Python.
68+
[Best practices](https://jerry-git.github.io/learn-python3/notebooks/intermediate/html/best_practices.html) [[notebook]](http://nbviewer.jupyter.org/github/jerry-git/learn-python3/blob/master/notebooks/intermediate/notebooks/best_practices.ipynb)
69+
6670
#### General topics
6771
1. [Goodies of the Standard Library - part 2](https://jerry-git.github.io/learn-python3/notebooks/intermediate/html/std_lib2.html) [[notebook]](http://nbviewer.jupyter.org/github/jerry-git/learn-python3/blob/master/notebooks/intermediate/notebooks/std_lib2.ipynb) [[exercise]](http://nbviewer.jupyter.org/github/jerry-git/learn-python3/blob/master/notebooks/intermediate/exercises/std_lib2_exercise.ipynb)
6872

notebooks/intermediate/html/best_practices.html

Lines changed: 445 additions & 20 deletions
Large diffs are not rendered by default.
32.7 KB
Loading

notebooks/intermediate/img/ci.jpg

32.5 KB
Loading
42.6 KB
Loading
53.8 KB
Loading
Loading

notebooks/intermediate/img/ide.jpg

34.3 KB
Loading

notebooks/intermediate/img/prints.jpg

20.6 KB
Loading
32 KB
Loading
344 KB
Loading
31.2 KB
Loading

notebooks/intermediate/notebooks/best_practices.ipynb

Lines changed: 260 additions & 102 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
0