Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Automated Email Digest | Automation for Digital Agencies
/
Python for Digital Agencies
Sección 1. Capítulo 3
single

single

bookChallenge: Automated Email Digest

Desliza para mostrar el menú

Regular, clear communication with clients is crucial for digital agencies. Keeping clients informed about their campaigns builds trust and demonstrates ongoing value. However, preparing weekly updates manually can take up significant time, especially as the number of clients and campaigns grows. Automating the creation of weekly email digests allows you to deliver consistent, professional summaries of campaign activity with minimal effort, freeing up your team for higher-value work.

Tarea

Swipe to start coding

Write a script that takes a list of campaign highlight dictionaries and prints a formatted weekly digest suitable for emailing to clients. The digest should include the campaign title, summary, and date for each entry.

  • Loop through each dictionary in the campaign_highlights list.
  • For each campaign, extract the values for title, summary, and date.
  • Format each campaign's information so that the title, date, and summary appear clearly in the output.
  • Combine all campaigns into a single digest, adding a heading at the top.
  • Print the formatted digest.

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 1. 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