Subject Details
Dept     : IT
Sem      : 3
Regul    : 2023
Faculty : vaishnavee
phone  : NIL
E-mail  : Vaishnavee.v.ad@snsce.ac.in
9
Page views
9
Files
0
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Overview of Python and its applications in engineering
word
download   open file
Conditional statements and loop.
UNIT 2:
word
download   open file
function composition, recursion
word
download   open file
Fruitful functions: return values, parameters, local and global scope
word
download   open file
Strings: string slices, immutability, string functions and methods, string module
UNIT 3:
word
download   open file
Lists: list operations, list slices, list methods, list loop, mutability, aliasing, cloning lists, list parameters
word
download   open file
Tuples: tuple assignment, tuple as return value;
word
download   open file
Dictionaries: operations and methods; advanced list processing - list comprehension;
word
download   open file
Illustrative programs: simple sorting, histogram, Students marks statement, Retail bill preparation.