Udemy - Data Visualization with Python and Matplotlib [Course Drive]

seeders: 0
leechers: 1
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 55
  • Language: English

Files

Data Visualization with Python and Matplotlib Data Visualization with Python and Matplotlib 01 Course Introduction
  • 001 Introduction.mp4 (71.6 MB)
  • 001 Introduction.jpeg (290.4 KB)
  • 002 Getting Matplotlib And Setting Up.mp4 (24.2 MB)
  • Must Read.txt (0.5 KB)
  • Visit Coursedrive.org.url (0.1 KB)
  • ReadMe.txt (0.5 KB)
  • Visit Coursedrive.org.url (0.1 KB)
  • 02 Different types of basic Matplotlib charts
    • 001 Section Intro.mp4 (34.1 MB)
    • 002 Basic matplotlib graph.mp4 (17.3 MB)
    • 003 Labels, titles and window buttons.mp4 (25.2 MB)
    • 004 Legends.mp4 (13.8 MB)
    • 005 Bar Charts.mp4 (13.2 MB)
    • 006 Histograms.mp4 (15.7 MB)
    • 007 Scatter Plots.mp4 (18.1 MB)
    • 008 Stack Plots.mp4 (24.2 MB)
    • 009 Pie Chart.mp4 (17.0 MB)
    • 010 Loading data from a CSV.mp4 (12.2 MB)
    • 011 Loading data with NumPy.mp4 (13.8 MB)
    • 012 Section Outro.mp4 (21.2 MB)
    03 Basic Customization Options
    • 001 Section Intro.mp4 (32.3 MB)
    • 002 Source for our Data.mp4 (45.1 MB)
    • 003 Parsing stock prices from the internet.mp4 (51.0 MB)
    • 004 Plotting basic stock data.mp4 (30.0 MB)
    • 005 Modifying labels and adding a grid.mp4 (29.7 MB)
    • 006 Converting from unix time and adjusting subplots.mp4 (50.1 MB)
    • 007 Customizing ticks.mp4 (33.7 MB)
    • 008 Fills and Alpha.mp4 (30.7 MB)
    • 009 Add, remove, and customize spines.mp4 (40.5 MB)
    • 010 Candlestick OHLC charts.mp4 (49.4 MB)
    • 011 Styles with Matplotlib.mp4 (44.4 MB)
    • 012 Creating our own Style.mp4 (42.5 MB)
    • 013 Live Graphs.mp4 (29.1 MB)
    • 014 Adding and placing text.mp4 (16.2 MB)
    • 015 Annotating a specific plot.mp4 (53.2 MB)
    • 016 Dynamic annotation of last price.mp4 (46.1 MB)
    • 017 Section Outro.mp4 (44.7 MB)
    • ReadMe.txt (0.5 KB)
    • Visit Coursedrive.org.url (0.1 KB)
    04 Advanced Customization Options
    • 001 Section Intro.mp4 (23.8 MB)
    • 002 Basic suplot additions.mp4 (27.8 MB)
    • 003 Subplot2grid .mp4 (23.2 MB)
    • 004 Incorporating changes to candlestick graph.mp4 (43.6 MB)
    • 005 Creating moving averages with our data.mp4 (63.3 MB)
    • 006 Adding a High minus Low indicator to graph.mp4 (29.0 MB)
    • 007 Customizing the dates that show.mp4 (68.1 MB)
    • 008 Label and Tick customizations.mp4 (52.0 MB)
    • 009 Share X axis.mp4 (54.8 MB)
    • 010 Multi Y axis.mp4 (64.4 MB)
    • 011 Customizing Legends.mp4 (66.0 MB)
    • 012 Section Outro.mp4 (32.1 MB)
    05 Geographical Plotting with Basemap
    • 001 Section Intro.mp4 (31.2 MB)
    • 002 Downloading and installing Basemap.mp4 (29.8 MB)
    • 003 Basic basemap example.mp4 (21.2 MB)
    • 004 Customizing the projection.mp4 (32.8 MB)
    • 005 More customization, like colors, fills, and forms of boundaries.mp4 (31.0 MB)
    • 006 Plotting Coordinates.mp4 (34.2 MB)
    • 007 Connecting Coordinates.mp4 (29.8 MB)
    • 008 Section Outro.mp4 (22.6 MB)
    • ReadMe.txt (0.5 KB)
    • Visit Coursedrive.org.url (0.1 KB)
    06 3D graphing
    • 001 Section Intro.mp4 (33.9 MB)
    • 002 Basic 3D graph example using wire_frame.mp4 (22.6 MB)
    • 003 3D scatter plots.mp4 (23.1 MB)
    • 004 3D Bar Charts.mp4 (26.2 MB)
    • 005 More advanced Wireframe example.mp4 (27.3 MB)
    • 006 Section outro.mp4 (21.4 MB)
    07 Course Conclusion
    • 001 Conclusion.mp4 (67.4 MB)
    • ReadMe.txt (0.5 KB)
    • Visit Coursedrive.org.url (0.1 KB)
    • Visit Coursedrive.org.url (0.1 KB)
    • Course Downloaded from coursedrive.org.txt (0.5 KB)

Description

Data Visualization with Python and Matplotlib Download

Python,Data Visualization,Matplotlib



What you'll learn

Visualize multiple forms of both 2D and 3D graphs, like line graphs, scatter plots, bar charts, and more
Load data from files or from internet sources for data visualization.
Create live graphs
Customize graphs, modifying colors, lines, fonts, and more
Visualize Geographical data on maps

Requirements

Students should be comfortable with the basics of the Python 3 programming language
Python 3 should be already installed, and students should already know how open IDLE or their own favorite editor to write programs in.

Description

More and more people are realising the vast benefits and uses of analysing big data. However, the majority of people lack the skills and the time needed to understand this data in its original form. That's where data visualisation comes in; creating easy to read, simple to understand graphs, charts and other visual representations of data. Python 3 and Matplotlib are the most easily accessible and efficient to use programs to do just this.

Learn Big Data Python

Visualise multiple forms of 2D and 3D graphs; line graphs, scatter plots, bar charts, etc.

Load and organise data from various sources for visualisation

Create and customise live graphs

Add finesse and style to make your graphs visually appealling

Python Data Visualisation made Easy

With over 58 lectures and 6 hours of content, this course covers almost every major chart that Matplotlib is capable of providing. Intended for students who already have a basic understanding of Python, you'll take a step-by-step approach to create line graphs, scatter plots, stack plots, pie charts, bar charts, 3D lines, 3D wire frames, 3D bar charts, 3D scatter plots, geographic maps, live updating graphs, and virtually anything else you can think of!

Starting with basic functions like labels, titles, window buttons and legends, you'll then move onto each of the most popular types of graph, covering how to import data from both a CSV and NumPy. You'll then move on to more advanced features like customised spines, styles, annotations, averages and indicators, geographical plotting with Basemap and advanced wireframes.

This course has been specially designed for students who want to learn a variety of ways to visually display python data. On completion of this course, you will not only have gained a deep understanding of the options available for visualising data, but you'll have the know-how to create well presented, visually appealing graphs too.

Tools Used

Python 3: Python is a general purpose programming language which a focus on readability and concise code, making it a great language for new coders to learn. Learning Python gives a solid foundation for learning more advanced coding languages, and allows for a wide variety of applications.

Matplotlib: Matplotlib is a plotting library that works with the Python programming language and its numerical mathematics extension 'NumPy'. It allows the user to embed plots into applications using various general purpose toolkits (essentially, it's what turns the data into the graph).

IDLE: IDLE is an Integrated Development Environment for Python; i.e where you turn the data into the graph. Although you can use any other IDE to do so, we recommend the use of IDLE for this particular course.

Who this course is for:

Students should not take this course without a basic understanding of Python.
Students seeking to learn a variety of ways to visually display data
Students who seek to gain a deep understanding of options for visualizing data.
Students should not take this course if they are only looking for a brief summary of how to quickly display data.



visit for more freetutorials



Download torrent
1.9 GB
seeders:0
leechers:1
Udemy - Data Visualization with Python and Matplotlib [Course Drive]


Trackers

tracker name
UDP://TRACKER.LEECHERS-PARADISE.ORG:6969/ANNOUNCE
µTorrent compatible trackers list

Download torrent
1.9 GB
seeders:0
leechers:1
Udemy - Data Visualization with Python and Matplotlib [Course Drive]


Torrent hash: 92A88FD194901568EF47C83BF31BEFFFADF4EC5F