ToolDeck
MS

Maria Santos

Backend Developer

PythonREST APIsData Engineering

について

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 Formatter Python — json.dumps() ガイドPython

Pythonで json.dumps(indent=4) を使ってJSONを整形する方法。pprint、orjson、sort_keys、ensure_ascii、json.tool CLI、カスタム型、大容量ファイルのストリーミングを解説。Python 3.8+ サンプルコード付き。

JSON Formatter·2026-03-10
Python Base64 デコード完全ガイド — b64decode() 解説Python

Python base64.b64decode() を使った Base64 デコードを解説。URL-safe デコード、padding 修正、ファイル処理、HTTP レスポンス、よくある間違いを網羅。Python 3.8+。

Base64 Decode·2026-03-13
Python Base64 エンコード完全ガイドPython

Python base64 モジュールを徹底解説。b64encode・urlsafe_b64encode・encodebytes の違い、JWT セグメント生成、大容量ファイルのチャンク処理、よくある 4 つのミスと修正方法を網羅。

Base64 Encode·2026-03-13
Python UUID v4生成ガイドPython

PythonでUUID v4を生成。uuid.uuid4()の使い方、UUID属性、JSON直列化、Pydantic連携、uuid-utils活用。3.8+。

UUID v4 Generator·2026-03-14
Python で JSON を CSV に変換する方法Python

Python で csv.DictWriter と pandas を使い JSON を CSV に変換。ネスト JSON、ijson、CLI コマンドを解説。

JSON to CSV·2026-03-20
PythonでCSVをJSONに変換する方法Python

PythonでCSVをJSONに変換する方法をわかりやすく解説。csv.DictReader、json.dump()、型変換、orjson対応。

CSV to JSON·2026-03-26