Thanks to Pycharms pep8 hints I've been making my code proudly and beautifully pep8 for years. Started working at a company on a very big python project a month ago and I'm stunned by how other people code. Is it normal to work to Pep8?

This page summarizes the projects mentioned and recommended in the original post on /r/Jetbrains

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • prettier

    Prettier is an opinionated code formatter.

    Auto-formatting is the future. Black has already been mentioned, but I must second the recommendation. Our entire team is using it, and not only does it make for better code reviews and git diffs, but it also goes a long way to ensure that the entire team is writing code that the others can read. Prettier is also great, for the languages it supports. Formatting should be a matter of fact, not opinion, and auto-formatting saves time both when writing code and when discussing it.

  • black

    The uncompromising Python code formatter

    Auto-formatting is the future. Black has already been mentioned, but I must second the recommendation. Our entire team is using it, and not only does it make for better code reviews and git diffs, but it also goes a long way to ensure that the entire team is writing code that the others can read. Prettier is also great, for the languages it supports. Formatting should be a matter of fact, not opinion, and auto-formatting saves time both when writing code and when discussing it.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts