-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade links to software carpentry to HTTPS
- Loading branch information
1 parent
dc2c58a
commit 5402b07
Showing
2 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Presentation material is used directly from Software Carpentry's "Plotting and Programming in Python" Course. | ||
|
||
1. [Running and Quitting](http://swcarpentry.github.io/python-novice-gapminder/01-run-quit.html) | ||
2. [Variables and Assignment](http://swcarpentry.github.io/python-novice-gapminder/02-variables.html) | ||
3. [Data Types and Type Conversion](http://swcarpentry.github.io/python-novice-gapminder/03-types-conversion.html) | ||
4. [Build-in Functions and Help](http://swcarpentry.github.io/python-novice-gapminder/04-built-in.html) | ||
6. [Libraries](http://swcarpentry.github.io/python-novice-gapminder/06-libraries.html) | ||
7. [Reading Tabular Data into DataFrames](http://swcarpentry.github.io/python-novice-gapminder/07-reading-tabular.html) | ||
8. [Pandas DataFrames](http://swcarpentry.github.io/python-novice-gapminder/08-data-frames.html) | ||
9. [Plotting](http://swcarpentry.github.io/python-novice-gapminder/09-plotting.html) | ||
11. [Lists](http://swcarpentry.github.io/python-novice-gapminder/11-lists.html) | ||
12. [For Loops](http://swcarpentry.github.io/python-novice-gapminder/12-for-loops.html) | ||
13. [Conditionals](http://swcarpentry.github.io/python-novice-gapminder/13-conditionals.html) | ||
14. [Looping Over Data Sets](http://swcarpentry.github.io/python-novice-gapminder/14-looping-data-sets.html) | ||
16. [Writing Functions](http://swcarpentry.github.io/python-novice-gapminder/16-writing-functions.html) | ||
17. [Variable Scope](http://swcarpentry.github.io/python-novice-gapminder/17-scope.html) | ||
18. [Programming Style](http://swcarpentry.github.io/python-novice-gapminder/18-style.html) | ||
1. [Running and Quitting](https://swcarpentry.github.io/python-novice-gapminder/01-run-quit.html) | ||
2. [Variables and Assignment](https://swcarpentry.github.io/python-novice-gapminder/02-variables.html) | ||
3. [Data Types and Type Conversion](https://swcarpentry.github.io/python-novice-gapminder/03-types-conversion.html) | ||
4. [Build-in Functions and Help](https://swcarpentry.github.io/python-novice-gapminder/04-built-in.html) | ||
6. [Libraries](https://swcarpentry.github.io/python-novice-gapminder/06-libraries.html) | ||
7. [Reading Tabular Data into DataFrames](https://swcarpentry.github.io/python-novice-gapminder/07-reading-tabular.html) | ||
8. [Pandas DataFrames](https://swcarpentry.github.io/python-novice-gapminder/08-data-frames.html) | ||
9. [Plotting](https://swcarpentry.github.io/python-novice-gapminder/09-plotting.html) | ||
11. [Lists](https://swcarpentry.github.io/python-novice-gapminder/11-lists.html) | ||
12. [For Loops](https://swcarpentry.github.io/python-novice-gapminder/12-for-loops.html) | ||
13. [Conditionals](https://swcarpentry.github.io/python-novice-gapminder/13-conditionals.html) | ||
14. [Looping Over Data Sets](https://swcarpentry.github.io/python-novice-gapminder/14-looping-data-sets.html) | ||
16. [Writing Functions](https://swcarpentry.github.io/python-novice-gapminder/16-writing-functions.html) | ||
17. [Variable Scope](https://swcarpentry.github.io/python-novice-gapminder/17-scope.html) | ||
18. [Programming Style](https://swcarpentry.github.io/python-novice-gapminder/18-style.html) |