Ask Your Question

eross's profile - activity

2018-06-21 06:57:30 +0200 received badge  Famous Question (source)
2017-04-16 01:42:11 +0200 received badge  Popular Question (source)
2017-02-27 04:32:59 +0200 received badge  Notable Question (source)
2013-10-12 04:41:57 +0200 received badge  Popular Question (source)
2012-08-20 12:51:55 +0200 received badge  Good Question (source)
2012-02-21 15:06:22 +0200 received badge  Nice Question (source)
2012-02-20 21:41:02 +0200 received badge  Nice Question (source)
2012-02-20 14:45:33 +0200 asked a question Implementing Sage on Website

Here is what I would like to do; please let me know what might be the best way/programs to use to do it:

*Write Python code, involving Sage commands/functions

*Have a website where user input is taken, and the code is run

*The output of the Python code is not to be displayed exactly; rather, the output of the Python code will be code of a TeX source file.

*The website should then display the output of that TeX source (either as an image or pdf, but in the webpage -- not something to be downloaded by the user).

Any help greatly appreciated (specifically with the best way to implement the code in the website, and also if anyone knows a good way to do the 4th *)!

2012-02-20 00:56:40 +0200 received badge  Student (source)
2012-02-19 15:12:08 +0200 asked a question Is sage supported with javascript?

If I am converting Python code to JavaScript, will it preserve the Sage functions and stuff? If so, which conversion tool is best?

Perhaps a better question: More generally, what do people think is the best way to implement Python code w/ Sage on a website?