Ratings & reviews

5.03 ratings

Johanna G.

17 days ago

Useful

John N.

26 days ago

No experience with SQL

Zahraa S.

29 days ago

Zahraa sajed

100%
0%
0%
0%
0%
info

Complete all chapters to get certificate

0%

Python

chevron

Let's take a look at what we'll be working with in this course. The first section will acquaint you with Python, a flexible and advanced programming language known for its clear syntax and readability.

Introduction

Challenge 1: List Comprehension

Challenge 2: String Manipulation

Challenge 3: Dictionary Manipulation

Challenge 4: Nested Loops

Challenge 5: Classes

Theoretical Questions

NumPy

chevron

NumPy is a fundamental library in Python that facilitates efficient numerical computations with powerful n-dimensional arrays and mathematical functions.

Challenge 1: Array Creation

Challenge 2: Array Manipulation

Challenge 3: Statistical Insights

Challenge 4: Handling Missing Values

Challenge 5: Subarray Sorting

Theoretical Questions

Pandas

chevron

Pandas provides intuitive and versatile data structures for efficient data manipulation and analysis, streamlining the initial stages of the data science pipeline.

Challenge 1: DataFrame Creation

Challenge 2: Data Grouping

Challenge 3: Indexing and MultiIndexing

Challenge 4: Altering DataFrame

Challenge 5: Iterating Over Data

Theoretical Questions

Matplotlib

chevron

Matplotlib is a comprehensive Python library for creating static, animated, and interactive visualizations in Python.

Challenge 1: Fundamentals of Plotting

Challenge 2: Other Graph Types

Challenge 3: Subplots

Challenge 4: Customizing Plots

Challenge 5: Adding Text to Plots

Theoretical Questions

Seaborn

chevron

Seaborn is a Python data visualization library based on Matplotlib that provides a high-level interface for creating informative and attractive statistical graphics.

Challenge 1: Visualizing Distributions

Challenge 2: Exploring Categorical Data

Challenge 3: Relational Plots

Challenge 4: Regression Plots

Challenge 5: Matrix Plots

Theoretical Questions

Statistics

chevron

Statistics provides data scientists with foundational techniques and tools to extract meaningful insights from data, allowing them to make informed decisions and predictions based on empirical evidence.

Challenge 1: Probabilities and Distributions

Challenge 2: Bayes' Theorem

Challenge 3: Hypothesis Testing

Challenge 4: Confidence Intervals

Challenge 5: Correlation

Theoretical Questions

Scikit-learn

chevron

Scikit-learn is an open-source Python library that provides simple and efficient tools for data analysis and modeling, particularly for machine learning. Data scientists use it extensively for its comprehensive collection of algorithms and processing techniques, enabling them to quickly develop and deploy predictive models.

Challenge 1: Data Scaling

Challenge 2: Basic Model Creation

Challenge 3: Pipelines

Challenge 4: Cross-validation

Challenge 5: Hyperparameter Tuning

Theoretical Questions