Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Identify Top-Performing Content | Analyzing and Visualizing Audience Data
/
Python for Content Creators
Sección 2. Capítulo 3
single

single

bookChallenge: Identify Top-Performing Content

Desliza para mostrar el menú

Identifying your top-performing content is crucial for refining your strategy and maximizing your impact as a content creator. By quickly surfacing posts that generate the most engagement, you gain actionable insights into what resonates with your audience. This allows you to focus your efforts on creating more of what works, experiment with new ideas, and allocate resources more effectively. In this challenge, you will use Python to analyze a hardcoded dataset of content performance and pinpoint the three posts with the highest combined engagement, empowering you to make smarter content decisions.

Tarea

Swipe to start coding

Implement a function that identifies the top 3 content posts with the highest engagement from a hardcoded list of content data. Engagement is defined as the sum of views and likes for each post.

  • Calculate the engagement for each post by adding its views and likes.
  • Sort the posts in descending order based on their engagement.
  • Return the top 3 posts with the highest engagement.

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 3
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