Pyparsing for python 3

I installed PyParsing recently, but saw that it is only available in Python 2, but I'm using Python 3.
I just don't want to learn Python 2, so is there a way to configure / PyParsing port on Python 3?

+4
source share
1 answer

My suggestion was to learn . This is not really learning, since you already know the language, you just need to familiarize yourself with the syntax for which this link and this link .

0
source

Source: https://habr.com/ru/post/1584408/


All Articles