Monday starting 17:00 UTC @pyblogsal will be releasing Python 3.11 *live*. Expect cameos by some other core devs. Watch the live stream: https://t.co/faznSICweb
Recorded a Gilbert O' Sullivan cover today, heavily inspired by the Vulfmon version. Jack Stratton is a god and I'm trying to figure out how to get my rhodes to sound like his.
https://t.co/fZY71GYLBN
Our new Python Style Guide includes a revised Zen of Python that releases us from the burden of having to format our code. It's based on the collective experience of our community. See: https://t.co/Zj6haRp9sJ
Expect a PR for PEP 9001 soon, @ThePSF.
Knowing when to use a set in #Python can be VERY handy sometimes.
no_neighbors = [
n
for n in nums
if n-1 not in nums
and n+1 not in nums
]
If "nums" is a list of 500,000 numbers, this takes 54 minutes.
Convert "nums" to a set and this taken less than 1 second.
@mariatta wsgi as whiz-gee (with a hard g), so asgi as az-gee (also with hard g). For gunicorn I insist on gee-unicorn (it's short for green unicorn, right? no guns involved!), nginx as engine x, SQL as sequel, and thank you very much the d is silent in Django.
Prof. Craven has been making some really interesting new changes to his already excellent Python Arcade library! It's really come a long way in the past few years, I highly recommend it, especially as a vehicle for learning.
@KellyPared@smtibor
You guys should check this out!
Demo the Python Arcade Library! Create high-performance 2D games with Python. It is Arcade's 6th birthday today. https://t.co/zQV62ckowX https://t.co/kRlGZR1BCR #python#cseducation@ThePSF#gamedev
I'm seriously giddy about learning exactly how releasing a new version of Python works! 🐍
I'll be co-hosting and asking some of the smartest people I know a bunch of stupid questions!😅If you have a stupid question you'd like me to ask, make sure you let me know!
Join us at the Python 3.10 release party 🥳 that we are organising with the good people of @PythonDiscord. We will have several core devs 👩💻 speaking about new Python features and secrets and you can see me making mistakes live! 🚀 #python_release_party
https://t.co/sK5SmgXpif
Python 3.10.0 🐍is one month 📅away, can you believe it? Meanwhile, we have the final release candidate for you while we squash the last bugs 🐞, polish the docs 📕and make sure the final release will be as shiny as possible✨ Get the latest RC here:
https://t.co/4fZKP43SiA