Book Image

Sage Beginner's Guide

By : Craig Finch
1 (1)
Book Image

Sage Beginner's Guide

1 (1)
By: Craig Finch

Overview of this book

Table of Contents (17 chapters)
Sage Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Calling Sage from Python


You may want to create Python scripts that take advantage of the functionality of Sage, without having to run Sage itself. You can think of Sage as a giant module that can be imported into a Python program, which can then be run from the command line. We briefly used this capability in Chapter 9, when we imported some simple mathematical functions from Sage to use in a Python module.