Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c936bee7c84300bedcd04.md

latest2.2 KB
Original Source
<!-- (audio) Linda: That's true, but Python works better for back-end stuff. You can do a lot with it, especially for automation and data-driven projects. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Linda, for which use case is Python a go-to language?

--answers--

For developing mobile apps with complex user interfaces.

--feedback--

Linda doesn't mention mobile apps with complex user interfaces as a use case for Python.


For back-end development, automation, and data-driven projects.


For building advanced gaming engines and graphics.

--feedback--

Linda doesn't mean that Python is used for building gaming engines or graphics-heavy applications.


For creating interactive websites with high-speed performance.

--feedback--

Linda doesn't mention creating interactive websites with high-speed performance as a use case for Python.

--video-solution--

2

--explanation--

Python is commonly used for back-end development, automation tasks, and data-driven projects. It is a popular choice in fields like data science, server-side programming, and automation scripting.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-1.mp3",
      "startTime": 1,
      "startTimestamp": 32.44,
      "finishTimestamp": 38.98
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "That's true, but Python works better for back-end stuff.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 4.06,
      "finishTime": 7.54,
      "dialogue": {
        "text": "You can do a lot with it, especially for automation and data-driven projects.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}