What is Data Science? The Simple Truth

Python for data science means three things:

  1. Read data (CSV, databases, websites)
  2. Clean data (remove wrong values, fix missing data)
  3. Find patterns (use math to understand)

That is all data science is. Not complicated.

Why Python? Five Reasons

Reason 1: Easy to Read

Python code looks like English. Compare:

Java:

public class Hello {
public static void main(String[] args) {
System.out.println("Hello");
}
}

Python:

print("Hello")

Same result. Python needs 1 line. Java needs 5 lines.

Reason 2: Huge Community

When you have a problem, millions of people have solved it. You search Google…

Similar Posts

Loading similar posts...

Keyboard Shortcuts

Navigation
Next / previous item
j/k
Open post
oorEnter
Preview post
v
Post Actions
Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Recommendations
Add interest / feed
Enter
Not interested
x
Go to
Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Browse
gb
Search
/
General
Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help