Become a Python Data Analyst

Watch Become a Python Data Analyst

  • 2017
  • 1 Season

Become a Python Data Analyst is a comprehensive course provided by Packt Publishing that aims to provide learners with the necessary skills and knowledge to become a competent data analyst using the Python programming language. The course is suited for anyone who is interested in unlocking human insights from data and making informed decisions from it.

The course covers a range of topics, starting with the basics of Python, such as variables, functions, and data types, to advanced topics like data science concepts, data visualization, and machine learning models. Each section of the course is designed to help learners in a step-by-step manner, ensuring that they understand and can apply each topic effectively.

The course comprises over 11 hours of video lectures, wherein each video offers an interactive and engaging way of learning. The course instructor, Boris Paskhaver, is an experienced data scientist and engineer with over 10 years of professional experience in the field. He provides clear and concise explanations, making even the most complex topics easy to understand.

The first section of the course teaches the basics of Python programming language. It covers topics such as variables, functions, loops, and data structures that are essential for data analysis. Even beginners can understand these concepts with ease, and the instructor provides real-world examples to help students understand how to apply these concepts in real-life scenarios.

The second section of the course is dedicated to data analytics. It covers topics such as data cleaning, data manipulation, and data aggregation using Python. It also covers Pandas, which is a powerful library in Python used for data manipulation and analysis. Here, learners also learn how to work with structured data and how to get data from various sources, including Excel files, CSV files, and SQL databases.

The third section of the course is Data Visualization. Here, learners learn how to display and communicate insights from data through charts, tables, and other visual tools. The section covers popular Python libraries used for data visualization, such as Matplotlib, Plotly, and Seaborn. The instructor demonstrates how to use these libraries to create different types of visualizations, such as scatter plots, bar charts, and heatmaps.

The fourth section of the course is Machine Learning Basics, which teaches learners how to build predictive models using Python. The section covers topics such as supervised learning, unsupervised learning, and evaluation metrics. It also includes a hands-on exercise that demonstrates how to build a machine learning model using the Scikit-learn library.

The fifth and final section of the course is Practical Applications, which combines the knowledge and skills learned in the previous sections. Here, learners are presented with real-world data analysis problems and are taught how to solve them using Python. The section covers topics such as sentiment analysis, customer segmentation, and fraud detection.

Throughout the course, learners have access to practical exercises and quizzes that help to reinforce their understanding of the material. The course also includes a GitHub repository, which contains all the Python scripts used in the course, making it easy to follow along with the instructor.

In conclusion, Become a Python Data Analyst is a practical and comprehensive course that equips learners with the necessary skills and knowledge to become competent data analysts using Python. The course is designed to take learners on a journey from the basics of programming to advanced data analysis concepts, and it is suitable for beginners and intermediates alike. With the guidance of an experienced instructor, learners can confidently gain key skills in data analysis and machine learning.

Become a Python Data Analyst is a series that is currently running and has 1 seasons (25 episodes). The series first aired on May 30, 2017.

Filter by Source

Seasons
Regression - Predicting House Prices
26. Regression - Predicting House Prices
May 30, 2017
Explain how to build a regression model using a dataset containing real-world data; then evaluate the model and use it to make predictions.
Classification - Predicting the Drinking Habits of Teenagers
25. Classification - Predicting the Drinking Habits of Teenagers
May 30, 2017
Explain how to build classification models using a dataset containing real-world data; then evaluate the model and use it to make predictions.
The Scikit-Learn Library - Building a Simple Predictive Model
24. The Scikit-Learn Library - Building a Simple Predictive Model
May 30, 2017
Introduce the Scikit-Learn library and show the workflow traditionally used to build a Predictive Model with this library.
Introduction to Predictive Analytics Models
23. Introduction to Predictive Analytics Models
May 30, 2017
Present an overview of the section. Discuss the concepts of Predictive Analytics and its relationship with Machine Learning and give some characteristics of ML models.
Hypothesis Testing - Do Male Teenagers Drink More Than Females?
22. Hypothesis Testing - Do Male Teenagers Drink More Than Females?
May 30, 2017
Show how to perform a chi-square test using the stats package.
Hypothesis Testing - Does Alcohol Consumption Affect Academic Performance?
21. Hypothesis Testing - Does Alcohol Consumption Affect Academic Performance?
May 30, 2017
Explain how to perform one of the most common statistical tests using the stats package.
Alcohol Consumption - Confidence Intervals and Probability Calculations
20. Alcohol Consumption - Confidence Intervals and Probability Calculations
May 30, 2017
Show how to perform statistical calculations with the stats package like confidence intervals and probabilities of events.
SciPy and the Statistics Sub-Package
19. SciPy and the Statistics Sub-Package
May 30, 2017
Give a quick introduction to the Scipy package and all the different sub-packages it contains.
Relationships between Variables
18. Relationships between Variables
May 30, 2017
Show how to produce the main plots used to show relationships between variables.
Analysing Variables Individually
17. Analysing Variables Individually
May 30, 2017
Show how to analyze and make sense of individual variables depending on their type.
EDA with Seaborn and Pandas
16. EDA with Seaborn and Pandas
May 30, 2017
Explain what Exploratory Data Analysis (EDA) is and how to perform it in a real-world dataset; in the process, introduce the Seaborn plotting library.
Common Customizations
15. Common Customizations
May 30, 2017
Show some of the common customizations that can be done to plots.
The Object Oriented Interface
14. The Object Oriented Interface
May 30, 2017
Explain how to use the Object-Oriented Interface and how it compares with the plyplot interface.
Pyplot
13. Pyplot
May 30, 2017
Explain what pyplot is, how to use the pyplot interface, and its limitations.
Basics of Matplotlib
12. Basics of Matplotlib
May 30, 2017
Explain to the viewer what matplotlib is and the main concepts needed for using it.
Answering Simple Questions about a Dataset - Part 1
10. Answering Simple Questions about a Dataset - Part 1
May 30, 2017
Show the viewer how to use pandas by doing real-world data analysis tasks and answering questions.
Main Properties, Operations and Manipulations
9. Main Properties, Operations and Manipulations
May 30, 2017
Show how to use pandas Series and DataFrames with a real-world data set.
The Pandas Library
8. The Pandas Library
May 30, 2017
Explain what pandas is and what we can do with it. An introduction to the main objects: Series and DataFrames.
Using NumPy for Simulations
7. Using NumPy for Simulations
May 30, 2017
Introduce with an example one of the common uses of Numpy: doing simulations.
NumPy Arrays: Creation, Methods and Attributes
6. NumPy Arrays: Creation, Methods and Attributes
May 30, 2017
Introduce arrays, the main objects in Numpy, and how to create and use them.
NumPy: Python's Vectorization Solution
5. NumPy: Python's Vectorization Solution
May 30, 2017
Explain what Numpy is, the problem it solves and why it is important for Python's Data Stack.
Using the Jupyter Notebook
4. Using the Jupyter Notebook
May 30, 2017
Use the Jupyter notebook for basic Python code and explain the basics of using markdown and code cells in the Jupyter Notebook.
Introduction to the Jupyter Notebook
3. Introduction to the Jupyter Notebook
May 29, 2017
Introduce the computing environment in which we will work for the rest of the course.
The Anaconda Distribution
2. The Anaconda Distribution
May 30, 2017
Explain what Anaconda Distribution is and why we are using it in this course. Also show how to get and install the software.
The Course Overview
1. The Course Overview
May 30, 2017
This video provides an overview of the entire course.
Description
Where to Watch Become a Python Data Analyst
Become a Python Data Analyst is available for streaming on the Packt Publishing website, both individual episodes and full seasons. You can also watch Become a Python Data Analyst on demand at Amazon.
  • Premiere Date
    May 30, 2017