Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Identify Top-Performing Content | Analyzing and Visualizing Audience Data
Python for Content Creators
セクション 2.  3
single

single

bookChallenge: Identify Top-Performing Content

メニューを表示するにはスワイプしてください

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.

タスク

スワイプしてコーディングを開始

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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  3
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt