In the below line what is package and which one is module. I'm quite confused. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In the below line what is package and which one is module. I'm quite confused.

from django.shortcuts import render

21st Aug 2022, 4:11 AM
Levi
Levi - avatar
2 Answers
+ 2
"django.shortcuts" is the module and "render" is the name. django.shortcuts is located at django/shortcuts
21st Aug 2022, 6:04 AM
Chigozie Anyaeji 🇳🇬
Chigozie Anyaeji 🇳🇬 - avatar
0
Jay Matthews whats django ? Is that the name of package
21st Aug 2022, 6:03 AM
Levi
Levi - avatar