LINKS.md (1684B)
1 # LaTeX 2 3 * [Official website](https://www.latex-project.org/) 4 * [LaTeX tutorial on WikiBooks](https://en.wikibooks.org/wiki/LaTeX) - a 5 comprehensive and well-organized written tutorial 6 * [Math in LaTeX](https://en.wikibooks.org/wiki/LaTeX/Mathematics) - the 7 section of the WikiBooks tutorial dedicated to Math 8 * [Installation guide](https://en.wikibooks.org/wiki/LaTeX/Installation) 9 * [TexLive distribution](https://www.tug.org/texlive/) - a LaTeX distribution 10 that works basically on any operating system 11 * [MacTex](https://www.tug.org/mactex/) - a LaTeX distribution for MacOS 12 * [MikTex](https://miktex.org/) - a LaTeX distribution for Microsoft Windows 13 * [TexMaker](https://www.xm1math.net/texmaker/) - a LaTeX editor 14 * [TexStudio](https://www.texstudio.org/) - another LaTeX editor 15 * [Overleaf](https://www.overleaf.com/) - a cloud-based LaTeX editor, no 16 instalation required 17 18 # SageMath and Python 19 20 * [Python official website](https://www.python.org/) 21 * [Python shell](https://www.python.org/shell) - try Python online 22 * [ProjectEuler](https://projecteuler.net/archives) - test your programming 23 and Math skills with these puzzles 24 * [SageMath official website](https://www.sagemath.org/) 25 * [SageMath official documentation](https://doc.sagemath.org/) 26 * [SageMath tutorial](https://doc.sagemath.org/html/en/tutorial/index.html) - 27 many examples 28 * [SageMath reference manual](https://doc.sagemath.org/html/en/reference/index.html) - 29 technical reference 30 * [SageMath installation instructions](https://doc.sagemath.org/html/en/installation/index.html) 31 * [SageMathCell](https://sagecell.sagemath.org/) - try SageMath online 32 * [CoCalc](https://cocalc.com/) - cloud-based notebook