Python for Data Science
Data science is a practice of using different Algorithms,
and methods to extract patterns and thereby knowledge from structured or unstructured data.
Methods and techniques along with various Algorithms from different domains including Artificial Intelligence, Machine Learning, Statistics are used to find patterns and analyze the data to make decisions, predictions, optimization of various processes.
In simple word, we can say it is the art of making conclusions by using data.
So all activities in Data Science starts with 'Data Collection'. Different types of methods are used for data collection. Then they are cleaned and put into required format.
During the next phase we can use statistical methods and Algorithms to find patterns and trends(depending on the domain and need).
And next phase is building models and predicting how the things are going to take place in the future.