René's URL Explorer Experiment


Title: Python 3.11

Open Graph Title: Python 3.11

X Title: Python 3.11

Description: Python 3.11 has hit the beta (now released!) stage, which means no more new features. It’s a perfect time to play with it! The themes in this update are the standard ones: The faster CPython project is now fully going (3.11 is 25% faster on average), along with improved error messages, typing, and asyncio. Beyond this, the only major new feature is a library for reading TOML files; this this is probably only exciting if you are involved in Python packaging (but I am, so I’m excited!).

Open Graph Description: Python 3.11 has hit the beta (now released!) stage, which means no more new features. It’s a perfect time to play with it! The themes in this update are the standard ones: The faster CPython project is now fully going (3.11 is 25% faster on average), along with improved error messages, typing, and asyncio. Beyond this, the only major new feature is a library for reading TOML files; this this is probably only exciting if you are involved in Python packaging (but I am, so I’m excited!).

X Description: Python 3.11 has hit the beta (now released!) stage, which means no more new features. It’s a perfect time to play with it! The themes in this update are the standard ones: The faster CPython …

Mail addresses
henryfs@princeton.edu

Opengraph URL: https://iscinumpy.dev/post/python-311/

X: @HenrySchreiner3

Generator: Hugo 0.161.1

direct link

Domain: iscinumpy.dev


Hey, it has json ld scripts:
{"@context":"https://schema.org","@graph":[{"@id":"https://iscinumpy.dev/#website","@type":"WebSite","name":"ISciNumPy.dev","publisher":{"@id":"https://iscinumpy.dev/#organization"},"url":"https://iscinumpy.dev/"},{"@id":"https://iscinumpy.dev/#organization","@type":"Organization","name":"Henry Schreiner","url":"https://iscinumpy.dev/"},{"@id":"https://iscinumpy.dev/post/python-311/#breadcrumb","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","item":"https://iscinumpy.dev/","name":"Home","position":1},{"@type":"ListItem","item":"https://iscinumpy.dev/post/","name":"Posts","position":2},{"@type":"ListItem","item":"https://iscinumpy.dev/post/python-311/","name":"Python 3.11","position":3}]},{"@id":"https://iscinumpy.dev/post/python-311/#webpage","@type":"WebPage","breadcrumb":{"@id":"https://iscinumpy.dev/post/python-311/#breadcrumb"},"isPartOf":{"@id":"https://iscinumpy.dev/#website"},"name":"Python 3.11","url":"https://iscinumpy.dev/post/python-311/"},{"@id":"https://iscinumpy.dev/#author-henry-schreiner","@type":"Person","name":"Henry Schreiner","url":"https://iscinumpy.dev/"},{"@id":"https://iscinumpy.dev/post/python-311/#article","@type":"Article","author":[{"@id":"https://iscinumpy.dev/#author-henry-schreiner"}],"dateCreated":"2022-05-11T16:11:00-04:00","dateModified":"2026-06-09T15:40:47-04:00","datePublished":"2022-05-11T16:11:00-04:00","description":"Python 3.11 has hit the beta (now released!) stage, which means no more new features. It’s a perfect time to play with it! The themes in this update are the standard ones: The faster CPython project is now fully going (3.11 is 25% faster on average), along with improved error messages, typing, and asyncio. Beyond this, the only major new feature is a library for reading TOML files; this this is probably only exciting if you are involved in Python packaging (but I am, so I’m excited!).\n","headline":"Python 3.11","image":"https://iscinumpy.dev/images/avatar.jpg","inLanguage":"en","keywords":["programming","python","pyupgrade"],"mainEntityOfPage":{"@id":"https://iscinumpy.dev/post/python-311/#webpage"},"publisher":{"@id":"https://iscinumpy.dev/#organization"},"timeRequired":"PT11M","wordCount":2132}]}

NoneIE=edge
authorHenry Schreiner
og:site_nameISciNumPy.dev
og:localeen_us
og:typearticle
article:sectionpost
article:published_time2022-05-11T16:11:00-04:00
article:modified_time2026-06-09T15:40:47-04:00
article:tagPyupgrade
twitter:imagehttps://iscinumpy.dev/images/avatar.jpg
twitter:cardsummary_large_image
twitter:creator@HenrySchreiner3

Links:

ISciNumPy.devhttps://iscinumpy.dev/
Linkshttps://iscinumpy.dev/post/python-311/
Useful Linkshttps://iscinumpy.dev/page/useful-links/
Softwarehttps://iscinumpy.dev/page/software/
Writinghttps://iscinumpy.dev/page/writing/
Presentationshttps://iscinumpy.dev/page/presentations/
Illustrations and videoshttps://iscinumpy.dev/page/illustrations/
My UC sitehttps://hschrein.web.cern.ch/hschrein/
Sitehttps://iscinumpy.dev/post/python-311/
Archiveshttps://iscinumpy.dev/page/archive/
Tagshttps://iscinumpy.dev/tags/
Categorieshttps://iscinumpy.dev/categories/
Abouthttps://iscinumpy.dev/post/python-311/
About mehttps://iscinumpy.dev/page/about/
My projectshttps://iscinumpy.dev/page/projects/
https://iscinumpy.dev/
Henry Schreinerhttps://iscinumpy.dev/
2→3https://iscinumpy.dev/post/python-3-upgrade
3.7https://iscinumpy.dev/post/python-37
3.8https://iscinumpy.dev/post/python-38
3.9https://iscinumpy.dev/post/python-39
3.10https://iscinumpy.dev/post/python-310
3.12https://iscinumpy.dev/post/python-312
3.13https://iscinumpy.dev/post/python-313
3.14https://iscinumpy.dev/post/python-314
3.15https://iscinumpy.dev/post/python-315
Numbahttps://numba.pydata.org
pybind11https://pypi.org/project/pybind11/
Cythonhttps://pypi.org/project/cython/
NumPyhttps://numpy.org
PEP 646https://peps.python.org/pep-0646/
Richhttps://rich.readthedocs.io/
tomlihttps://pypi.org/project/tomli/
Pyodidehttps://pyodide.org
support tierhttps://peps.python.org/pep-0011/#support-tiers
contextlib.chdirhttps://docs.python.org/3.11/library/contextlib.html#contextlib.chdir
Here’s an article on themhttps://learnbyexample.github.io/python-regex-possessive-quantifier/
python/pythoncapi-compathttps://github.com/python/pythoncapi-compat
PEP 594https://peps.python.org/pep-0594/
cibuildwheelhttps://pypi.org/project/cibuildwheel/
Official docshttps://docs.python.org/3/whatsnew/3.11.html
Deepsourcehttps://deepsource.io/blog/python-3-11-whats-new/
Anthony Explainshttps://www.youtube.com/watch?v=w2rcZIG1Uxk
MCodinghttps://youtu.be/ueTXYhtlnjA
2→3https://iscinumpy.dev/post/python-3-upgrade
3.7https://iscinumpy.dev/post/python-37
3.8https://iscinumpy.dev/post/python-38
3.9https://iscinumpy.dev/post/python-39
3.10https://iscinumpy.dev/post/python-310
3.12https://iscinumpy.dev/post/python-312
3.13https://iscinumpy.dev/post/python-313
3.14https://iscinumpy.dev/post/python-314
3.15https://iscinumpy.dev/post/python-315
Pythonhttps://iscinumpy.dev/categories/python/
programminghttps://iscinumpy.dev/tags/programming/
pythonhttps://iscinumpy.dev/tags/python/
pyupgradehttps://iscinumpy.dev/tags/pyupgrade/
https://iscinumpy.dev/post/python-37/
https://iscinumpy.dev/post/python-310/
Previous Posthttps://iscinumpy.dev/post/python-37/
Next Post https://iscinumpy.dev/post/python-310/
Faster CPythonhttps://iscinumpy.dev/post/python-311/#faster-cpython
Error messageshttps://iscinumpy.dev/post/python-311/#error-messages
Typinghttps://iscinumpy.dev/post/python-311/#typing
Variadic genericshttps://iscinumpy.dev/post/python-311/#variadic-generics
Self typehttps://iscinumpy.dev/post/python-311/#self-type
LiteralStringhttps://iscinumpy.dev/post/python-311/#literalstring
Exhaustiveness checkinghttps://iscinumpy.dev/post/python-311/#exhaustiveness-checking
Otherhttps://iscinumpy.dev/post/python-311/#other
AsyncIOhttps://iscinumpy.dev/post/python-311/#asyncio
Tomllibhttps://iscinumpy.dev/post/python-311/#tomllib
Other featureshttps://iscinumpy.dev/post/python-311/#other-features
Other developer changeshttps://iscinumpy.dev/post/python-311/#other-developer-changes
Final Wordshttps://iscinumpy.dev/post/python-311/#final-words
Sources and other linkshttps://iscinumpy.dev/post/python-311/#sources-and-other-links
https://www.facebook.com/henryschreineriii
https://github.com/henryiii
https://gitlab.com/henryiii
https://twitter.com/HenrySchreiner3
https://reddit.com/u/henryschreineriii
https://linkedin.com/in/in/henryiii
https://stackoverflow.com/users/2402816
https://www.youtube.com/henryschreiner
https://fosstodon.org/@henryiii
https://bsky.app/profile/henryiii.bsky.social
https://iscinumpy.dev/index.xml
Henry Schreinerhttps://iscinumpy.dev/
ISciNumPy.devhttps://iscinumpy.dev/
Hugo v0.161.1https://gohugo.io
Beautiful Hugohttps://github.com/halogenica/beautifulhugo
Beautiful Jekyllhttps://deanattali.com/beautiful-jekyll/
41dc7d2bhttps://gitlab.com/iscinumpy/iscinumpy.gitlab.io/-/tree/41dc7d2b452a43aa9d875539269b92f82008a44c

Viewport: width=device-width,initial-scale=1,maximum-scale=1


URLs of crawlers that visited me.