Textbook for computer algebra using Python?

This page summarizes the projects mentioned and recommended in the original post on /r/math

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • NumPy

    The fundamental package for scientific computing with Python.

  • Write some extra notes giving a basic introduction of something like sympy and numpy to start off the course, then expect the students to be able to fill in the gaps through the official documentation/google as they come up for homework problems. Teach the rest of the course in a library agnostic manner (i.e. focused on the algorithms rather than the specific implementation)

  • materials

    Bonus materials, exercises, and example projects for our Python tutorials

  • Wow I am in a really similar boat except with Calculus! This is the latest hot topic for courses... So far I've been using a combination of SymPy tutorial, really basic explanations a la Python from the very beginning and realpython.com , and cutting our current Calc material down to the basics... but I haven't figured out how to best do productive projects using Python :-(

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • numerical-linear-algebra

    Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course

  • In that case, I would probably be temped to teach a numerical methods of linear algebra course using NumPy / Numba. Something like https://github.com/fastai/numerical-linear-algebra or https://pythonnumericalmethods.berkeley.edu/notebooks/Index.html

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts