Skip to content

Commit 987ab53

Browse files
Update README.md
1 parent 0676aa2 commit 987ab53

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

Diff for: README.md

+26-20
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,48 @@
1-
# Interactive-Data-Visualization-with-Python
1+
2+
[![GitHub issues](https://img.shields.io/github/issues/TrainingByPackt/Interactive-Data-Visualization-with-Python.svg)](https://github.com/TrainingByPackt/Interactive-Data-Visualization-with-Python/issues)
3+
[![GitHub forks](https://img.shields.io/github/forks/TrainingByPackt/Interactive-Data-Visualization-with-Python.svg)](https://github.com/TrainingByPackt/Interactive-Data-Visualization-with-Python/network)
4+
[![GitHub stars](https://img.shields.io/github/stars/TrainingByPackt/Interactive-Data-Visualization-with-Python.svg)](https://github.com/TrainingByPackt/Interactive-Data-Visualization-with-Python/stargazers)
5+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/TrainingByPackt/Interactive-Data-Visualization-with-Python/pulls)
6+
7+
# Interactive Data Visualization with Python
28

39
With so much data being continuously generated, developers, who can present data as impactful and interesting visualizations, are always in demand. Master Interactive Data Visualization with Python sharpens your data exploration skills, tells you everything there is to know about interactive data visualization in Python.
410

5-
You'll begin by learning how to draw various plots with Matplotlib and Seaborn, the non-interactive data visualization libraries. You'll study different types of visualizations, compare them, and find out how to select a particular type of visualization to suit your requirement. After you get a hang of the various non-interactive visualization libraries, you'll learn the principles of intuitive and persuasive data visualization, and use Bokeh and Plotly to transform your visuals into strong stories. You’ll also gain insight into how interactive data and model visualization can optimize the performance of a regression model.
11+
You'll begin by learning how to draw various plots with Matplotlib and Seaborn, the non-interactive data visualization libraries. You'll study different types of visualizations, compare them, and find out how to select a particular type of visualization to suit your requirement. After you get a hang of the various non-interactive visualization libraries, you'll learn the principles of intuitive and persuasive data visualization, and use Bokeh and Plotly to transform your visuals into strong stories. You’ll also gain insight into how interactive data and model visualization can optimize the performance of a regression model.
612

7-
By the end of the course, you’ll have a new skill set that’ll make you the go-to person for transforming data visualizations into engaging and interesting stories.
13+
By the end of the course, you’ll have a new skill set that’ll make you the go-to person for transforming data visualizations into engaging and interesting stories.
814

915
# What you will learn
1016

11-
• Understand similarities and differences between data visualization types<br>
12-
• Manipulate plotting parameters and styles to make appealing plots<br>
13-
• Select appropriate Python libraries based on the context of data visualization<br>
14-
• Introduce a variety of interactive functionality in your data visualizations<br>
15-
• Know limitations and caveats of available interactive visualization libraries
17+
• Understand similarities and differences between data visualization types<br>
18+
• Manipulate plotting parameters and styles to make appealing plots<br>
19+
• Select appropriate Python libraries based on the context of data visualization<br>
20+
• Introduce a variety of interactive functionality in your data visualizations<br>
21+
• Know limitations and caveats of available interactive visualization libraries
1622

1723
# Hardware Requirements
1824

1925
For the optimal experience, we recommend the following hardware configuration: <br>
2026
Processors:<br>
21-
• Intel® Core™ i5 processor 4300M at 2.60 GHz or 2.59 GHz (1 socket, 2 cores, 2 threads per core), 8 GB of DRAM<br>
22-
• Intel® Xeon® processor E5-2698 v3 at 2.30 GHz (2 sockets, 16 cores each, 1 thread per core), 64 GB of DRAM<br>
23-
• Intel® Xeon Phi™ processor 7210 at 1.30 GHz (1 socket, 64 cores, 4 threads per core), 32 GB of DRAM, 16 GB of MCDRAM (flat mode enabled)<br>
27+
• Intel® Core™ i5 processor 4300M at 2.60 GHz or 2.59 GHz (1 socket, 2 cores, 2 threads per core), 8 GB of DRAM<br>
28+
• Intel® Xeon® processor E5-2698 v3 at 2.30 GHz (2 sockets, 16 cores each, 1 thread per core), 64 GB of DRAM<br>
29+
• Intel® Xeon Phi™ processor 7210 at 1.30 GHz (1 socket, 64 cores, 4 threads per core), 32 GB of DRAM, 16 GB of MCDRAM (flat mode enabled)<br>
2430
Disk space: 2 to 3 GB<br>
25-
Operating systems: Windows® 10, macOS, and Linux<br>
31+
Operating systems: Windows® 10, macOS, and Linux<br>
2632

2733
# Minimum System Requirements
2834

29-
• Processors: Intel Atom® processor or Intel® Core™ i3 processor<br>
30-
• Disk space: 1 GB<br>
31-
• Operating systems: Windows* 7 or later, macOS, and Linux
35+
• Processors: Intel Atom® processor or Intel® Core™ i3 processor<br>
36+
• Disk space: 1 GB<br>
37+
• Operating systems: Windows* 7 or later, macOS, and Linux
3238

3339
# Software Requirements
3440

3541
We also recommend that you have the following software installed in advance:<br>
36-
• Browser: Google Chrome or Mozilla Firefox<br>
37-
• Git latest version <br>
38-
• Anaconda 3.7 Python distribution<br>
39-
• Python 3.7<br>
40-
• The following Python libraries installed: numpy, pandas, matplotlib, seaborn,
42+
• Browser: Google Chrome or Mozilla Firefox<br>
43+
• Git latest version <br>
44+
• Anaconda 3.7 Python distribution<br>
45+
• Python 3.7<br>
46+
• The following Python libraries installed: numpy, pandas, matplotlib, seaborn,
4147
plotly, bokeh, altair, and geopandas
4248

0 commit comments

Comments
 (0)