{% extends 'base.html' %} {% block header %}

{% block title %}About{% endblock %}

{% endblock %} {% block content %}

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.

Installation

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.

  1. pip3 install --upgrade virtualenv
  2. virtualenv mathspractice
  3. mathspractice/bin/pip3 install --upgrade mathspractice

Running

mathspractice/bin/mathspractice

Source Code

You can download the source code if you prefer.

The source code can be found at: https://github.com/bbc6502/mathspractice

Cookies

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.

Information

The website does not store any information about you.

Copyright

Copyright © 2025 David Johnston

License

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 %}