Using Flask (python 3), HTML, CSS and deployed with Heroku!
The famous Fibonacci Numbers can be calculated with a recursive algorithm, with some sort of built-in memory (in an attempt of optimizing the time of calculation). With this, we can go as far as calculating the 99999th Fibonacci number. The code for the algorithm itself is pretty short, you can find it in fib.py.