# Using Python to pre-process markdown blog posts
3 min read
Learn how to automate blog post preparation with Python by pre-processing markdown files before publishing.
Learn how to automate blog post preparation with Python by pre-processing markdown files before publishing.
A concise reference to Python’s core data structures and when to use them.
Use the OpenAI Python SDK to send prompts, stream tokens, and get structured JSON back — with copy‑pastable examples.