September 29, 2025
**External Link:**
Visit [GitHub](https://github.com) for version control.
**Internal Link:**
See the [syllabus](../../syllabus/index.qmd) for details.
**Reference Link:**
Check out [Python documentation][python-docs].
[python-docs]: https://docs.python.org/3/
Rendered Output:
External Link: Visit GitHub for version control.
Internal Link:
See the syllabus for details.
Prosegrammers Logo
**Inline Code:**
Use the `print()` function in Python.
**Fenced Code Block:**
```python
def greet_prosegrammer(name: str) -> str:
"""Greet a document engineer professionally."""
return f"Hello, {name}! Ready to engineer some documents?"
print(greet_prosegrammer("Alice"))
```
| Tool | Purpose | Prosegrammer Use |
|------|---------|------------------|
| Git | Version control | Track document changes |
| Python | Programming | Automate documentation |
| Quarto | Publishing | Create professional docs |
| Markdown | Markup | Write readable content |
|
and dashes -
to create tablesTool | Purpose | Prosegrammer Use |
---|---|---|
Git | Version control | Track document changes |
Python | Programming | Automate documentation |
Quarto | Publishing | Create professional docs |
Markdown | Markup | Write readable content |
> Document engineering is the art of creating clear,
> maintainable, and professional documentation that
> serves both human readers and automated systems.
>
> — A thoughtful prosegrammer
Rendered Output:
Document engineering is the art of creating clear, maintainable, and professional documentation that serves both human readers and automated systems.
— A thoughtful prosegrammer
**Inline Math:**
The complexity is $O(n^2)$ for this algorithm.
**Display Math:**
$$
\text{Document Quality} = \frac{\text{Clarity} \times \text{Accuracy}}{\text{Complexity}}
$$
Rendered Output:
Inline Math: The complexity is \(O(n^2)\) for this algorithm.
Display Math with a silly equation: \[ \text{Document Quality} = \frac{\text{Clarity} \times \text{Accuracy}}{\text{Complexity}} \]
pyodide
!
Prosegrammers