Maria Santos
Backend Developer
O autorovi
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.
Články od Maria Santos
Formátujte JSON v Pythonu pomocí json.dumps(indent=4). Zahrnuje pprint, orjson, sort_keys, ensure_ascii, json.tool CLI a streaming. Python 3.8+.
Dekódujte Base64 v Pythonu pomocí base64.b64decode(). URL-safe dekódování, oprava paddingu, soubory, HTTP odpovědi a časté chyby. Příklady Python 3.8+.
Naučte se base64.b64encode(), urlsafe_b64encode() a encodebytes() v Pythonu. S příklady pro soubory, JWT, HTTP hlavičky a časté chyby.
Generujte UUID v4 v Pythonu pomocí uuid.uuid4(). Zahrnuje atributy UUID, validaci, serializaci JSON, Pydantic, hromadné generování a uuid-utils. Python 3.8+.
Převod JSON na CSV v Pythonu pomocí csv.DictWriter a pandas json_normalize. Zahrnuje vnořený JSON, streaming s ijson, CLI příkazy a časté chyby.