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
UUID v4 را در Python با uuid.uuid4() تولید کنید. ویژگیهای UUID، اعتبارسنجی، سریالسازی JSON، Pydantic، تولید انبوه و uuid-utils را پوشش میدهد. Python 3.8+.
تبدیل JSON به CSV در Python با csv.DictWriter و pandas json_normalize. شامل JSON تودرتو، پخش با ijson، دستورات CLI و اشتباهات رایج.
تبدیل CSV به JSON در Python با csv.DictReader و json.dump(). پوشش تبدیل نوع، dataclasses، orjson، NDJSON جریانی و ذخیره JSON در فایل.