Maria Santos
Backend Developer
Acerca de
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.
Artículos de Maria Santos
Formatea JSON en Python con json.dumps(indent=4). Cubre pprint, orjson, sort_keys, ensure_ascii, json.tool CLI y streaming. Ejemplos Python 3.8+.
Decodifica Base64 en Python con base64.b64decode(). URL-safe, corrección de padding, archivos, respuestas HTTP y errores comunes. Python 3.8+.
Aprende base64.b64encode() en Python: codificación estándar y URL-safe, archivos, JWT, CLI y los 4 errores más comunes.
Genera UUID v4 en Python con uuid.uuid4(). Cubre atributos, validación, serialización JSON, Pydantic, generación masiva y uuid-utils. Python 3.8+.
Convierte JSON a CSV en Python con csv.DictWriter y pandas json_normalize. Cubre JSON anidado, streaming con ijson, comandos CLI y errores comunes.