issues
search
kpi-web-guild
/
django-girls-blog-l1storez
django-girls-blog-l1storez created by GitHub Classroom
MIT License
0
stars
0
forks
source link
Learn pythonic stuff
#11
Closed
webknjaz
closed
3 years ago
webknjaz
commented
4 years ago
x
(common conventions of writing and organizing code in the pythonic world)
[x]
https://realpython.com/python-pep8/
x
(Zen Of Python)
import this
x
(common conventions of writing docstrings)
[x] linters: flake8, pylint
[x] virtualenv
[x] pyenv (install one locally using pyenv-installer, enable pyenv-virtualenv as well) -> #10
[x] zsh (install and enable this shell in your machine)
[x] install oh-my-zsh framework to configure nice and useful terminal environment -> #9