We are thrilled to announce the results of the 2025 NRMP Match! The University of Florida (UF) Department of Anesthesiology successfully matched with 20 interns (4-year residents), five CA-1s (3-year residents), and one “advanced commitment” physician who will begin training with us as a CA-1 in July 2026. Six of our incoming interns are from…| Department of Anesthesiology » College of Medicine » University o...
I really like Pydantic because it makes it easy to define the the structure of the objects I want to use, using typing. I wanted to parse a json object and build a different object depending on the value of some specific key in the JSON object. Here, I have …| (not) my ideas