home.social

#pythonbestpractices — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pythonbestpractices, aggregated by home.social.

  1. @sybren Preach! 🙌 Bare except: clauses are a recipe for disaster, and can make debugging a nightmare. 🐜
    Thanks for sharing this important tip with the community! 👏 #PythonBestPractices #ErrorHandling #Debugging

  2. Modern Good Practices for Python Development

    An outline of best practices for development, including using tools like , or Development Containers for managing Python versions. It also recommends using pyproject.toml for project configuration, virtual environments for package management, and tools like Black, , and for code formatting, linting, and testing.

    stuartellis.name/articles/pyth