ToolDeck
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

تنسيق JSON في Python باستخدام json.dumps(indent=4). يغطي pprint وorjson وsort_keys وensure_ascii وjson.tool CLI والبث. أمثلة Python 3.8+.

JSON Formatter·2026-03-10
فك ترميز Base64 في Python — دليل b64decode()Python

فك ترميز Base64 في Python باستخدام base64.b64decode(). URL-safe، إصلاح padding، الملفات، استجابات HTTP والأخطاء الشائعة. أمثلة Python 3.8+.

Base64 Decode·2026-03-13
ترميز Base64 في Python: دليل b64encode الكاملPython

تعلّم ترميز Base64 في Python مع أمثلة عملية. يشمل b64encode وurlsafe_b64encode وJWT والملفات الكبيرة والأخطاء الشائعة وبديل pybase64 عالي الأداء.

Base64 Encode·2026-03-13
توليد UUID v4 في Python — uuid.uuid4()Python

توليد UUID v4 في Python باستخدام uuid.uuid4(). يشمل خصائص UUID، التحقق من الصحة، تسلسل JSON، Pydantic، التوليد الجماعي، وuuid-utils. Python 3.8+.

UUID v4 Generator·2026-03-14
Python: تحويل JSON إلى CSV — أمثلة DictWriter و pandasPython

تحويل JSON إلى CSV في Python باستخدام csv.DictWriter و pandas json_normalize. يغطي JSON المتداخل والبث مع ijson وأوامر CLI والأخطاء الشائعة.

JSON to CSV·2026-03-20
تحويل CSV إلى JSON بـ Python — دليل json.dumps()‎Python

تحويل CSV إلى JSON في Python باستخدام csv.DictReader وjson.dump()‎. يغطي تحويل الأنواع والـ dataclasses وorjson والـ NDJSON وحفظ JSON في ملف.

CSV to JSON·2026-03-26