Maria Santos
Backend Developer
À propos
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.
Articles de Maria Santos
Formatez JSON en Python avec json.dumps(indent=4). Couvre pprint, orjson, sort_keys, ensure_ascii, json.tool CLI et streaming. Exemples Python 3.8+.
Décodez Base64 en Python avec base64.b64decode(). URL-safe, correction du padding, fichiers, réponses HTTP et erreurs courantes. Python 3.8+.
Utilisez base64.b64encode() en Python : encodage standard et URL-safe, fichiers, JWT, CLI et les 4 erreurs courantes. Exemples prêts pour la production.
Générez des UUID v4 en Python avec uuid.uuid4(). Attributs UUID, validation, sérialisation JSON, Pydantic, génération en masse et uuid-utils. Python 3.8+.
Convertir JSON en CSV en Python avec csv.DictWriter et pandas json_normalize. Couvre JSON imbriqué, streaming avec ijson, commandes CLI et erreurs courantes.