I\'ve been hearing a lot about the PyPy project. They claim it is 6.3 times faster than the CPython interpreter on their site.
Whenever we talk about dynamic languag
To cite the Zen of Python:
Readability counts.
For example, Python 3.7 introduced dataclasses and Python 3.8 introduced fstring =.
There might be other features in Python 3.7 and Python 3.8 which are more important to you. The point is that PyPy does not support Python 3.7 or Python 3.8 at the moment.
Shameless self-advertisement: Killer Features by Python version - if you want to know more things you miss by using older Python versions