Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skillsβperfect for learners of all ages.
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 mock test.
Test your understanding with targeted questions related to the topic.
Question 1
Easy
What tool is used for uploading packages to PyPI?
π‘ Hint: Think of the utility that directly uploads your package.
Question 2
Easy
What command installs setuptools?
π‘ Hint: Consider which command is used for installing Python packages.
Practice 4 more questions and get performance evaluation
Engage in quick quizzes to reinforce what you've learned and check your comprehension.
Question 1
What does setuptools
help you do?
π‘ Hint: Think about what this tool is primarily used for.
Question 2
True or False: twine
is used to install Python packages.
π‘ Hint: Consider the function of twine.
Solve 1 more question and get performance evaluation
Push your limits with challenges.
Question 1
Create a complete setup.py script for a package called 'data_tool' that requires 'numpy' and 'pandas' as dependencies.
π‘ Hint: Think about the required fields for package configuration.
Question 2
You have created a package but noticed that it includes unnecessary files. How would you modify your setup process to avoid this?
π‘ Hint: Consider which file controls the source files included in the distribution.
Challenge and get performance evaluation