Tech IndustryApr 29, 2020
Newletszooo

Reading Python

Hello fellow blinders, I am currently learning python and I am thinking to read through some well documented code in python. Possibly something which conforms to general Python coding standards and achieves something subtantial. Any github repos or docs would be useful. #google #amazon #facebook #python #apple #tech

Google j4ZqG1 Apr 29, 2020

Read the Google python style guide. If you have patience to read codes, you'll have patience for that, and you'll learn a lot more. Python is far easier to manage when correctly styled; and can be horrible if it's not.

New
letszooo OP Apr 29, 2020

Thank you for the comment. Are there any popular modules know for their 'pythonability'(something which one can achieve exclusively or easily in python as compared to other languages)?

Yelp Smallcloc Apr 30, 2020

The standard python library is the most pythonic thing out there probably.

Amazon 4aErgaZHQ5 Apr 29, 2020

Use the black code formatter.