Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Visualize Class Performance | Organizing and Analyzing Grades
/
Python for Teachers
Sección 2. Capítulo 7
single

single

bookChallenge: Visualize Class Performance

Desliza para mostrar el menú

Visualizing grades can help teachers quickly identify trends. In this challenge, you'll use matplotlib to create a bar chart of student grades.

Tarea

Swipe to start coding

Write a Python script that takes a dictionary of student grades and generates a bar chart with student names and their corresponding grades.

  • Use the keys of the dictionary as the labels for the x-axis.
  • Use the values of the dictionary as the heights of the bars.
  • Add a label for the x-axis: "Student Name".
  • Add a label for the y-axis: "Grade".
  • Add a title for the chart: "Class Performance".
  • Display the bar chart.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 7
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt