Intro to Programming and Data Science (Summer 2020)/Day 2 Coding Challenges: Difference between revisions

From CommunityData
No edit summary
Line 3: Line 3:
== Required ==
== Required ==


* Finish [https://www.datacamp.com/courses/intro-to-python-for-data-science DataCamp Intro to Python] Chapter 1
* Python for Everyone Exercises:
* Python for Everyone Exercises:
** Chapter 1: Exercises 1, 6, 7
** Chapter 1: Exercises 1, 6, 7
Line 11: Line 10:


(Starred exercises are optional; if you feel like you need more practice in a topic)
(Starred exercises are optional; if you feel like you need more practice in a topic)
== Optional ==
* [https://www.datacamp.com/courses/intro-to-python-for-data-science DataCamp Intro to Python] Chapter 1

Revision as of 19:46, 15 May 2020

As a reminder, it's not essential that you solve or get through all of these — I'm not grading your answers on these. That said, being able to work through at least many of them is a good sign that you have mastered the concepts for the week. It is always fine to collaborate or work together on these problem sets but I encourage you to make sure that you understand the concepts yourself.

Required

  • Python for Everyone Exercises:
    • Chapter 1: Exercises 1, 6, 7
    • Chapter 2: Exercises 2, 3, 4, 5
    • Chapter 3: Exercises 1, 2, 3*
    • Chapter 4: Exercises 1-4*, 5, 6, 7*

(Starred exercises are optional; if you feel like you need more practice in a topic)

Optional