|
|
|
|
|
by capyba
183 days 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. |
|