Skip to content

Commit

Permalink
Update python plotting and data analysis contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
frfeng committed Nov 1, 2023
1 parent 9c78475 commit 1996ffc
Show file tree
Hide file tree
Showing 63 changed files with 1,109 additions and 949 deletions.
2 changes: 1 addition & 1 deletion _episodes/00-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ generated the results discussed within them.

The programs to be introduced are:

1. [_Python, JupyterLab_]({{ page.root }}/01-python-plotting), and [_Markdown_]({{ page.root }}/05-python-markdown): a general purpose analysis and data management program, a graphical interface to it, and a formatting syntax for writing reproducible reports.
1. [_Python, JupyterLab_]({{ page.root }}/01-python-plotting): a general purpose program and a interface to it.
We'll use these tools to manage data and make pretty plots!
1. [_Git_]({{ page.root }}/03-intro-git-github): a program to help you keep track of changes to your programs over time.
1. [_GitHub_]({{ page.root }}/03-intro-git-github/index.html#intro-to-github): a web application that makes sharing your programs and working on them with others much easier. It can also be used to generate a citable reference to your computer code.
Expand Down
1,727 changes: 924 additions & 803 deletions _episodes/01-python-plotting.md

Large diffs are not rendered by default.

Loading

0 comments on commit 1996ffc

Please sign in to comment.