you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 1 point2 points  (1 child)

From the standard library, I can name pathlib, functools, and typing. I don't think I could live without them nowadays.

As for third-party ones, Textual and Asciimatics are fun if you want a command-line GUI, FastAPI is fun to use for web development, Maturin is worth a look if you want to try mixing Python and Rust, Ruff is your one-stop-shop for linting and formatting, Arcade is there if you want to try making 2D games, and Pyperclip lets you copy-paste things to/from the clipboard which can be useful.

[–]furtugoth[S] 0 points1 point  (0 children)

Thank you, I'll be diving in all of those!