Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pep8

Pep8 Compliant Deep Dictionary Access

What is the pep8 compliant way to do deep dictionary access? dct = { 'long_key_name_one'… Read more Pep8 Compliant Deep Dictionary Access

How To Tell Flake8 To Ignore Comments

I'm using flake8 in emacs in order to clean up my python code. I find it annoying to have my co… Read more How To Tell Flake8 To Ignore Comments

Use Case For "import As" In Python

I am wondering if we can use 'import as' for creating relatively compact or readable code. … Read more Use Case For "import As" In Python