Introduction to Data Science?
Topics
- Introduction to Data Science
- Introduction to Programming
- Introduction to Python: Installation and Running
- Jupyter Notebook Running .py file from terminal
- Google Colab
Introduction to Data Science?
Why Data Science?
- Every year, the world creates huge amounts of data that's only accelerating.
- Company now have access to unprecedented amounts of data, which they need to process and understand.
- Data scientists are responsible for transforming this growing ocean of data into valuable and actionable information.
- The Bureau of Labor Statistics projects 31.4 percent employment growth for data scientists between 2020 and 2023. In that period, an estimated 19,800 Jobs should open up.
Top Skills for Data Scientists
Programming
DBMS (Database Management System)
Mathematics and Statistics
Data Visualization
Machine learning
Deep Learning
Communication Skills
Roles and Responsibilities
On a more technical level, the core job responsibilities of data scientists include:
- Using database tools and programming languages to obtain, manipulate and analyse data.
- Creating machine learning algorithms across traditional and deep learning.
- Analysing historical data to identify trends and support optimal decision-making.
- Communicating with both technical and non-technical stakeholders.
- Keeping up-to-date with advancements in technology.
Introduction to Programming
What is Programming Language
- A Programming language is a set of rules that provides a way of telling a computer what operations to perform.
- A program is set of instructions that is executed by a computer to accomplish a particular task.
- It provides a linguistic framework for describing computations.
- It is set of rules for communicating an algorithm.
- It is a notational system for describing computation in a machine readable and human readable form.
- Any Common human language has words, vocabulary, symbols and Grammatical rules.
- Programming languages also have words, vocabulary, symbols and Grammatical rules.
- These grammatical rules are called as syntax.
- Each programming language has a different set of syntax rules.
Computer Programmer
Algorithm
Example:
- Let a1,a2,a2,.......a100 be any random number selected between 1 and 100.
- If a1 is prime then add to a list called as list_prime.
- If a1 is composite then add to a list called as list_composite.
- Skip to next number.
- Find out sum of numbers in the list_composite.
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4841117896460511"
crossorigin="anonymous"></script>
Comments
Post a Comment