A domain range calculator built using python. It will be made using ASTs generated through a custom algorithm and then the domain and range will be calculated by traversing the tree. Custom AST is used to learn more in depth about parsing, tokenizers and ASTs in general which would help me make custom programming languages.
A relative velocity simulator made in python consisting of the classic river-man and rain-man simulations
A Derivative calculator that can calculate (almost) all types of derivatives