Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pep

What motivates the "no-alignment" policy of PEP 8?

python pep8 pep

Is there any consensus whether reassignment of method parameter is good or bad practice?

where to position argparse in code

VSCode settings for search paths with PEP582 & ipykernel

visual-studio-code pep

How to use the Python packaging library with a custom regex?

python python-3.x regex pep

Why do Python generator functions not have a syntactically different notation from 'regular' functions?

python syntax generator pep

Why `.` in PEP 0263 regex?

python regex syntax pep

Why do future_statements in Python need to be placed before everything?

python python-2.7 pep8 pep

function annotations in python

python pep8 pep

Any reason to put code before the docstring in Python?

python function docstring pep

Python - most convenient way to define constant variables used just once [closed]

What is the standard docstring for a django model metaclass?

python django metaclass pep

PEP 3106 suggests slower way? Why?

python python-3.x pep

Capitalization of filenames storing Python classes

python pep

Python: imports at the beginning of the main program & PEP 8

python import main pep8 pep

How to structure python project with dot "." or underscore "-" in project/package name?

python packages pep

Partial stub in PyCharm

Is there any PEP regarding a pipe operator in Python?

python pep