Quiz · 3 questions
🧩 Modules & Packaging — Organizing Code That Survives
import / venv / uv / pyproject / PyPI
Level 0Curious
0 XP0/93 lessons0/23 achievements
0/100 XP to next level100 XP to go0% complete
Quiz
01What does Python do when you write
import json for the first time in a session?Hint
Three things happen: searching, executing, binding.
02When should you use
pip install -e . (editable install)?Hint
What changes about how Python finds your package after an editable install?
03Why is
pyproject.toml the modern Python project config?Hint
How many config files did you used to have for a Python project?
Comments 0
🔔 Reply notifications (sign in)Sign in — Please sign in to comment.
No comments yet — be the first.