ulope/pyformat.info resource
Single page cheat-sheet about Python string formatting observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4160
- days_rel: n/a
- days_push: 2072
- n_releases_24m: 0
Adoption not part of the score
1287 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PyFormat.info is a single-page cheat sheet documenting Python's old-style (%) and new-style (.format()) string formatting with practical, side-by-side examples. The site is statically generated from executable test cases, ensuring all examples are verified to produce the shown output.
Use cases
- learn python string formatting with examples
- look up how to pad or align strings in python
- compare old-style % formatting with str.format
- find examples of formatting numbers and dates in python
- reference for named placeholders and getitem formatting
When to choose
- you need quick, practical examples of Python string formatting
- you want verified, executable examples rather than theoretical docs
- you are teaching or learning the differences between % and .format()
When to avoid
- you need documentation for f-strings (Python 3.6+ formatted string literals)
- you need the complete formal syntax specification of Python formatters
- you need a formatting library or tool rather than a reference page
Facets
learning-resource · maturity maintenance
documentation developer-tools developer-tools tutorials documentation python cheat-sheet string-formatting static-site python web
2 sources
- readme: https://github.com/ulope/pyformat.info · fetched 2026-08-28 · 7bcb317f028a
- homepage: https://pyformat.info · fetched 2026-08-29 · 30e22128405c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ulope/pyformat.info | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="ulope/pyformat.info")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem