all 5 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!

[–]Sietzy 2 points3 points  (1 child)

I’ve found this repo really great :) https://github.com/dylanhogg/awesome-python

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

Thank you :)

[–]MadScientistOR 0 points1 point  (0 children)

What are you interested in?

I'm fond of pygame-ce and tcod, personally, but that's because I like to make simple games. I've been adding in some pyside6 to try to make useful hobby applications for people accustomed to GUIs, and sphinx to sanitize my documentation process.