Following up the #LangChain series: Had some free time this afternoon, the idea is to build a reasoning layer that can assess financial transactions and return structured results using #Pydantic schemas and #LangChain chains. I’ll try to find some time soon to turn this into an…

Obed_CR's tweet image. Following up the #LangChain series:

Had some free time this afternoon, the idea is to build a reasoning layer that can assess financial transactions and return structured results using #Pydantic schemas and #LangChain chains.

I’ll try to find some time soon to turn this into an…

Wrapped up my #Pydantic learning in the #GenerativeAI with #Python journey 🧠 * model_config(), serialization, optional & nested models, and .model_rebuild() 💡 Next stop — reviving my #DSA grind 💪 Keep coding, keep growing! 🚀 #AI #Developers #TechLearning #100DaysOfCode

Nik_Coding10's tweet image. Wrapped up my #Pydantic learning in the #GenerativeAI with #Python journey 🧠

* model_config(), serialization, optional & nested models, and .model_rebuild() 💡

Next stop — reviving my #DSA grind 💪
Keep coding, keep growing! 🚀
#AI #Developers #TechLearning #100DaysOfCode

Link :- github.com/NandKasar10/AI… #AI #Python grind today 🤖 Explored #Pydantic, model_validator, field_validator, & Field() — clean data handling feels satisfying 💡 Also touched async/await & multiprocessing 🧠 #GenerativeAI #Coding #DevJourney #LearnInPublic #CollegeStudent

Nik_Coding10's tweet image. Link :- github.com/NandKasar10/AI…

#AI #Python grind today 🤖
Explored #Pydantic, model_validator, field_validator, & Field() — clean data handling feels satisfying 💡
Also touched async/await & multiprocessing 🧠
#GenerativeAI #Coding #DevJourney #LearnInPublic #CollegeStudent

Most bugs don’t come from bad logic, they come from bad data. Use Pydantic to enforce real rules directly in your models. Cleaner inputs → cleaner code. 📘 Master patterns like this in "Practical Pydantic" 💥 50% off here → leanpub.com/practical-pyda… #Python #Pydantic

DevAsService's tweet image. Most bugs don’t come from bad logic, they come from bad data.

Use Pydantic to enforce real rules directly in your models.

Cleaner inputs → cleaner code.

📘 Master patterns like this in "Practical Pydantic"

💥 50% off here → leanpub.com/practical-pyda…

#Python #Pydantic…

pydantic by @pydantic Validate your Python data with ease using Pydantic, a fast & extensible library that plays nicely with your linters/IDE. Monitor your apps with Pydantic Logfire! #Pydantic #DataValidation

D4Vinci1's tweet image. pydantic by @pydantic

Validate your Python data with ease using Pydantic, a fast & extensible library that plays nicely with your linters/IDE. Monitor your apps with Pydantic Logfire! #Pydantic #DataValidation

"Just had the first test of #pydantic and it's great! 🚀 With a hefty payload, the new version shines with a staggering 100% increase in requests per sec and a mind-boggling 300% boost in speed. 💥 However, when we don't bulk events in one request, it's still a solid 27%…

tracardi's tweet image. "Just had the first test of #pydantic and it's great! 🚀 With a hefty payload, the new version shines with a staggering 100% increase in requests per sec and a mind-boggling 300% boost in speed. 💥 However, when we don't bulk events in one request, it's still a solid 27%…

💡 Great to have @pydantic Logfire at #PyConDE #PyData 2025! Clean APIs, developer-first observability & an awesome team behind it all. 👏 Thanks to Samuel Colvin & the crew for the support! #Pydantic #Logfire #Python #OpenSource #Observability

PyConDE's tweet image. 💡 Great to have @pydantic Logfire at #PyConDE #PyData 2025!
Clean APIs, developer-first observability & an awesome team behind it all.

👏 Thanks to Samuel Colvin & the crew for the support!

#Pydantic #Logfire #Python #OpenSource #Observability

how can I add my own _id instead of the already given _id in MongoDB in Python? stackoverflow.com/questions/7550… #fastapi #mongodb #pydantic #python #pymongo

overflow_meme's tweet image. how can I add my own _id instead of the already given _id in MongoDB in Python? stackoverflow.com/questions/7550… #fastapi #mongodb #pydantic #python #pymongo

🚀 My new book “Practical Pydantic” is out! Learn how to build APIs and data pipelines that never trust input. Stop silent data corruption before it starts. 👉 leanpub.com/practical-pyda… @pydantic #pydantic #python #API #ETL #DataValidation


🚨 Scam Alert #Pydantic 🚨 Disclaimer: This post is not intended as financial advice, stay safe traders.

pumpedcalls's tweet image. 🚨 Scam Alert #Pydantic 🚨

Disclaimer: This post is not intended as financial advice, stay safe traders.

We use Pydantic for runtime validation. Without it, Python only shows type hints in IDE, not real checks. In the first two pics (without Pydantic), even wrong types work. In the last ones (with Pydantic), wrong types raise errors. That’s why we use BaseModel. Thanks! #Pydantic

subhankaladi15's tweet image. We use Pydantic for runtime validation. Without it, Python only shows type hints in IDE, not real checks. In the first two pics (without Pydantic), even wrong types work. In the last ones (with Pydantic), wrong types raise errors. That’s why we use BaseModel. Thanks!
#Pydantic
subhankaladi15's tweet image. We use Pydantic for runtime validation. Without it, Python only shows type hints in IDE, not real checks. In the first two pics (without Pydantic), even wrong types work. In the last ones (with Pydantic), wrong types raise errors. That’s why we use BaseModel. Thanks!
#Pydantic
subhankaladi15's tweet image. We use Pydantic for runtime validation. Without it, Python only shows type hints in IDE, not real checks. In the first two pics (without Pydantic), even wrong types work. In the last ones (with Pydantic), wrong types raise errors. That’s why we use BaseModel. Thanks!
#Pydantic
subhankaladi15's tweet image. We use Pydantic for runtime validation. Without it, Python only shows type hints in IDE, not real checks. In the first two pics (without Pydantic), even wrong types work. In the last ones (with Pydantic), wrong types raise errors. That’s why we use BaseModel. Thanks!
#Pydantic

5 days to go! Calling all #Python enthusiasts! Just a friendly reminder that our IN-PERSON Meetup is happening this Saturday, March 9th. Get ready to geek out over data validation and settings management. See you there! #pydantic #python #pythonprogramming #pycon

PythonNigeria's tweet image. 5 days to go! 
Calling all #Python enthusiasts! Just a friendly reminder that our IN-PERSON Meetup is happening this Saturday, March 9th. Get ready to geek out over data validation and settings management. See you there!
#pydantic #python #pythonprogramming #pycon

Just signed up to maven.com/p/6f4580/build…. Hoping to learn a thing or two about durable agents execution. #pydantic #temporal


💡 Python Tip: Stop writing naked FastAPI endpoints! Use #Pydantic models for bulletproof data validation. #FastAPI #Python #ProgrammingTip

a_tinypixel's tweet image. 💡 Python Tip: Stop writing naked FastAPI endpoints! Use #Pydantic models for bulletproof data validation.

#FastAPI #Python #ProgrammingTip

اگه می‌خواین FastAPI یاد بگیرید، بهتون این پلی‌لیست توی یوتوب رو پیشنهاد می دم، به نظرم کامل‌ترین پلی‌لیست ممکنه است: youtube.com/playlist?list=… #FastAPI #Pydantic


Updated the voice flow for speech recognition in my research paper search : huggingface.co/spaces/awacke1…📝🔊GPT4O🖼️🎥 - Five AI Model Pipeline w API and embeddings. #arxiv #huggingface_hub #pydantic #gradio #streamlit


最近は仕事でPythonを触る機会が多いのでそっちに引っ張られていますが、記事を書きました。ご笑覧ください…! Pydantic TypeAdapter でサクサク型付けデシリアライズ - JSON を複数クラスへ自動振り分け|tenkoh zenn.dev/foxtail88/arti… #zenn #python #pydantic


Instrumenting Pydantic AI with Maxim added one-line tracing that logs agent runs, tool calls, and latency. Traces made debugging and A/B testing prompts easy, but sample in production to avoid tracing overhead. #Pydantic #Observability #AIOps bly.to/MMFjxG1


Hello #PythonDevelopers! Great news: #Pydantic and #PreCommitHooks just moved to the main quadrant of the #TechRadar by @ThoughtWorks. If you're not using them yet, it is a good idea at least take a look now. More details: thoughtworks.com/radar


Day 26: The school grind is real, so I kept the code light today. Pydantic's ability to validate input and return clean errors is a lifesaver for backend stability. Learning to pace myself. #FastAPI #Pydantic #CodingLife #Schoolwork #30DaysOfCode

mackjohn341's tweet image. Day 26: The school grind is real, so I kept the code light today.

Pydantic's ability to validate input and return clean errors is a lifesaver for backend stability.

Learning to pace myself.

#FastAPI #Pydantic #CodingLife #Schoolwork #30DaysOfCode
mackjohn341's tweet image. Day 26: The school grind is real, so I kept the code light today.

Pydantic's ability to validate input and return clean errors is a lifesaver for backend stability.

Learning to pace myself.

#FastAPI #Pydantic #CodingLife #Schoolwork #30DaysOfCode
mackjohn341's tweet image. Day 26: The school grind is real, so I kept the code light today.

Pydantic's ability to validate input and return clean errors is a lifesaver for backend stability.

Learning to pace myself.

#FastAPI #Pydantic #CodingLife #Schoolwork #30DaysOfCode

Day 25: Running on fumes, so today was a focus on theory. Deep dive into FastAPI's architecture. The magic is in the automatic documentation and validation driven by Pydantic's BaseModel. Learning the 'why' behind the APIs #FastAPI #Pydantic #Backend #CodingLife #30DaysOfCode

mackjohn341's tweet image. Day 25: Running on fumes, so today was a focus on theory.

Deep dive into FastAPI's architecture. The magic is in the automatic documentation and validation driven by Pydantic's BaseModel.

Learning the 'why' behind the APIs

#FastAPI #Pydantic #Backend #CodingLife #30DaysOfCode
mackjohn341's tweet image. Day 25: Running on fumes, so today was a focus on theory.

Deep dive into FastAPI's architecture. The magic is in the automatic documentation and validation driven by Pydantic's BaseModel.

Learning the 'why' behind the APIs

#FastAPI #Pydantic #Backend #CodingLife #30DaysOfCode
mackjohn341's tweet image. Day 25: Running on fumes, so today was a focus on theory.

Deep dive into FastAPI's architecture. The magic is in the automatic documentation and validation driven by Pydantic's BaseModel.

Learning the 'why' behind the APIs

#FastAPI #Pydantic #Backend #CodingLife #30DaysOfCode

Không có kết quả nào cho "#pydantic"
Không có kết quả nào cho "#pydantic"
Loading...

Something went wrong.


Something went wrong.


United States Trends