Maria Santos
Backend Developer
Sobre
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.
Artigos de Maria Santos
Formate JSON em Python com json.dumps(indent=4). Cobre pprint, orjson, sort_keys, ensure_ascii, json.tool CLI e streaming. Exemplos Python 3.8+.
Decodifique Base64 em Python com base64.b64decode(). URL-safe, correção de padding, arquivos, respostas HTTP e erros comuns. Python 3.8+.
Aprenda a usar base64.b64encode() em Python: codificação padrão e URL-safe, arquivos, JWT, CLI e os 4 erros mais comuns. Exemplos prontos para produção.
Gere UUID v4 em Python com uuid.uuid4(). Abrange atributos do UUID, validação, serialização JSON, Pydantic, geração em massa e uuid-utils. Python 3.8+.
Converta JSON para CSV em Python com csv.DictWriter e pandas json_normalize. Cobre JSON aninhado, streaming com ijson, comandos CLI e erros comuns.