top | item 46262853

(no title)

capyba | 2 months ago

tkinter is the best kept secret in the Python std lib.

Pair it with numpy and matplotlib (two external dependencies that personally I consider part of Python itself), and you’ve got 80% of an interactive scientific simulation environment.

discuss

order

zelphirkalt|2 months ago

In fact, I am planning to use matplotlib soon, to visualize progress in learning, since my app is a language learning app.