Presentation Python

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 17

INTRODUCTION TO PYTHON

PROGRAMMING.
Agenda
• Why Python is Interpreted Language?
• Why Python is best for Data Analytics?
• Python or R which one is best?
Kaggle’s survey
Python:
• Computer Scientist
• Data Scientist
• Machine Learning Engineer
• Other Programmer
• Researcher
• Scientist
• Software Developer

Pic. Source : www.kaggle.com


Why Python is Interpreted Language?

Pic. Source: www.medium.com


Pic. Source: www.theopentutorials.com
Why Python is best for Data Analytics?
• According to a report from IBM, in 2015 there were 2.35 million
openings for data analytics jobs in the US. It estimates that number
will rise to 2.72 million by 2020.
Pic. Source: www.fiverr.com
Process of Data Analytics

• Data Collection
• Data Exploration
• Data Modeling
• Data Visualization
Data Collection

• Python supports all kinds of different data formats like


• comma-separated value documents (known as CSVs
• JSON sourced from the web.
• SQL tables directly into your code.
Data Exploration

• Pandas, the data analysis library for Python( filter, sort and display
data in a matter of seconds).
• We can clean data by filling in non-valid values such as NaN (not a
number) with a value that makes sense for numerical analysis such as
0.
Data Modeling

• Numerical modeling analysis with Numpy.


• scientific computing and calculation with SciPy.
• powerful machine learning algorithms with the scikit-learn code
library.
Data Visualization
• Matplotlib library (graphs and charts)
• Plot.ly for more advanced graphs or better design.
Python or R which one is best?

Pic.Source: www.kdnuggets.com
Pic. Source:www.codementor.io
Conclusion

• In the end, the choice between R or Python depends on:

• The objectives of your mission: Statistical analysis or deployment


• if you want to do more than statistics, let's say deployment and
reproducibility, Python is a better choice.
• R is more suitable for your work if you need to write a report.
Reference
• www.techrepublic.com/article/r-vs-python-which-is-a-better-
programming-language-for-data-science
• stackoverflow.com/questions/2657268/whats-the-difference-
between-compiled-and-interpreted-language
• www.simplilearn.com/data-science-vs-big-data-vs-data-analytics-
article
• https://www.houseofbots.com/news-detail/11973-1-clarifying-
differences-between-data-analysis-data-mining-data-science-
machine-learning,-and-big-data
THANK YOU

You might also like