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 lamb...