Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 644aa26

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 18b2f89 + 6ac4ce8 commit 644aa26

9 files changed

+3358
-4
lines changed

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Compiled source #
2+
###################
3+
*.com
4+
*.class
5+
*.dll
6+
*.exe
7+
*.o
8+
*.so
9+
10+
# Packages #
11+
############
12+
# it's better to unpack these files and commit the raw source
13+
# git has its own built in compression methods
14+
*.7z
15+
*.dmg
16+
*.gz
17+
*.iso
18+
*.jar
19+
*.rar
20+
*.tar
21+
*.zip
22+
23+
# Logs and databases #
24+
######################
25+
*.log
26+
*.sql
27+
*.sqlite
28+
29+
# OS generated files #
30+
######################
31+
.DS_Store
32+
.DS_Store?
33+
._*
34+
.Spotlight-V100
35+
.Trashes
36+
.ipynb_checkpoints/
37+
ehthumbs.db
38+
Thumbs.db

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# pythonNRES
1+
# NRES 898 Python Programming in Geoscience
2+
3+
Dr. Michael Ou
4+
5+
School of Natural Resources
6+
7+
University of Nebraska-Lincoln
8+
9+
10+
--------
11+
To submit your exercise solution, please
12+
13+
1. copy the exercise notebook file and rename it as `week5_exercise_fist_last.ipynb`
14+
15+
2. add cells below each question and write your solution in those cells. Please test you code and generate and save the output.
16+
17+
3. using `git` to commit the changes of your solution
18+
19+
4. push your change to your github repo (which should be forked from my github repo) and create a `pull request`.

dryland_corn_acres_state.csv

Lines changed: 427 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)