Viewing profile — ptmcg
ptmcg
HN member- Joined
- Sat, Apr 30, 2011, 7:57 AM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About ptmcg
Author/maintainer of pyparsing, plusminus, and littletable. Co-author of "Python in a Nutshell, 4th edition".
See my digital (not AI) artwork at https://paulmcguireart.net.
Recent public activity
-
comment
Comment #40890552
In this snippet ```python if header.startswith("X-Forwarded-"): section = header.removeprefix("X-Forwarded-") ``` the `startswith()` check is unnecessary. If `header` doesn't start…
-
comment
Comment #40312623
I'm the author/maintainer for logmerger, a side-by-side log file viewer built using the Python `textual` TUI framework. Side-by-side view merges log files into a single vertical ti…
-
comment
Comment #31301475
The 3.0 release of pyparsing includes some nice extensions over its older 2.x code base, including LR parsing support and railroad diagram generation. Also, PEP-8 API naming has be…
- comment
-
comment
Comment #2500154
I'm glad to see that somebody finds these to be useful.