Maria Santos
Backend Developer
Об авторе
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.
Статьи Maria Santos
Форматируйте JSON в Python с json.dumps(indent=4). Охватывает pprint, orjson, sort_keys, ensure_ascii, json.tool CLI и стриминг. Python 3.8+.
Декодирование Base64 в Python через base64.b64decode(). URL-safe, исправление padding, файлы, HTTP-ответы и частые ошибки. Python 3.8+.
Полное руководство по base64.b64encode() в Python: работа с байтами и строками, URL-safe кодирование для JWT, работа с файлами, CLI-команды и pybase64.
Генерация UUID v4 в Python с uuid.uuid4(). Атрибуты UUID, валидация, сериализация JSON, Pydantic, массовая генерация и uuid-utils. Python 3.8+.
Конвертация JSON в CSV на Python с csv.DictWriter и pandas json_normalize. Охватывает вложенный JSON, стриминг с ijson, CLI-команды и типичные ошибки.