Editing Intro to Programming and Data Science (Summer 2020)

From CommunityData

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{Old Class}}
= Course Information =
= Course Information =
:'''COM 674: Introduction to Programming and Data Science'''
:'''COM 574: Introduction to Programming and Data Science'''
:'''Location:''' https://meet.jit.si/COM674
:'''Location:''' https://meet.jit.si/COM674
:'''Class Hours:''' M-F, 10 am - 12 pm
:'''Class Hours:''' M-F, 10 am - 12 pm
Line 77: Line 75:


# '''Research Project:''' The main outcome of this course will be a research project exploring a social science question using Python, and the bulk of your grade will be based on that project. Submit these via Brightspace
# '''Research Project:''' The main outcome of this course will be a research project exploring a social science question using Python, and the bulk of your grade will be based on that project. Submit these via Brightspace
# '''Coding Challenges:''' There will be daily programming assignments that I will ask you to turn in on Brightspace but which will only be graded as complete/incomplete. I will also randomly assign someone to present their solution to each of the problems, on [piazza.com/purdue/summer2020/com674 Piazza].
# '''Coding Challenges:''' There will be daily programming assignments that I will ask you to turn in on Brightspace but which will only be graded as complete/incomplete. I will also randomly assign someone to present their solution to each of the problems, on [
piazza.com/purdue/summer2020/com674 Piazza].
# '''Paper Discussion:''' Each day we will read and discuss a paper which uses computational approaches to address social science questions.
# '''Paper Discussion:''' Each day we will read and discuss a paper which uses computational approaches to address social science questions.


Line 138: Line 137:
The presentation will provide an opportunity to share a brief summary of your project and findings with the other members of the class. However, don't treat it as a comprehensive overview of your paper: I would rather you tell a subset of the story well than the whole story in a rushed fashion. For instance, you can give a completely successful presentation by describing the motivation and walking through one plot in your paper. Since you will all give other research presentations throughout your career, I strongly encourage you to take the opportunity to refine your academic presentation skills.
The presentation will provide an opportunity to share a brief summary of your project and findings with the other members of the class. However, don't treat it as a comprehensive overview of your paper: I would rather you tell a subset of the story well than the whole story in a rushed fashion. For instance, you can give a completely successful presentation by describing the motivation and walking through one plot in your paper. Since you will all give other research presentations throughout your career, I strongly encourage you to take the opportunity to refine your academic presentation skills.


I anticipate that most people will either create a PowerPoint presentation or will walk us through their Jupyter Notebook. All presentations will need to be ''a maximum of 8 minutes long''. Concisely communicating an idea in the time allotted is an important skill in its own right. Presentations should be uploaded to the Discussion forum on Brightspace created for this purpose.
All presentations will need to be ''a maximum of 8 minutes long''. Concisely communicating an idea in the time allotted is an important skill in its own right. I am still working on finding the right software for doing these, but I think we will likely use FlipGrid.  


== Daily Coding Challenges ==
== Daily Coding Challenges ==
Line 423: Line 422:


'''Resources:'''
'''Resources:'''
* [https://github.com/jdfoote/Intro-to-Programming-and-Data-Science/raw/summer2020/day_11/day_11.ipynb Today's Notebook]
* [https://github.com/jdfoote/Intro-to-Programming-and-Data-Science/raw/summer2020/day_10/day_10.ipynb Today's Notebook]
* [https://jeremydfoote.com/teaching/2020-summer/intro_to_programming/day_11.html Today's slides]
* [https://jeremydfoote.com/teaching/2020-summer/intro_to_programming/day_11.html Today's slides]


Line 429: Line 428:
* [[Intro_to_Programming_and_Data_Science_(Summer_2020)/Day_11_Coding_Challenges|Day 11 Coding Challenges]]
* [[Intro_to_Programming_and_Data_Science_(Summer_2020)/Day_11_Coding_Challenges|Day 11 Coding Challenges]]


== Day 12: Organizing and storing computational projects (June 3) ==
== Day 12: Introduction to git and GitHub (June 3) ==


'''Assignment Due:'''
'''Assignment Due:'''
Line 439: Line 438:


'''Agenda:'''
'''Agenda:'''
* Tour of Github
* [https://jeremydfoote.com/teaching/2020-summer/intro_to_programming/day_12.html Today's slides]
* [https://jeremydfoote.com/teaching/2020-summer/intro_to_programming/day_12.html Today's slides]
* [https://youtu.be/-_mjC3lAKL4 Video introducing a way to organize code and data] (from the Spring version of the class)


'''Resources:'''
'''Resources:'''
* [https://www.youtube.com/watch?v=SWYqp7iY_Tc Git & GitHub Crash Course For Beginners] - YouTube video (not by me) introducing Git and Github
* [https://www.youtube.com/watch?v=SWYqp7iY_Tc Git & GitHub Crash Course For Beginners] - YouTube video (not by me) introducing Git and Github
* [https://learngitbranching.js.org/ Interactive git branching tutorial]
* [https://learngitbranching.js.org/ Interactive git branching tutorial]
'''Coding Challenge'''
* [[Intro_to_Programming_and_Data_Science_(Summer_2020)/Day_12_Coding_Challenges|Day 12 Coding Challenges]]


== Day 13: Statistical summaries and tests (June 4) ==
== Day 13: Statistical summaries and tests (June 4) ==
Line 454: Line 448:
'''Assignment Due:'''
'''Assignment Due:'''


* [[Intro_to_Programming_and_Data_Science_(Summer_2020)/Day_12_Coding_Challenges|Day 12 Coding Challenges]]
* Put your Twitter project (or your entire course directory) on Github and email me the URL
** Make sure that you create a .gitignore file so that you don't accidentally share your Twitter keys!




Line 462: Line 457:


'''Agenda:'''
'''Agenda:'''
* [https://github.com/jdfoote/Intro-to-Programming-and-Data-Science/raw/summer2020/day_13/day_13.ipynb Day 13 Notebook]
* [https://github.com/jdfoote/Intro-to-Programming-and-Data-Science/blob/master/resources/exercises/week-13-challenges.ipynb Day 13 Notebook]
* [https://youtu.be/j8e8JPWAHr8 Video explanation of notebook from Spring]
* [https://youtu.be/j8e8JPWAHr8 Video explanation of notebook]
* [https://jeremydfoote.com/teaching/2020-summer/intro_to_programming/day_13.html Today's slides]
* [https://jeremydfoote.com/teaching/2020-summer/intro_to_programming/day_13.html Today's slides]
'''Coding Challenges:'''
* [[Intro_to_Programming_and_Data_Science_(Summer_2020)/Day_13_Coding_Challenges|Day 13 Coding Challenges]]


== Day 14: Screen scraping (June 5) ==
== Day 14: Screen scraping (June 5) ==


'''Assignment Due:'''
'''Assignment Due:'''
* [[Intro_to_Programming_and_Data_Science_(Summer_2020)/Day_13_Coding_Challenges|Day 13 Coding Challenges]]
* If you would like, try to apply some statistical tests to your API data


'''Readings:'''
'''Readings:'''
Line 481: Line 473:
'''Agenda:'''
'''Agenda:'''
* If you are interested in doing web scraping, then look at this [https://github.com/CU-ITSS/Web-Data-Scraping-S2019 incredible mini-course on the topic]. It is all done with Jupyter Notebooks and you have all of the prerequisite knowledge to understand it.
* If you are interested in doing web scraping, then look at this [https://github.com/CU-ITSS/Web-Data-Scraping-S2019 incredible mini-course on the topic]. It is all done with Jupyter Notebooks and you have all of the prerequisite knowledge to understand it.
* [https://youtu.be/daUuC-PMZc4 Very brief lecture on web scraping from Spring 2020].
* [https://youtu.be/daUuC-PMZc4 Very brief lecture on web scraping].


== Day 15-17: Work on final project (June 8-10) ==
== Day 15-17: Work on final project (June 8-10) ==
Line 487: Line 479:
'''Agenda:'''
'''Agenda:'''
* I will be available to answer questions and provide help
* I will be available to answer questions and provide help
'''Additional Resources:'''
* [https://www.youtube.com/watch?v=K8L6KVGG-7o Regular Expressions]
* [https://www.youtube.com/watch?v=3dt4OGnU5sM List Comprehensions]
* [https://youtu.be/flwcAf1_1RU Network Analysis]
* [https://youtu.be/KBDJhhz4oXA Getting data from Reddit]
* [https://www.youtube.com/watch?v=ZDa-Z5JzLYM Classes and Object-oriented programming] (This is a set of videos)
* [https://bbengfort.github.io/snippets/2018/06/22/corenlp-nltk-parses.html Tutorial on syntax parsing in Python] (It's complicated!)


== Day 18: Final project presentation (June 11) ==
== Day 18: Final project presentation (June 11) ==
Line 515: Line 498:
'''Assignment Due:'''
'''Assignment Due:'''
* Final paper due
* Final paper due
* [[Intro_to_Programming_and_Data_Science_(Summer_2020)/Final_self_reflection|Final self reflection]] due
* Self reflection due


= Administrative Notes =
= Administrative Notes =
Please note that all contributions to CommunityData are considered to be released under the Attribution-Share Alike 3.0 Unported (see CommunityData:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)

Template used on this page: