5.3 - Best Practices for Packaging
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
Practice Questions
Test your understanding with targeted questions
What is the purpose of pyproject.toml?
💡 Hint: Think about the file you would use for project management.
Why is documenting code important?
💡 Hint: Consider what helps users when they first look at a package.
4 more questions available
Interactive Quizzes
Quick quizzes to reinforce your learning
What is the primary purpose of a README.md?
💡 Hint: Consider what you look for first when using a new library.
True or False: Using several dependencies in a project generally improves the performance.
💡 Hint: Think about the relation between number and efficiency.
2 more questions available
Challenge Problems
Push your limits with advanced challenges
Design a Python package structure using pyproject.toml. What metadata would you include?
💡 Hint: Think about the key information you would need to share about your package.
Create an argument for why testing your builds locally is essential before deployment.
💡 Hint: Consider the potential repercussions of a failing deployment.
Get performance evaluation
Reference links
Supplementary resources to enhance your learning experience.