Search:
Development Setup 5 Software Development 5 GitHub 3 Scrum 1 Python Projects 2 Getting Started 1

For Python projects, we will follow the PEP8 Style Guide for Python Code.

To ensure that your code conforms to PEP8, we use a tool called Pylint. You should run Pylint before committing changes on a project.

You can install Pylint from the Python Package Index using pip:

$ pip install pylint