Search
21 results for “pythonbytes”
-
🎙️ Python Bytes 470: A Jolting Episode
with @mkennedy and @brianokken
https://pythonbytes.fm/470
#Python #Jolt #Ruff #Testing #GitHubActions -
🎙️ Python Bytes 470: A Jolting Episode
with @mkennedy and @brianokken
https://pythonbytes.fm/470
#Python #Jolt #Ruff #Testing #GitHubActions -
🎙️ Python Bytes 470: A Jolting Episode
with @mkennedy and @brianokken
https://pythonbytes.fm/470
#Python #Jolt #Ruff #Testing #GitHubActions -
🎙️ Python Bytes 470: A Jolting Episode
with @mkennedy and @brianokken
https://pythonbytes.fm/470
#Python #Jolt #Ruff #Testing #GitHubActions -
🎙️ Python Bytes 470: A Jolting Episode
with @mkennedy and @brianokken
https://pythonbytes.fm/470
#Python #Jolt #Ruff #Testing #GitHubActions -
🎙️ Python Bytes 467: Toads in my AI
with @mkennedy and @brianokken
https://pythonbytes.fm/467
#Python #GreyNoise #tprof #TOAD #FastAPI #Digg -
🎙️ Python Bytes 466: PSF Lands $1.5 million
https://pythonbytes.fm/466
with @mkennedy and @brianokken
#Python #django #uv #PSF #PyView -
🎙️ Python Bytes 455: Gilded Python and Beyond
https://pythonbytes.fm/episodes/show/455/gilded-python-and-beyond
with @brianokken and @mkennedy
#Python #CLIs #webservices #GC #Pets #Agentic #AI #TDD -
🎙️ Python Bytes 451: Databases are a Fad
with @mkennedy and @brianokken
https://pythonbytes.fm/episodes/show/451/databases-are-a-fad
#Python #pytest #testing #postgresql #pyrefly -
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 https://realpython.com/podcasts/rpp/272/
-
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 https://realpython.com/podcasts/rpp/272/
-
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 https://realpython.com/podcasts/rpp/272/
-
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 https://realpython.com/podcasts/rpp/272/
-
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 https://realpython.com/podcasts/rpp/272/
-
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. 😉 https://pythonbytes.fm/episodes/show/368/that-episode-where-we-just-ship-open-source
-
Someone has been listening to way too many podcasts recently.
#podcast #dogs #dogsofmastodon #talkpython #pythonbytes #SyntaxFM #changelog #shoptalk #dachshund
-
#PyScript now has experimental support for #PygameCE !
Has anyone seen it in the wild?https://docs.pyscript.net/2025.2.3/user-guide/pygame-ce/
via @pythonbytes
-
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."
-
Just released! 🚀
🐍 Python 3.15 alpha 3!
https://discuss.python.org/t/python-3-15-0-alpha-3/105325?u=hugovk
🔬 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: https://bsky.app/profile/savannah.dev/post/3m7svdqdeqs2x
⚠️ Better error messages#Python #Python315 #CPython #release #PEP799 #PEP686 #PEP782 #argparse
-
@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 -
Modern Good Practices for Python Development
An outline of best practices for #Python development, including using tools like #pyenv, #pipx 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, #Ruff, and #pytest for code formatting, linting, and testing.
#PythonBestPractices #PythonDevelopment #PythonTools #PythonProgramming
https://www.stuartellis.name/articles/python-modern-practices/