home.social

Search

18 results for “pythonbytes”

  1. as a fan of @pythonbytes, @realpython, and @talkpython - i especially enjoyed this podclash. Some very reasonable observations on cloud, microservices, data protection, web analytics and more - this show felt quite the #zenofpython realpython.com/podcasts/rpp/27

  2. as a fan of @pythonbytes, @realpython, and @talkpython - i especially enjoyed this podclash. Some very reasonable observations on cloud, microservices, data protection, web analytics and more - this show felt quite the #zenofpython realpython.com/podcasts/rpp/27

  3. as a fan of @pythonbytes, @realpython, and @talkpython - i especially enjoyed this podclash. Some very reasonable observations on cloud, microservices, data protection, web analytics and more - this show felt quite the #zenofpython realpython.com/podcasts/rpp/27

  4. as a fan of @pythonbytes, @realpython, and @talkpython - i especially enjoyed this podclash. Some very reasonable observations on cloud, microservices, data protection, web analytics and more - this show felt quite the #zenofpython realpython.com/podcasts/rpp/27

  5. as a fan of @pythonbytes, @realpython, and @talkpython - i especially enjoyed this podclash. Some very reasonable observations on cloud, microservices, data protection, web analytics and more - this show felt quite the #zenofpython realpython.com/podcasts/rpp/27

  6. Nice to hear @hamatti and #SyntaxError mentioned on the latest episode of @pythonbytes! Still waiting for my really bad Python joke to be picked up. 😉 pythonbytes.fm/episodes/show/3

  7. Lessons from #Pyre that Shaped #Pyrefly

    "Building a #typechecker is ultimately a deeply pragmatic exercise. It is easy to get lost in the weeds of type theory, but at the end of the day, we are building a tool that developers have to live with every single day. We chose usability over absolute soundness, and we built an architecture that embraces #Python's dynamism instead of fighting it."

    pyrefly.org/blog/lessons-from-

    @pythonbytes @mkennedy

  8. Just released! 🚀

    🐍 Python 3.15 alpha 3!

    discuss.python.org/t/python-3-

    🔬 PEP 799: A new high-frequency statistical sampling profiler and dedicated profiling package
    💬 PEP 686: Python now uses UTF-8 as the default encoding
    🌊 PEP 782: A new PyBytesWriter C API to create a Python bytes object
    🎨 Colour code snippets in argparse help: bsky.app/profile/savannah.dev/
    ⚠️ Better error messages

    #Python #Python315 #CPython #release #PEP799 #PEP686 #PEP782 #argparse

  9. 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