Creating your own interactive Python interpreter | Python tricks

Опубликовано: 20 Октябрь 2024
на канале: Sebastiaan Mathôt
14,085
419

(For more, visit https://pythontutorials.eu !) In this video, I show how you can create your own interactive Python interpreter, somewhat similar to the well-known IPython interpreter. In the process, I will demonstrate several powerful Python techniques, including generator functions, generator expressions, higher-order functions, and referential transparency. You can find the code here: https://osf.io/va78n/