Maria Santos
Backend Developer
Tentang
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.
Artikel oleh Maria Santos
Format JSON di Python menggunakan json.dumps(indent=4). Mencakup pprint, orjson, sort_keys, ensure_ascii, json.tool CLI, dan streaming. Python 3.8+.
Decode Base64 di Python dengan base64.b64decode(). Dekode URL-safe, perbaikan padding, file, respons HTTP, dan kesalahan umum. Contoh Python 3.8+.
Cara enkode Base64 di Python dengan b64encode. Mencakup urlsafe_b64encode, JWT, file besar, pybase64 dan empat kesalahan umum yang harus dihindari.
Buat UUID v4 di Python dengan uuid.uuid4(). Mencakup atribut UUID, validasi, serialisasi JSON, Pydantic, pembuatan massal, dan uuid-utils. Python 3.8+.
Konversi JSON ke CSV di Python menggunakan csv.DictWriter dan pandas json_normalize. Mencakup JSON bertingkat, streaming ijson, perintah CLI, kesalahan umum.