#pydantic

[ follow ]
Python
fromTalkpython
4 days ago

Python apps with LLM building blocks

Treat LLMs as standard APIs in Python apps: create focused endpoints, use wrappers for caching/validation, monitor responses, and constrain outputs with types.
fromRealpython
2 weeks ago

Episode #275: Building a FastAPI Application & Exploring Python Concurrency - The Real Python Podcast

Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects. We discuss a recent Real Python step-by-step tutorial about programming a FastAPI example application. You practice installing FastAPI, building your first endpoints, adding path and query parameters, and validating endpoints using Pydantic. Christopher covers updates to his Real Python video course about concurrency in Python.
Python
Python
The Python Software Foundation withdrew a $1.5M NSF grant proposal because funding conditions required denying support for diversity across all PSF activities.
Node JS
fromPythonSpeed
6 months ago

Loading Pydantic models from JSON without running out of memory

Pydantic can dramatically increase memory usage when handling large JSON files, necessitating alternative solutions.
[ Load more ]