Hi Quentin,
I think the best place to start, if you haven't already, is to make
your own distributable package for Turing machines in Sage, by
starting from the package template provided at
https://github.com/sagemath/sage_sample
If you make a stand-alone package and publish it on PyPI, then user
Hello,
For a school project, me and some classmates have implemented in Sage
functions for the printing of Turing Machines along with the execution.
We were wondering in what way those could be incorporated to Sage and if
anyone has any suggestion on the requiered functions for a submission to