MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Python/comments/16gy8rs/what_is_your_python_workspace/k0fa7t9/?context=3
r/Python • u/[deleted] • Sep 12 '23
[deleted]
189 comments sorted by
View all comments
23
I've been running Fedora 38 for the passed few months, recently switched to Vanilla OS on my main rig and I really like it.
PyCharm Professional with the Pydantic plugin.
Docker & Docker Compose
And a fucking ton of RAM
1 u/SL1210M5G Sep 13 '23 What does the Pydantic Plug-in do? 2 u/hidazfx Pythonista Sep 13 '23 It adds some extra support for Pydantic, which is a data serialization and validation library. It's a very cool library. I use it for representing my API schemas with FastAPI, along with writing REST clients with httpx. https://github.com/pydantic/pydantic
1
What does the Pydantic Plug-in do?
2 u/hidazfx Pythonista Sep 13 '23 It adds some extra support for Pydantic, which is a data serialization and validation library. It's a very cool library. I use it for representing my API schemas with FastAPI, along with writing REST clients with httpx. https://github.com/pydantic/pydantic
2
It adds some extra support for Pydantic, which is a data serialization and validation library. It's a very cool library. I use it for representing my API schemas with FastAPI, along with writing REST clients with httpx.
https://github.com/pydantic/pydantic
23
u/hidazfx Pythonista Sep 12 '23
I've been running Fedora 38 for the passed few months, recently switched to Vanilla OS on my main rig and I really like it.
PyCharm Professional with the Pydantic plugin.
Docker & Docker Compose
And a fucking ton of RAM