I took a look at the changes coming with Python 3.15 – and I can't wait to put them to productive use. I've already updated our tutorials:
• utf-8 as the default encoding: https://python-basics-tutorial.readthedocs.io/en/latest/types/strings/encodings.html#unicode-and-utf-8
• Performance measurements: https://www.python4data.science/en/latest/performance/index.html#performance-measurements
• Tachyon: https://www.python4data.science/en/latest/performance/tachyon.html
• Python JIT compiler: https://www.python4data.science/en/latest/performance/index.html#python-jit-compiler
#Python

Unicode and character encodings
Special characters and escape sequences:\n stands for the newline character and\t for the tab character. Character sequences that begin with a backslash and are used to represent other characters a...
python-basics-tutorial.readthedocs.io · Python Basics
Link author:
Python for Data Science@Python4DataScience@mastodon.social