RSSAmplifier

Developer Blog · Aug 31, 2019

Python Common Style Guidelines

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

One of the best practices is, to define a common style guideline. So that it would be much easier to understand a codebase when all the code in it, is in a consistent style. Specially if you are working in a team. PEP (Python Enhancement Proposals) provides a good starting point to define those style guide. Here are some highlights which are mostly from PEP 8 , but also from other best practices:…

Read on rmsol.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.