Skip to content

Rukiye Aslan ‐ Pydantic

Rukiye Aslan edited this page Feb 19, 2024 · 1 revision

Pydantic

Pydantic is a data validation library for Python. It is used for data validation and helps parsing incoming data into Pydantic models. It provides type safety in Python, it's fast as its core validation is written in Rust and easy to use. The github repository to the library can be found here.

📄 Some applications of Pydantic are as follows:

  • Web Development
  • Machine Learning
  • Data Analysis

👍🏼 What I like

  • The repository is open source and the team actively responses to the bugs/errors reported by other developers.

👎🏼 What I dislike

  • There are some unclear parts in the documentation.

📋 Lab Reports

📆 Meeting Notes

🧪 Lab Meetings

🗓️ General Meetings

⚙️ Backend Meetings

📝 Milestone Reports

📑 Project Documents

📜 Docs

📋 Requirements & Elicitation

✏️ Scenarios & Mockups

🗂 Plan & Roles

📊 Diagrams

👥 Team

SemanticFlix Archieve

📝 Milestone Reports

📆 Meeting Notes

🧾 Requirements

Project Plan

📊 Diagrams

👥 Team

📝 Researches

Repository Documentations

📁 Templates

Clone this wiki locally