Tag: Python

  • Auto-Format Your Python Code in VSCode

    I always prefer to keep the code following the standards and style guides defined by the language or the community that has become popular. Doing so will improve readability, and consistency when coding collaboratively. Ultimately we can focus on actual code and not spend time and worry about styling. For Python, my favorite one is…