Speeding up Python Jupyter notebooks 25x with simple concurrency and AWS servers

This is part 1 of a 2-part series. In Part 2, we will deploy a console-based simulator written in Kotlin, whose execution speed is about 10 times faster than this Python version. 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 »

Awesome Functional Python

A curated list of awesome things related to functional programming in Python. - GitHub - sfermigier/awesome-functional-python: A curated list of awesome things related to functional programming in ... (more…)

Read more »