Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 3.5 KB

RESOURCES.md

File metadata and controls

53 lines (38 loc) · 3.5 KB

Additional resources

Python

Installation

Other courses

Straight-up reference material

Jupyter/IPython

Other IPython notebooks

Challenge yourself!

  • Project Euler. A set of mathematical problems that can be solved in a variety of programming languages. You get to upload your solutions and see how you measure up against others!
  • Rosalind. A set of bioinformatics problems that can be solved using Python. Learn about molecular biology while learning Python! What could be better! (Answer: nothing)

LaTeX

  • Offical LaTeX site
    • "LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. LaTeX is the de facto standard for the communication and publication of scientific documents."
  • Wikipedia
  • Listing of symbols
  • Tutorial

SageMathCloud

  • SageMathCloud
    • What is it?

      "SageMathCloud is a cloud computing platform designed for computational mathematics. Part of the Sage project, it supports editing of Sage worksheets, LaTeX documents, and IPython notebooks. SageMathCloud runs an Ubuntu Linux environment that can be interacted with through a terminal, additionally giving access to most of the capabilities of Linux.[1] It can be freely accessed online and requires an account to use."

Git