|
2 | 2 |
|
3 | 3 | [](https://datascienceinpractice.github.io/)
|
4 | 4 | [](https://mybinder.org/v2/gh/COGS108/Tutorials/master)
|
5 |
| -[](https://creativecommons.org/licenses/by-nc/4.0/) |
| 5 | +[](https://creativecommons.org/licenses/by/4.0/) |
6 | 6 |
|
7 |
| -This repository is a set of tutorials for learning data science, created as part of the [Data Science in Practice](https://github.com/COGS108/Overview) class. |
| 7 | +This repository is a set of tutorials for learning data science, created as part of the |
| 8 | +[Data Science in Practice](https://github.com/COGS108/Overview) class. |
8 | 9 |
|
9 |
| -These materials are also publicly available and hosted online at [datascienceinpractice.github.io/](https://datascienceinpractice.github.io/). |
| 10 | +These materials are also publicly available and hosted online at |
| 11 | +[datascienceinpractice.github.io/](https://datascienceinpractice.github.io/). |
10 | 12 |
|
11 | 13 | ## Approach / Background
|
12 | 14 |
|
13 | 15 | These tutorials are designed to be an introduction to data science.
|
14 | 16 |
|
15 |
| -The goal is to offer hands-on materials that allow for getting started with finding and analyzing data, in order to build up to working on data-science related projects. |
| 17 | +The goal is to offer hands-on materials that allow for getting started with finding and analyzing data, |
| 18 | +in order to build up to working on data-science related projects. |
16 | 19 |
|
17 | 20 | These materials are in the Python programming language, and presume basic knowledge of programming and standard library Python.
|
18 | 21 |
|
19 |
| -These tutorials also try to interface with the vast world of existing tutorials, materials, and documentation. They are explicitly designed to give a quick introduction to a topic of interest, and then link out to more comprehensive resources. In that sense, they are designed to be more like a yellow pages than an encyclopedia. |
| 22 | +These tutorials also try to interface with the vast world of existing tutorials, materials, and documentation. |
| 23 | +They are explicitly designed to give a quick introduction to a topic of interest, and then link out to more comprehensive resources. |
| 24 | +In that sense, they are designed to be more like a yellow pages than an encyclopedia. |
20 | 25 |
|
21 | 26 | ## Requirements
|
22 | 27 |
|
23 |
| -The code and materials in this repository are created with [Jupyter notebooks](http://jupyter.org) and require the [anaconda distribution](https://www.anaconda.com/download/). Any other dependencies, for specific Tutorials, are specifically addressed in the notebooks. |
| 28 | +The code and materials in this repository are created with |
| 29 | +[Jupyter notebooks](http://jupyter.org) and require the |
| 30 | +[anaconda distribution](https://www.anaconda.com/download/). |
| 31 | +Any other dependencies, for specific Tutorials, are specifically addressed in the notebooks. |
24 | 32 |
|
25 | 33 | ## Development
|
26 | 34 |
|
27 |
| -This repository is under active development, and is primarily developed and maintained by [TomDonoghue](https://github.com/TomDonoghue/), as well as by the COGS108 [staff](https://github.com/COGS108/Overview/blob/master/CONTRIBUTORS.md). |
| 35 | +This repository is developed and maintained by |
| 36 | +[TomDonoghue](https://github.com/TomDonoghue/), |
| 37 | +as well as by the COGS108 |
| 38 | +[staff](https://github.com/COGS108/Overview/blob/master/CONTRIBUTORS.md). |
28 | 39 |
|
29 |
| -Contributions to this resource are welcome and encouraged! If you have suggestions for new links or materials, and/or fixes for any issues you spot, you are welcome and invited to open Issues, and/or submit a Pull Request. |
| 40 | +Contributions to this resource are welcome and encouraged! |
| 41 | +If you have suggestions for new links or materials, and/or fixes for any issues you spot, |
| 42 | +you are welcome and invited to open Issues, and/or submit a Pull Request. |
30 | 43 |
|
31 | 44 | ## License
|
32 | 45 |
|
33 |
| -These materials are made freely available, and are licensed under a [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license. |
| 46 | +These materials are made freely available, and are licensed under a [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. |
0 commit comments