Module 22: Professional Python Development Quiz

Test your Python knowledge with this interactive 1-question quiz on Module 22: Professional Python Development. Passing score: 70%. Get instant feedback and earn XP.

Questions

Question 1: Which file format is the modern standard packaging configuration file for Python projects specified in PEP 518/621?

  • setup.py
  • requirements.txt
  • pyproject.toml
  • Pipfile

Back to curriculum →