GeistHaus
log in · sign up

What’s New In Python 3.8

docs.python.org

Editor, Raymond Hettinger,. This article explains the new features in Python 3.8, compared to 3.7. Python 3.8 was released on October 14, 2019. For full details, see the changelog. Summary – Releas...

16 pages link to this URL
What’s in which Python

A concise summary of Python’s versions, and what’s in each.

1 inbound link article en © Copyright 2022–2026, Ned Batchelder
A reverse chronology of some Python features

I occasionally hear people lament that Python is "bloated", "too big", "going enterprise", or some other phrasing to suggest there was once an "ideal" version of Python that had less bloat and was closer to what the person wanted. But then this lament is also often followed by, "but I

1 inbound link article en Python
Debugging a Mixed Python and C Language Stack | NVIDIA Technical Blog

Debugging is difficult. Debugging across multiple languages is especially challenging, and debugging across devices often requires a team with varying skill sets and expertise to reveal the underlying…

1 inbound link article en Data Science Accelerated Computing LibrariesC++CUDACUDA C++featuredPythontechnical walkthroughTutorial
Python 3 is here and the sky is not falling

James Bennett, a long-time Python developer, blogger, and contributor to Django, recently wrote a nice post about the "end" of Python 2.x, entitled "Variations on the Death of Python 2." It's a great read for anyone who, like me, has been in the Python community a long time. I've been…

0 inbound links article en Open Source
EOF is not a character

I was reading Computer Systems: A Programmer’s Perspective the other day and in the chapter on Unix I/O the authors mention that there is no explicit “EOF character” at the end of a file.

0 inbound links article en blog