Skip to main content

Subsection B.1 Accessing Python

In addition to the SageMath cellls included throughout the book, there are a number of ways to access Python. Here are just a few.
  1. There is a freely available Sage cell at sagecell.sagemath.org.
  2. You can save your Sage work by creating an account at cocalc.com and working in a Sage worksheet.
  3. For createing documents that include Python code, jupter notebooks, or quarto documents work well.
  4. VS Code can be configured to not only edit, but also execute Python code (and jupyter notebooks and quarto documents)