A Lisp Programmer Living in Python-Land: The Hy Programming Language

I have been using Lisp languages for 30 years for AI development but recently most of my work requires Python (for deep learning). The Hy language (Lisp that compiles to Python) allows Lisp programmers access to the rich Python ecosystem for deep learning… Read more

Similar

Subclassing in Python, Redux

The conflict between subclassing and composition is as old as object-oriented programming. The latest crop of languages like Go or Rust prove that you don’t need subclassing to successfully write code. But what’s a pragmatic approach to subclassing in Pyt... (more…)

Read more »

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. ... (more…)

Read more »