Hehe, π-thon.
What's New document: https://docs.python.org/3.14/whatsnew/3.14.html
Python 3.14 playlist: https://www.youtube.com/playlist?list=PLYeOw6sTSy6ZSo65iQv7cA6yvKzevDMY-
0:00 - Intro
0:48 - T-strings [1]
1:54 - Syntax highlighting in PyREPL [2]
2:11 - Deferred evaluation of type annotations [3-4]
2:59 - Zstandard compression [5]
3:29 - Catching multiple exceptions without brackets [6]
3:49 - Exception handling improvements [7]
4:21 - Blocking return, break, and continue from finally blocks [8-9]
4:52 - The new tail-call interpreter [10-12]
6:07 - Cool things! [13-17]
6:38 - Outro
[1] https://peps.python.org/pep-0750/
[2] https://docs.python.org/3.14/whatsnew/3.14.html#syntax-highlighting-in-pyrepl
[3] https://peps.python.org/pep-0649/
[4] https://peps.python.org/pep-0749/
[5] https://peps.python.org/pep-0784/
[6] https://peps.python.org/pep-0758/
[7] https://docs.python.org/3.14/whatsnew/3.14.html#improved-error-messages
[8] https://docs.python.org/3.14/whatsnew/3.14.html#pep-765-disallow-return-break-continue-that-exit-a-finally-block
[9] https://peps.python.org/pep-0765/
[10] https://docs.python.org/3.14/whatsnew/3.14.html#a-new-type-of-interpreter
[11] https://lwn.net/Articles/1010905/
[12] https://llvm.org/docs/Passes.html#tailcallelim-tail-call-elimination
[13] https://python.plainenglish.io/python-3-14-the-upcoming-features-and-improvements-ea96681fd7d1
[14] https://docs.python.org/3.14/whatsnew/3.14.html#datetime
[15] https://github.com/python/cpython/issues/122163
[16] https://docs.python.org/3.14/whatsnew/3.14.html#pathlib
[17] https://docs.python.org/3.14/whatsnew/3.14.html#typing
—
~ Hotlinks ~
Join the Discord ► https://discord.gg/5vVgQpK
Check out the GitHub ► https://github.com/Carberra
~ Setup ~
Visual Studio Code ►
https://youtu.be/PBQspYkkksU
Terminal ►
https://youtu.be/4RuGK3w6Mbs
Desk/recording gear ► https://kit.co/Carberra
PC build ► https://uk.pcpartpicker.com/list/TmzGYN
~ Affiliations ~
ChatLLM and CodeLLM ► https://chatllm.abacus.ai/phxDqZSGjZ
Codecrafters (40% off any plan) ► https://app.codecrafters.io/join?via=parafoxia
Keeper Password Manager (30% off your first year) ► https://keeper.io/r/EX4FB1C
#python #coding #howto