Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 848 Bytes

File metadata and controls

17 lines (17 loc) · 848 Bytes

< Previous       Next >


You have learned a lot about some very helpful python libraries and what you can do with them. Follow these challenges to expand your knowledge and practice your coding skills.
Random Scatter Plot
Using the skills you have learned so far, generate a random dataset and plot it on a graph using MatPlotLib.


Random Bar Chart
Create categories and generate random data for them. Plot the data on a bar chart.