Skip to content

Commit 619c95a

Browse files
author
Proto
committed
Add DS links.
1 parent 0ec5bb2 commit 619c95a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

00_overview.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
"source": [
1111
"# Welcome to Intro to Python!\n",
1212
"\n",
13+
"About Data Science\n",
14+
"\n",
15+
"Data science is about extracting information from sets of data. It's about scientific analysis of databases. You can also think of it as a mix of programming and analytics since data scientists will frequently use coding and other tools for their work. These things go hand in hand and any given data scientist can have one or both of those skillsets. It's not uncommon for software engineers or data analysts to be data scientists.\n",
16+
"\n",
17+
"Data Analytics: https://www.youtube.com/watch?v=_HbjsNaUJ2A\n",
18+
"\n",
19+
"There are two things required for any data science to happen: collection of data and processing that data into organized information.\n",
20+
"\n",
1321
"There's a ton of ground to cover but here's what you should get from this course:\n",
1422
"\n",
1523
"* A quick list of terminal commands to use with our python skills\n",

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ Traditional study tools can be pretty indispensable. You should take your good s
1212

1313
__Resources for Practice__
1414
- [Python the Hard Way][1]: This is an extremely repetitive FREE book. And that's what makes it a fantastic learning tool.
15-
-
15+
- [Python Fundamentals][2]: Great resource comes with all sample scripts that you can download and play with for yourself!
1616

1717
[1]: https://learnpythonthehardway.org/book/intro.html
18+
[2]: https://newcircle.com/bookshelf/python_fundamentals_tutorial/index
1819

1920
## Using Jupyter
2021

@@ -43,7 +44,7 @@ Important methods and functions:
4344
* set()
4445
* .sort()
4546

46-
# Common Class Commands
47+
# Common Terminal Commands
4748
Windows: http://ss64.com/ps/
4849
Unix (Mac/Linux): http://ss64.com/bash/
4950

0 commit comments

Comments
 (0)