MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Start Free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
NOTE: the project has moved to https://scipy.org/scipylib/ --- go there to find latest versions. This sourceforge project contains only old historical versions of the software.
SciPy is package of tools for science and engineering for Python. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal and image processing, ODE solvers, and more.
Tools for reading the track data of the project "Leave a Trace"
...This SVG data could, for example, be used for printing.
If you want to use the visualization tool, as well, you'll need python2, along with the modules "numpy", "scipy" and "PyQt4".
How to use:
1. Start the script
2. click the load button and select a compressed LAT-XML-file
3. click on "render SVG" (save somewhere)
Image to ASCII converter that takes character shape into account
im2ascii is a small python script that converts images to ascii-art.
Unlike common ascii-art generators, it does not only use each character's mean brightness, but matches the full character shape.
Pro: Better ascii-art quality
(see screenshots for examples)
Con: Matching is very resource intensive
Dependencies: Python2.7, PIL, numpy, scipy