mathspp
  • Blog
    • Pydon'ts
    • Problems
    • TIL
    • Twitter threads
  • Books
  • Talks
  • Trainings
    • Advanced iteration
    • Python for scripting and automation
    • Rust for Python developers
  • Courses
  • About
Link blog

14 Advanced Python Features

by Edward Li on 29-04-2025 14:45

In this article, the author covers 14 Python features and briefly shows how to use them. It's arguable whether the 14 features presented really are “advanced”, but the features presented are definitely useful.

The highlights for me were the features related to typing (overloads, protocols, and generics) and the fact that my own blog was used as a reference for a subsection on comparison operator chaining!

Previous link Next link

Russian mathematician Grigori Perelman declined a $1,000,000 prize after solving one of the seven Millenium Prize Problems.

mathspp
  • Blog
    • Pydon'ts
    • Problems
    • TIL
    • Twitter threads
  • Books
  • Talks
  • Trainings
    • Advanced iteration
    • Python for scripting and automation
    • Rust for Python developers
  • Courses
  • About