Callysto
  • Introduction
  • Quickstart Guide
  • Preface
  • What is Computational Thinking?
  • Philosophy
    • Goals of the Callysto Project
    • Software tools - Eat Your Own Dogfood
  • Notebook Design
    • Notebook Format
    • Template
    • Notebook Reviewer's Guide
  • Development Team Structure and Process
  • Extensions
    • Notebook Binders, Pullers, and Viewers
    • Nbplus
      • Geogebra
  • Coding
    • Jupyter, Under the Hood
    • Best Practices for Code Development
    • Coding Mistakes to Avoid
    • Markdown Language
    • Bug Reporting
    • Github Workflow
    • Troubleshooting
  • Information Visualization
    • Plotting
    • Audio Generation
    • Animations - D3.js
    • Animations - HTML5
    • Widgets for Interactivity
  • Online Resources
    • Useful Links
    • Contacts
Powered by GitBook
On this page
  1. Philosophy

Software tools - Eat Your Own Dogfood

PreviousGoals of the Callysto ProjectNextNotebook Design

Last updated 4 years ago

"Eat your own dogfood" means that, as developers, we should be using the same tools we are developing for our clients. (The slogan originates with Microsoft.)

For the Callysto project, the tools we want Callysto creators and developers to use are:

  • Jupyter notebooks, accessed on the .

  • Python, Markdown, and HTML/Javascript programming languages for coding.

The advantages of using our our own tools are manifold:

  • Content will work as expected across platforms.

  • Machine independent performance.

  • Universal development environment.

  • Single platform to maintain.

However, some of the disadvantages of this approach include:

  • Constant internet access is required.

  • Server hosting the needs to be constantly available.

  • Packages you have locally will need to be installed on the .

hub
hub
hub