The biggest thing PyPy adds is JIT compilation. This is precisely what the project to add JIT to CPython is working on these days. It's still early days for the project, but by 3.15 there's a good chance we'll see some…
That approach sometimes does work, but usually very poorly and often not at all. It can work very well when the higher-up is well informed and does have deep technical experience and understanding. Steve Jobs and Elon…
> You can make meaningful statistical claims about this with just two subjects With just two subjects, there is a very high chance that the results of your testing are overly specific to those two subjects, and do not…
I'm very skeptical of these results: The sample size is much too small! They started with only 64 individuals. Of those only ONE was found to be especially attractive to mosquitoes, and only TWO especially unattractive.…
For a specific doc fix, a PR is indeed the way to go. If it's not a simple fix, creating an issue on the tracker may also be called for. Doing so does help and is appreciated, even if it sometimes takes a long time to…
(I'm a Python core dev, speaking for myself.) Python is almost entirely developed and maintained by volunteers. The increasing backlog of issues and PRs is recognized as a problem. Thanks to a generous donation, the PSF…
(Python core dev here.) At least for the Python project, there are more than enough inherent "roadblocks" for new contributors to overcome. Work is being actively done to remove some of these, or at least make…
(Python core dev here.) Python is well into the process of transitioning from bugs.python.org to GitHub issues. See PEP 581[1] for the rationale. Ezio Melotti is leading the project, and one may follow the progress on…
Author of fuzzysearch here. Most of these libraries focus on calculating distance metrics between pairs of strings, or finding the nearest match to a string among many candidates. On the other hand, fuzzysearch is used…
Ah. You should likely use a different algorithmic approach. If you add contact details to your user info I'll be happy to get in touch and help.
Have you tried some existing Python libraries which support fuzzy searching, such as regex and fuzzysearch?
Hi dorchadas, I really like your comment! I'm looking for great high-school Math teachers for a project. If you wouldn't mind sparing a few moments, please get in touch with me via email (gmail with my username) so I…
The biggest thing PyPy adds is JIT compilation. This is precisely what the project to add JIT to CPython is working on these days. It's still early days for the project, but by 3.15 there's a good chance we'll see some…
That approach sometimes does work, but usually very poorly and often not at all. It can work very well when the higher-up is well informed and does have deep technical experience and understanding. Steve Jobs and Elon…
> You can make meaningful statistical claims about this with just two subjects With just two subjects, there is a very high chance that the results of your testing are overly specific to those two subjects, and do not…
I'm very skeptical of these results: The sample size is much too small! They started with only 64 individuals. Of those only ONE was found to be especially attractive to mosquitoes, and only TWO especially unattractive.…
For a specific doc fix, a PR is indeed the way to go. If it's not a simple fix, creating an issue on the tracker may also be called for. Doing so does help and is appreciated, even if it sometimes takes a long time to…
(I'm a Python core dev, speaking for myself.) Python is almost entirely developed and maintained by volunteers. The increasing backlog of issues and PRs is recognized as a problem. Thanks to a generous donation, the PSF…
(Python core dev here.) At least for the Python project, there are more than enough inherent "roadblocks" for new contributors to overcome. Work is being actively done to remove some of these, or at least make…
(Python core dev here.) Python is well into the process of transitioning from bugs.python.org to GitHub issues. See PEP 581[1] for the rationale. Ezio Melotti is leading the project, and one may follow the progress on…
Author of fuzzysearch here. Most of these libraries focus on calculating distance metrics between pairs of strings, or finding the nearest match to a string among many candidates. On the other hand, fuzzysearch is used…
Ah. You should likely use a different algorithmic approach. If you add contact details to your user info I'll be happy to get in touch and help.
Have you tried some existing Python libraries which support fuzzy searching, such as regex and fuzzysearch?
Hi dorchadas, I really like your comment! I'm looking for great high-school Math teachers for a project. If you wouldn't mind sparing a few moments, please get in touch with me via email (gmail with my username) so I…