Tag: JSON
3 posts
-
[2026] Python File Handling | Read, Write, CSV, JSON, and pathlib
Learn Python file I/O: text files, CSV with csv module, JSON with json, pathlib paths, encoding, and the with statement—practical patterns included.
-
[2026] Python REST APIs | Build API Servers with Flask and Django
Design RESTful APIs in Python: HTTP verbs, resource URLs, Flask CRUD examples, Django REST Framework, JWT auth, error handling, and production-minded tips.
-
[2026] C++ JSON Parsing: nlohmann/json, RapidJSON, Custom Types, and Production Safety
Parse REST APIs and config files in C++ safely: nlohmann/json vs RapidJSON, contains/value/at, to_json/from_json, parse_error and type_error, streaming,...