Maria Santos
Backend Developer
Über
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.
Artikel von Maria Santos
JSON in Python formatieren mit json.dumps(indent=4). Deckt pprint, orjson, sort_keys, ensure_ascii, json.tool CLI und Streaming ab. Python 3.8+.
Base64 in Python dekodieren mit base64.b64decode(). URL-sicheres Dekodieren, Padding beheben, Dateien, HTTP-Antworten und häufige Fehler. Python 3.8+.
Lerne base64.b64encode(), urlsafe_b64encode() und encodebytes() in Python. Mit Beispielen für Dateien, JWTs, HTTP-Header und häufigen Fehlern.
UUID v4 in Python mit uuid.uuid4() erzeugen. UUID-Attribute, Validierung, JSON-Serialisierung, Pydantic, Massenerzeugung und uuid-utils. Python 3.8+.
JSON in Python nach CSV konvertieren mit csv.DictWriter und pandas json_normalize. Behandelt verschachteltes JSON, ijson-Streaming, CLI-Befehle und Fehler.