Lilian Besson

Results 218 comments of Lilian Besson

My main use of it is with [autoindex_strapdown](https://github.com/chuckhoupt/autoindex_strapdown), installed on Apache HTTPD on my website. See for instance a folder like https://perso.crans.org/besson/teach/INF1_L1_Rennes1_2020-21/

Hi @jacobaustin123, Thanks for replying nicely. I could suggest to write a short `benchmark.md` document, including the full C source code, command line arguments to compile it (`gcc -O0`or `-O1`...

Also, in this benchmark I could write Cython version of the GCD program (see [cython.org](https://cython.org/)) and [Numba](https://numba.pydata.org/) too. This benchmark could also be written in a Jupyter notebook, as it...

Hi @jacobaustin123, Don't worry about the delay, it's good to read that you are interested and willing to provide additional details on this. Last time I opened such an issue,...

This issue can be closed, PythonTutor is no longer open-source apparently... https://github.com/pgbovine/OnlinePythonTutor and https://github.com/pgbovine/ are closed.

NO I found a fork, https://github.com/seamile/PyTutor which seems very up-to-date!

Hi, There wasn't much of a request but more a follow-up on this discussion, with pointers to a "recent" version of PyTutor. I spent hours yesterday diving in PythonTutor v3/v5...

Thanks for the instructions, I'll try this out!