We are currently running part of the CPython test suite. This is a good place for people new to the project to contribute. Contribution here can come in two ways:
Fix failing test - Look for tests marked as skipped or xfail and fix RustPython so that the test will pass.
Add more tests suites - Copy test suite from CPython and mark failing tests with xfail or skip.
This was my first work using the cv2 library in the python language to identify vehicles traveling on a track. The vehicle video file is in the Data folder. I like computer vision very much and hope this is the first of many works. Check _main to see code.
The Simplex method is an approach to solving linear programming models by hand using slack variables, tableaus, and pivot variables as a means to finding the optimal solution of an optimization problem. The current implementation uses python language.
We are currently running part of the CPython test suite. This is a good place for people new to the project to contribute. Contribution here can come in two ways:
In order to run the te