Learn to Graph Data with Python and Matplotlib
Visualize data through programming with PyPlot, a MATLAB-like interface.
Must-Know 2D Data Plotting Course
No experience necessary! You’ll catch up with everything you need to know about Python from scratch in the first section.
Learn how to install Matplotlib and get set up with this data plotting library for Python. PyPlot is the most important function of the matplotlib library, used to plot 2D data.
Begin with a basic line plot and work your way up to plotting multiple datasets. Learn how to.customize graphs and visualize data through histograms, bar charts, pie charts, 3D plotting and much more.
You’ll get all the source code included at no extra cost. This course is your ticket to transitioning into data visualization and data science no matter your experience.
Don’t wait.
Start now! Limited spots open now.
Your Instructor
Nimish Narang is Mammoth Interactive's lead developer specializing in Python, iOS and Android. Primarily a coder, he also is an avid trader.
Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.
Over 11 years, Mammoth Interactive has built a global student community with 1.1 million courses sold. Mammoth Interactive has released over 250 courses and 2,500 hours of video content.
Founder and CEO John Bura has been programming since 1997 and teaching
since 2002. John has created top-selling applications for iOS, Xbox and
more. John also runs SaaS company Devonian Apps, building
efficiency-minded software for technology workers like you.
Course Curriculum
-
Start00. Introduction (4:47)
-
Start01. Intro To Python (5:46)
-
Start02. Variables (19:34)
-
Start03. Type Conversion Examples (10:21)
-
Start04. Operators (7:21)
-
Start05. Operators Examples (22:09)
-
Start06. Collections (8:39)
-
Start07. Lists (11:55)
-
Start08. Multidimensional List Examples (8:22)
-
Start09. Tuples Examples (8:51)
-
Start10. Dictionaries Examples (14:41)
-
Start11. Ranges Examples (8:46)
-
Start12. Conditionals (6:58)
-
Start13. If Statement Examples (10:32)
-
Start14. If Statement Variants Examples (11:35)
-
Start15. Loops (7:17)
-
Start16. While Loops Examples (11:47)
-
Start17. For Loops Examples (11:35)
-
Start18. Functions (8:04)
-
Start19. Functions Examples (9:33)
-
Start20. Parameters And Return Values Examples (14:08)
-
Start21. Classes and Objects (11:30)
-
Start22. Classes Example (13:28)
-
Start23. Objects Examples (10:10)
-
Start24. Inheritance Examples (17:43)
-
Start25. Static Members Example (11:20)
-
Start26. Summary and Outro (4:23)
-
StartIntro to Python Slides
-
StartPython_Language_Basics
-
Preview00. Course Intro (5:30)
-
Start01. Intro to PyPlot (5:10)
-
Start02. Installing Matplotlib (5:51)
-
Start03. Basic Line Plot (7:53)
-
Start05. Plotting Multiple Datasets (8:10)
-
Start04. Customizing Graphs (10:47)
-
Start08. Histogram (10:14)
-
Start06. Bar Chart (6:26)
-
Start07. Pie Chart (9:13)
-
Start09. 3D Plotting (6:28)
-
Start10. Course Outro (4:09)
-
StartPyPlot Code