Math to Code

June 16, 2020 ยท View on GitHub

Math to Code is an interactive Python tutorial to teach engineers how to read and implement math using the NumPy library.

mathtocode

Running dev server

npm run dev

Credits

  1. Skulpt for interpreting Python
  2. Skulpt NumPy for a subset of NumPy
  3. KaTex for rendering LaTeX
  4. Next.js for frontend framework
  5. Tailwind CSS for styling
  6. remark for rendering Markdown questions
  7. gray-matter for extracting Markdown frontmatter
  8. RealFavIconGenerator for generating favicons

Contents

  1. 1Running dev server
  2. 2Credits