Paul McGuire · @ptmcg
199 followers · 87 posts · Server fosstodon.org

On a related note, this weekend I learned that my Python library is being used as part of the user interface to Microsoft Guidance, a templating package for automating interactions with Large Language Models.pub.towardsai.net/inside-guida

#pyparsing #python #llms #microsoft

Last updated 1 year ago

Paul McGuire · @ptmcg
198 followers · 86 posts · Server fosstodon.org

I just released version 3.1.0 of . Compatibility with Python 3.12 and the latest version of railroad-diagrams. Many bugfixes and new features, all the details are here: github.com/pyparsing/pyparsing

#pyparsing #python

Last updated 1 year ago

Paul McGuire · @ptmcg
187 followers · 80 posts · Server fosstodon.org

Now starting, Open Space to talk about the latest with in 250C, with as many demos as anyone cares to see.

#pyconus #pyparsing

Last updated 2 years ago

Paul McGuire · @ptmcg
182 followers · 77 posts · Server fosstodon.org

Pyparsing open space Friday afternoon from 2-3 in 250C. Come to hear about pyparsing 3.1.0 coming out, share pyparsing learnings, issues

#pyconus #pyparsing

Last updated 2 years ago

Paul McGuire · @ptmcg
171 followers · 65 posts · Server fosstodon.org

I just pushed release 3.1.0b1 of pyparsing. 3.1.0 will include support for python 3.12, and will be the last release to support 3.6 and 3.7. If your project uses pyparsing, *please* download this beta release (using "pip install -U pyparsing==3.1.0b1") and open any compatibility issues you might have at the pyparsing GitHub repo (github.com/pyparsing/pyparsing).

#pyparsing #python

Last updated 2 years ago

Paul McGuire · @ptmcg
164 followers · 55 posts · Server fosstodon.org

Aaaaaand... it's out! Pyparsing 3.1.0a1 pre-release available for testing. As easy as firing up a new virtual environment and then `pip install pyparsing==3.1.0a1`!

#pyparsing #python #parsers

Last updated 2 years ago

Zombie Byron Kilbourn · @Kilbourn
9 followers · 13 posts · Server mastodon.sdf.org

Not having time until now means speedrunning through over today and tomorrow.

Just finished 11. Used for the first time. It's pretty slick and reminds me of how much I love parsec (and its brethren) in

#adventofcode #pyparsing #haskell

Last updated 2 years ago

· @radicalbits
1 followers · 11 posts · Server hachyderm.io

I've been fiddling around with pyparsing for sometime now trying to parse some simple things and I have to give up. The API is a bit confusing for me and I just don't understand the railroad diagrams that it generates.

#python #pyparsing

Last updated 2 years ago

Paul McGuire · @ptmcg
121 followers · 37 posts · Server fosstodon.org

I've written a couple of ( in the browser) demos using :

a railroad diagram of a simple street address parser: ptmcg.com/dev/pyscript/pyparsi

an arithmetic expression parser/evaluator: ptmcg.com/dev/pyscript/pyparsi

(I'm not sure I have the pyscript bits exactly right, you may have to refresh and/or clear cache to get these to run cleanly.)

#Pyscript #python #pyparsing

Last updated 3 years ago

Russell Keith-Magee · @freakboy3742
541 followers · 7078 posts · Server mastodon.social

RT @ptmcguire
Using to display generated railroad diagrams and parsed output

(Source code here: gist.github.com/ptmcg/09b5be0c)

#pyscript #pyparsing

Last updated 3 years ago