Tool collection to automate the solution of mathematical exercises
import sdymh
sdymh.thank_you() # :)
If you don't know what is programming, try with this method.
Be sure you installed Python 3 and Git.
Clone the repository : git clone https://github.com/antoninhrlt/sdymh
You will probably need to install dependencies by running
pip3 install -r requirements.txt
After sdymh has been installed, we can now use it. I made a file to simplify
everything for everyone, open use.py
in your favorite editor, do not delete
the current content, and start calling super sdymh functions :)
To run what you did, type : python3 use.py
in your command shell.
Let's check the wiki to know which functions to call
-
Will be show you, this :
... values = [ 1.86, 1.88, 1.84, 1.84, 1.90, 1.88, 1.88, 1.88, 1.86, 1.86, 1.88, 1.86, 1.84, 1.86, 1.88 ] sdymh.stats.generate_frequency_table(values)
value | 1.84 | 1.86 | 1.88 | 1.9 | total | frequency | 3 | 5 | 6 | 1 | 15 |
At first, we need to install the "Python" program, don't worry, it's simple. On Windows 10, open the Microsoft Store, type "python 3" in the search bar, select the latest version, and click to "install" or go here.
Open the Windows command shell : Windows logo key + R, and then type "cmd".
Check if python is installed by writing : python3 --version
.
If not, try another way to install Python (Google is here to help you or submit an issue on this repository to get help)
Congratulations ! Now, check usage.