MS

Maria Santos

Backend Developer

PythonREST APIsData Engineering

परिचय

Maria is a backend developer specialising in Python and API integration. She has broad experience with data pipelines, serialisation formats, and building reliable server-side services. She is an active member of the Python community and enjoys writing practical, example-driven guides that help developers solve real problems without unnecessary theory.

Maria Santos के लेख

JSON Formatter Python — json.dumps() गाइडPython

Python में json.dumps(indent=4) से JSON फॉर्मेट करें। pprint, orjson, sort_keys, ensure_ascii, json.tool CLI और स्ट्रीमिंग कवर करता है। Python 3.8+।

JSON Formatter·2026-03-10
Python में Base64 Decode — b64decode()Python

Python base64.b64decode() से Base64 डीकोड करना सीखें। URL-safe डीकोडिंग, padding ठीक करना, फाइलें, HTTP रिस्पॉन्स और सामान्य गलतियाँ। Python 3.8+ उदाहरण।

Base64 Decode·2026-03-13
Python में Base64 Encode: b64encode की पूरी गाइडPython

Python में Base64 encoding सीखें। b64encode, urlsafe_b64encode, JWT सेगमेंट, बड़ी फाइलें, pybase64 और 4 सामान्य गलतियों के व्यावहारिक उदाहरण सहित।

Base64 Encode·2026-03-13
Python में UUID v4 जेनरेट करें — uuid.uuid4()Python

Python में uuid.uuid4() से UUID v4 जेनरेट करें। UUID एट्रिब्यूट, validation, JSON serialization, Pydantic, bulk generation, और uuid-utils — Python 3.8+।

UUID v4 Generator·2026-03-14
Python में JSON से CSV — DictWriter + pandas उदाहरणPython

csv.DictWriter और pandas json_normalize से Python में JSON को CSV में बदलें। नेस्टेड JSON, ijson स्ट्रीमिंग, CLI कमांड और सामान्य गलतियाँ।

JSON to CSV·2026-03-20