Saturday, April 20, 2024

IMP BSc III Year CS Data Analysis and Visualization with Python Minor DAVV Indore NEP 2023_24

Unit-01
1.) Introduction and History of Python
2.) Features of Python , Importance/ Applications of Python (IDLE)
3.) Dynamically typed and Strongly typed language 
4.) Explain if-elif-else , define pass keyword, define range() function.
5.) Operator's of python.

यूनिट-01
1.) पायथन का परिचय और इतिहास
2.) पायथन की विशेषताएं, महत्व/पायथन के अनुप्रयोग (आईडीएलई)
3.) गतिशील रूप से टाइप की गई और सशक्त रूप से टाइप की गई भाषा
4.) if-elif-else को समझाएं, पास कीवर्ड को परिभाषित करें, रेंज() फ़ंक्शन को परिभाषित करें।
5.) पायथन में ऑपरेटरस को समझाइए।

Unit-02
1.) Introduction to Lists, append, extend, insert, slicing, deep copy, shallow copy operations of lists.
2.) Introduction to Tuples, Explain the use of tuples as a swap function. 
3.) Introduction to Dictionaries, define keys, values.
4.) Introduction to Strings- lower,upper, strip, split, splitlines, join etc. 
5.) Introduction to Sets also Explain union, intersection and symmetric difference operations of sets.
6.) Explain lambda functions, map(), filter() and reduce() functions. 

यूनिट-02
1.) सूचियों का परिचय, जोड़ना, विस्तार करना, सम्मिलित करना, टुकड़ा करना, गहरी प्रतिलिपि, सूचियों की उथली प्रतिलिपि संचालन।
2.) टुपल्स का परिचय, स्वैप फ़ंक्शन के रूप में टुपल्स के उपयोग की व्याख्या करें।
3.) शब्दकोशों का परिचय, कुंजियाँ, मान परिभाषित करें।
4.) स्ट्रिंग्स का परिचय - निचला, ऊपरी, पट्टी, विभाजन, स्प्लिटलाइन, जुड़ना आदि।
5.) समुच्चयों का परिचय समुच्चयों के संघ, प्रतिच्छेदन और सममित अंतर संक्रियाओं को भी समझाएं।
6.) लैम्ब्डा फ़ंक्शंस, मैप(), फ़िल्टर() और रिड्यूस() फ़ंक्शंस समझाएं।

Unit-03
1.) Introduction to Numpy array , Compare Numpy array and Python Lists.
2.) Define:- eye() function, linespace(), meshgrid() and 2D Gaussian array
3.) Numpy Array operations like comparision, concatenation and slicing of arrays.
4.) Explain array shape and reshape method.

यूनिट-03
1.) नम्पी ऐरे का परिचय, नम्पी ऐरे और पायथन सूचियों की तुलना करें।
2.) परिभाषित करें: - आई () फ़ंक्शन, लाइनस्पेस(), मेशग्रिड() और 2डी गॉसियन ऐरे
3.) नम्पी ऐरे ऑपरेशन जैसे ऐरे की तुलना, संयोजन और स्लाइसिंग।
4.) ऐरे आकार और पुनर्आकार विधि समझाएं।

Unit-04
1.) Explain empty (), zeros(), ones() function of Numpy array.
2.) Matrix addition, subtraction and multiplication with Numpy array.
3.) Searching, sorting and counting operations of Numpy array.
4.) Explain ufunc() with suitable example.

यूनिट-04
1.) नम्पी ऐरे के एम्प्टी (), शून्य (), वन्स () फ़ंक्शन को समझाएं।
2.) नम्पी ऐरे के साथ मैट्रिक्स जोड़, घटाव और गुणा।
3.) नम्पी ऐरे की सर्च, सॉर्ट और काउंटिंग के कार्य।
4.) ufunc() को उपयुक्त उदाहरण सहित समझाइये।

Unit-05
1.) Introduction to Matplotlib and Features of Matplotlib.
2.) Explain Types of Charts specially Line chart, Bar Chart, Pie chart with title, lable, legends and colors with example program.
3.) Save and Export charts in Matplotlib.
4.) Visualization of 3D data in Matplotlib.

यूनिट-05
1.) मैटप्लोटलिब का परिचय और मैटप्लोटलिब की विशेषताएं।
2.) उदाहरण कार्यक्रम के साथ चार्ट के प्रकार, विशेष रूप से लाइन चार्ट, बार चार्ट, शीर्षक, लेबल, किंवदंतियों और रंगों के साथ पाई चार्ट समझाएं।
3.) Matplotlib में चार्ट सहेजें और निर्यात करें।
4.) मैटप्लोटलिब में 3डी डेटा का विज़ुअलाइज़ेशन।




No comments:

Post a Comment