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 และ streaming. Python 3.8+.

JSON Formatter·2026-03-10
Python Base64 Decode — คู่มือ base64.b64decode()Python

ถอดรหัส Base64 ใน Python ด้วย base64.b64decode() ครอบคลุม URL-safe decode, แก้ padding, ไฟล์, HTTP response และข้อผิดพลาดทั่วไป ตัวอย่าง Python 3.8+

Base64 Decode·2026-03-13
Python Base64 เข้ารหัส — b64encode() คู่มือPython

เรียนรู้การเข้ารหัส Base64 ใน Python พร้อมตัวอย่างจริง ครอบคลุม b64encode, urlsafe_b64encode, JWT, ไฟล์ขนาดใหญ่, pybase64 และข้อผิดพลาด 4 ข้อที่พบบ่อย

Base64 Encode·2026-03-13
สร้าง UUID v4 ด้วย PythonPython

สร้าง UUID v4 ด้วย uuid.uuid4() ใน Python ครอบคลุม JSON, Pydantic, uuid-utils

UUID v4 Generator·2026-03-14
Python JSON เป็น CSV — คู่มือPython

แปลง JSON เป็น CSV ใน Python ด้วย DictWriter และ pandas รองรับ JSON ซ้อน, ijson

JSON to CSV·2026-03-20
แปลง CSV เป็น JSON ด้วย PythonPython

แปลง CSV เป็น JSON ด้วย Python: csv.DictReader, json.dump(), orjson, NDJSON

CSV to JSON·2026-03-26