Make sure your Python code is great

logo_1_.png

I just released a library for Cave-Link, written in Python and a friend of mine submitted an interesting pull request.

He checked my code against some Python style-guidance and automatically did that with the help of two tools:

  • PEP8
  • Frosted

Here are some good links:

  1. Python style guidance
  2. PEP8
  3. Frosted

Depending on your text editor, this could even be directly available for a check. As a Windows user, I'm relying on :

  • Notepad++ (plugin available)
  • Visual Studio Code (plugin available)

Loïc is using vim on Linux (plugin available).

Thank you, Loïc !

Haut de page