Maria Santos
Backend Developer
O autorze
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.
Artykuły Maria Santos
Formatuj JSON w Pythonie za pomocą json.dumps(indent=4). Omawia pprint, orjson, sort_keys, ensure_ascii, json.tool CLI i streaming. Python 3.8+.
Dekoduj Base64 w Pythonie za pomocą base64.b64decode(). URL-safe, naprawa paddingu, pliki, odpowiedzi HTTP i typowe błędy. Python 3.8+.
Kompletny przewodnik po base64.b64encode() w Pythonie: obsługa bytes i str, kodowanie URL-safe dla JWT, pliki, polecenia CLI i biblioteka pybase64.
Generuj UUID v4 w Pythonie za pomocą uuid.uuid4(). Atrybuty UUID, walidacja, serializacja JSON, Pydantic, masowe generowanie i uuid-utils. Python 3.8+.
Konwertuj JSON do CSV w Pythonie za pomocą csv.DictWriter i pandas json_normalize. Obejmuje zagnieżdżony JSON, streaming z ijson, komendy CLI i typowe błędy.