ProjectPythia/pythia-foundations

Quickstart notebook needs some links for further study

Closed this issue · 3 comments

In #55 we added a "Zero to Python" quickstart notebook, visible here.

Since this isn't a comprehensive tutorial on Python syntax, we should really curate a short list of good external resources for Python language learners. We can link to these at the end of the quickstart page.

The page should also link to our own numpy and matplotlib tutorials, once those are in place.

Here's some low-hanging fruit for a little improvement:

  • Use consistent capitalization of "NumPy" and "Matplotlib" in this notebook
  • Link to the Foundations pages for NumPy and Matplotlib
  • Add a "Resources and references" section (consistent with Foundations template) with links to both Pythia and external resources on basic Python

The official tutorial from python.org is how I learned when I started.

Closed in #298