How are modules used in a python program ?
Answer / Badam Kumar
Modules in Python are reusable libraries of code that perform specific tasks. They can be imported into a program using the import statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is django an mvc?
Is python a case sensitive language ?
How do django migrations work?
How you can setup static files in django?
What is the difference between django and python?
What is QuerySet in django ?
What is difference between xss and csrf?
What is jinja in django?
Is python a mvc?
What is numpy and how is it better than a list in python ?
What is meant by django in python?
Explain the use of middlewares in django.