home.social

#pythondevelopment — Public Fediverse posts

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

  1. Ah, yes, the epic journey of Python developers discovering type hints in 2025—truly cutting-edge 🤯. Because what could be more thrilling than making your dynamic language slightly less dynamic? 😱🎉 Welcome to the future, where Python finally gets a sprinkle of... common sense.
    pyrefly.org/blog/why-typed-pyt #PythonDevelopment #TypeHints #FutureOfCoding #DynamicLanguages #TechTrends #HackerNews #ngated

  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