Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain Python packages.

Answer Posted / glibwaresoftsolutions

A Python package is an assembly of modules arranged in a directory, usually for the purpose of managing and organizing related features. To tell Python that a directory should be handled as a package, each package includes a __init__.py file. Packages logically aggregate similar code components, such functions, classes, or variables, into distinct modules, improving code structure and reusability.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is python good for desktop application?

777


What are the two modes of python?

860


How many modes are there in python?

884


Explain python’s parameter-passing mechanism?

878


What is the output of the below code?

858


Which apps use python?

852


What is means by call function in python?

901


Is r easier than python?

750


How can you organize your code to make it easier to change the base class?

862


Tell us something about garbage collector in python?

858


What is python explain the advantages of using python?

776


Does python support interfaces like java does?

869


What is a raw input in python?

891


How to create a unicode string in python?

869


What are *args and *kwargs?

831