Lesson One: Importance of data visualization and data exploration
Lesson Two: All you need to know about plots
Lesson 3: Introduction to NumPy, Pandas, and Matplotlib
Lesson 4: Deep Dive into Data Wrangling with Python
Lesson 5: Simplification through Seaborn
Lesson 6: Plotting geospatial data
Lesson 7: Making things interactive with Bokeh
Lesson 8: Combining what we’ve learned
Lesson 9: Application in real life and Conclusion of course
Data Visualization with Python is designed for developers and scientists, who want to get into data science or want to use data visualizations to enrich their personal and professional projects.
You do not need any prior experience in data analytics and visualization, however, it’ll help you to have some knowledge of Python and familiarity with high school level mathematics. Even though this is a beginner level course on data visualization, experienced developers will be able to improve their Python skills by working with real-world data.
Hardware:
For the optimal student experience, we recommend the following hardware configuration:
Installation and Setup
Installing Python
Installing pip
You might need to use the python3 get-pip.py command, due to previous versions of Python on your computer that already use the python command.
Installing libraries
Using the pip command, install the following libraries:
Working with JupyterLab and Jupyter Notebook
You can either download it using GitHub or as a zipped folder by clicking on the green Clone or download button on the upper-right side.
In order to open Jupyter Notebooks, you have to traverse into the directory with your terminal. To do that, type:
For example cd Data-Visualization-with-Python/lesson01/
To complete the process, perform the following steps:
Importing Python Libraries
Importing libraries into Python is very simple and here’s how we do it:
Lesson One: Importance of data visualization and data exploration
Lesson Two: All you need to know about plots
Lesson 3: Introduction to NumPy, Pandas, and Matplotlib
Lesson 4: Deep Dive into Data Wrangling with Python
Lesson 5: Simplification through Seaborn
Lesson 6: Plotting geospatial data
Lesson 7: Making things interactive with Bokeh
Lesson 8: Combining what we’ve learned
Lesson 9: Application in real life and Conclusion of course
Data Visualization with Python is designed for developers and scientists, who want to get into data science or want to use data visualizations to enrich their personal and professional projects.
You do not need any prior experience in data analytics and visualization, however, it’ll help you to have some knowledge of Python and familiarity with high school level mathematics. Even though this is a beginner level course on data visualization, experienced developers will be able to improve their Python skills by working with real-world data.
Hardware:
For the optimal student experience, we recommend the following hardware configuration:
Installation and Setup
Installing Python
Installing pip
You might need to use the python3 get-pip.py command, due to previous versions of Python on your computer that already use the python command.
Installing libraries
Using the pip command, install the following libraries:
Working with JupyterLab and Jupyter Notebook
You can either download it using GitHub or as a zipped folder by clicking on the green Clone or download button on the upper-right side.
In order to open Jupyter Notebooks, you have to traverse into the directory with your terminal. To do that, type:
For example cd Data-Visualization-with-Python/lesson01/
To complete the process, perform the following steps:
Importing Python Libraries
Importing libraries into Python is very simple and here’s how we do it: