{% extends 'base.html' %} {% block header %}
Maths practice are some simple exercises for kids to use to practice the material in the course "Mastering the Fundamentals of Mathematics course by Professor James A. Sellers."
These exercises are not endorsed in any way by "The Great Courses" or "Professor James A. Sellers". They were created for my kids to practice what they were learning from Professor Sellers excellent course.
You can run this on your own computer if you like.
This app is on pypi at: https://pypi.org/project/mathspractice/
Installing into a python virtual environment is recommended. This application requires Flask to run and installs it if missing.
You can download the source code if you prefer.
The source code can be found at: https://github.com/bbc6502/mathspractice
This website uses cookies to store your statistics.
You can choose to disable cookies in your browser. If you do so then statistics will not be maintained.
You can choose to clear cookies from your browser. If you do so then statistics will be removed.
The website does not store any information about you.
Copyright © 2025 David Johnston
The MIT License (MIT) Copyright © 2025 David Johnston Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.{% endblock %}