반응형
반응형

What’s New in Python 3.13

https://medium.com/@rdhankhar899/whats-new-in-python-3-13-45516e6568a8

 

What’s New in Python 3.13

This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024, marking a significant…

medium.com

https://docs.python.org/ko/3.13/whatsnew/3.13.html#what-s-new-in-python-3-13

 

What’s New In Python 3.13

Editors, Adam Turner and Thomas Wouters,. This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024. For full details, see the changelog. ...

docs.python.org

This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024, marking a significant advancement for the language. Many of the most impactful changes occur behind the scenes, so they may take time to notice.

Python 3.13 is setting the stage for future enhancements, particularly in terms of performance improvements. For full details, see the changelog.

Python 3.13 is the latest stable release of the Python programming language, with a mix of changes to the language, the implementation and the standard library. The biggest changes include a new interactive interpreter, experimental support for running in a free-threaded mode (PEP 703), and a Just-In-Time compiler (PEP 744).

Error messages continue to improve, with tracebacks now highlighted in color by default. The locals() builtin now has defined semantics for changing returning mapping, and type parameters now support values.

The library changes contain removal of deprecated APIs and modules, as well as the usual improvements in user-friendliness and correctness. Several legacy standard library modules have now been removed following their deprecation in Python 3.11 (PEP 594).

Here is a list of major features and improved modules.

· Improved REPL

· Free Threading Cpython

· An Experimental just-in-time (JIT)

· Improved Error Messages

· Copy’s Replace

· Support for Mobile Platforms

Improved REPL

Python now uses a new interactive shell by default, based on code from the PyPy project. When the user starts the REPL from an interactive terminal, the following new features are now supported:

  • Multiline editing with history preservation.
  • Direct support for REPL-specific commands like help, exit, and quit, without the need to call them as functions.
  • Prompts and tracebacks with color enabled by default.
  • Interactive help browsing using F1 with a separate command history.
  • History browsing using F2 that skips output as well as the >>> and  prompts.
  • “Paste mode” with F3 that makes pasting larger blocks of code easier (press F3 again to return to the regular prompt).

Free Threading Cpython

CPython now has experimental support for running in a free-threaded mode, with the global interpreter lock (GIL) disabled. This is an experimental feature and therefore is not enabled by default. The free-threaded mode requires a different executable, usually called python3.13t or python3.13t.exe. Pre-built binaries marked as free-threaded can be installed as part of the official Windows and macOS installers, or CPython can be built from source with the — disable-gil option.

An Experimental just-in-time (JIT)

When CPython is configured and built using the — enable-experimental-jit option, a just-in-time (JIT) compiler is added which may speed up some Python programs. On Windows, use PCbuild/build.bat — experimental-jit to enable the JIT or — experimental-jit-interpreter to enable the Tier 2 interpreter. Build requirements and further supporting information are contained at Tools/jit/README.md.

Improved Error Messages

The interpreter now uses color by default when displaying tracebacks in the terminal. This feature can be controlled via the new PYTHON_COLORS environment variable as well as the canonical NO_COLOR and FORCE_COLOR environment variables. (Contributed by Pablo Galindo Salgado in gh-112730.)

The error message now tries to suggest the correct keyword argument when an incorrect keyword argument is passed to a function.

# Incorrect usage of the built-in sorted() function
sorted([3, 1, 2], reversed=True)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
    sorted([3, 1, 2], reversed=True)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
TypeError: sorted() got an unexpected keyword argument 'reversed'. Did you mean 'reverse'?

Copy’s Replace

The new replace() function and the replace protocol make creating modified copies of objects much simpler. This is especially useful when working with immutable objects. The following types support the replace() function and implement the replace protocol:

Any user-defined class can also support copy.replace() by defining the __replace__() method. (Contributed by Serhiy Storchaka in gh-108751.)

Support for Mobile Platforms

PEP 730: iOS is now a PEP 11 supported platform, with the arm64-apple-ios and arm64-apple-ios-simulator targets at tier 3 (iPhone and iPad devices released after 2013 and the Xcode iOS simulator running on Apple silicon hardware, respectively). x86_64-apple-ios-simulator (the Xcode iOS simulator running on older x86_64 hardware) is not a tier 3 supported platform, but will have best-effort support. (PEP written and implementation contributed by Russell Keith-Magee in gh-114099.)

PEP 738: Android is now a PEP 11 supported platform, with the aarch64-linux-android and x86_64-linux-android targets at tier 3. The 32-bit targets arm-linux-androideabi and i686-linux-android are not tier 3 supported platforms, but will have best-effort support. (PEP written and implementation contributed by Malcolm Smith in gh-116622.)

반응형
반응형

사는 길

 

텅 비워야 산다.

 

반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

마침내 너를 만나다  (2) 2024.11.19
깨달아야 한다  (0) 2024.11.18
체중계에 찍히는 숫자  (2) 2024.11.15
사랑한다면 춤을 춰라  (1) 2024.11.14
니체의 별명 '꼬마 목사'  (0) 2024.11.13
반응형

전쟁터에 자리한
이곳의 샘물은 우리들에게
생명을 더욱 북돋아 주는 참 샘물이었다.
우리는 왜 이 맑은 샘물을 두고 전투를 해야만
했을까? 많은 죽은 영혼들이 맴도는 샘물가에서
신앙인도 아닌 내가 아군이든 적이든 그들의
영혼을 위해 진심으로 기도했다. 항상 맑은
물을 간직한 샘물처럼 그저 이유도 없이
희생된 모든 영혼들이 평안한 안식을
갖게 해 달라고 간절한 마음으로
기도했다.


- 손문규의 《전쟁과 사랑》 중에서 -


* 지난 10월 산티아고 순례 명상치유여행에
참여했던 손문규님이 20대에 직접 경험하고 쓴
'베트남전 참전기'. 전쟁터에 있는 샘물을 보면서
무고하게 희생된 영혼들의 안식을 비는 간절한
기도가 오늘의 우리에게 깊은 울림을 줍니다.
육을 벗어난 영의 세상에서는 이념과 같은
가치관은 없을 것입니다. 보다 상위 개념인
평화와 사랑만이 있을 것입니다.
전쟁은 기필코 없어져야 합니다.

반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

사랑한다면 춤을 춰라  (1) 2024.11.14
니체의 별명 '꼬마 목사'  (0) 2024.11.13
정장 차림으로 서재에 들어간다  (0) 2024.11.11
아메리카  (0) 2024.11.11
세상에서 가장 안전한 곳은  (0) 2024.11.08
반응형

사람에게는
누구나 자기만의 이야기가 있다.
그건 기본적으로 우리의 믿음과 생각이
하나로 뭉쳐진 집합체다. 우리는 자신의
이야기 속에서 살아가고 있고, 그 이야기는
비록 사실이 아니더라도 우리의 진실이 된다.
우리는 자신의 기본적인 인생 이야기를
바탕으로 자기 삶에 그때그때
일어나는 일과 관련된
챕터를 만든다.


- 트레이시 리트의 《당신은 꽤 괜찮은 사람입니다》 중에서 -


* 가수 이은미가 말했습니다.
"나보다 노래 잘하는 사람은 많지만
나처럼 노래하는 사람은 나밖에 없다."
누구에게나 자기만의 삶, 자기만의 목소리와
자기만의 이야기가 있습니다. 아무도 대신할 수
없습니다. 그래서 자기 관리가 중요합니다.
몸 관리, 생각 관리, 건강 관리를 잘 해야
어제보다 더 나은 자기 이야기를
만들어 갈 수 있습니다.

반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

세상에서 가장 안전한 곳은  (0) 2024.11.08
돈은 '힘'이다?  (0) 2024.11.07
'좋은 선생님'이 된다는 것  (0) 2024.11.05
박테리아의 무서운 진화  (3) 2024.11.04
호떡집  (0) 2024.11.04

+ Recent posts