Maria Santos
Backend Developer
Chi siamo
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.
Articoli di Maria Santos
Formatta JSON in Python con json.dumps(indent=4). Copre pprint, orjson, sort_keys, ensure_ascii, json.tool CLI e streaming. Esempi Python 3.8+.
Decodifica Base64 in Python con base64.b64decode(). Decodifica URL-safe, correzione padding, file, risposte HTTP ed errori comuni. Esempi Python 3.8+.
Guida completa a base64.b64encode() in Python: gestione bytes e str, codifica URL-safe per JWT, file, CLI e l'alternativa ad alte prestazioni pybase64.
Genera UUID v4 in Python con uuid.uuid4(). Attributi UUID, validazione, serializzazione JSON, Pydantic, generazione in blocco e uuid-utils. Python 3.8+.
Converti JSON in CSV in Python con csv.DictWriter e pandas json_normalize. Copre JSON annidato, streaming con ijson, comandi CLI ed errori comuni.