Python Developer Question:

Download Job Interview Questions and Answers PDF

Tell us what is module and package in Python?

Python Developer Interview Question
Python Developer Interview Question

Answer:

In Python, module is the way to structure program. Each Python program file is a module, which imports other modules like objects and attributes.

The folder of Python program is a package of modules. A package can have modules or subfolders.

Download Python Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How to minimize the Memcached server outages in your Python Development?Do you know why lambda forms in python does not have statements?