SKILL BENCHMARK

Prompt Engineering for Python Literacy (Beginner Level)

  • 18m
  • 18 questions
The Prompt Engineering for Python Literacy (Beginner Level) benchmark evaluates your knowledge of using generative AI tools like ChatGPT, Bard, and Bing to execute basic Python programming actions, including working with variables and comments and creating lists, tuples, sets, and dictionaries. You will be assessed on your ability to perform string operations and work with control flow statements in Python using prompt engineering. Learners who score high on this benchmark demonstrate that they know the basics of Python and how to use generative AI tools.

Topics covered

  • create lists and perform operations on lists with ChatGPT
  • create sets and perform operations on sets with ChatGPT
  • create tuples and perform operations on tuples using Google Bard
  • debug simple errors and generate code with generative AI
  • install Python on MacOS and run the Jupyter Notebook server
  • install Python on Windows and run the Jupyter Notebook server
  • iterate using for loops
  • iterate using while loops
  • leverage generative artificial intelligence (AI) tools to learn Python
  • perform in-place math operations
  • perform list comprehension
  • perform operations with strings
  • use conditional if statements
  • use prompt engineering to generate and debug code
  • use the break and continue keywords
  • work with comparison and logical operators
  • work with shallow and deep copies
  • work with variables, data types, and comments