SEO has essentially destroyed search engines, what are some very useful websites that you might not get given by Google?

you are viewing a single comment's thread
view the rest of the comments
[–] 37 points 2 years ago* (last edited 2 years ago) (1 child)

https://live.sympy.org/

It's basically an interactive Python session using a Python interpreter compiled to WebAssembly and which then runs locally on your device via your browser without having to install anything on your end.

It's very cool to check some calculation out very quickly on your phone or tablet.

Or if you want a full local Jupyterlab experience using the same WebAssembly tech: https://jupyterlite.readthedocs.io/en/stable/_static/lab/index.html (based on the JupyterLite project: https://github.com/jupyterlite/jupyterlite)

  • source
  • hideshow 2 child comments