Connected successfully Lecture Notes || SNS Courseware
Subject Details
Dept     : CST
Sem      : 3
Regul    : 2023
Faculty : Mrs.M.Deepika
phone  : 9999999999
E-mail  : deepika.m.cse@snsce.ac.in
123
Page views
18
Files
1
Videos
1
R.Links

Icon
Lecture Notes

UNIT 1:
pdf
download    open file
Basic Syntax and Data Type: Variables, data types, and basic operations
pdf
download    open file
Overview of Python and its applications in engineering
pdf
download    open file
Overview of Python and its applications in engineering
UNIT 2:
pdf
download    open file
Strings: string slices, immutability, string functions and methods, string module
pdf
download    open file
Fruitful functions: return values, parameters, local and global scope, function composition, recursion
pdf
download    open file
Illustrative programs: square root, gcd, exponentiation, sum an array of numbers, linear search, binary search.
UNIT 3:
pdf
download    open file
Lists: list operations, list slices, list methods, list loop, mutability, aliasing, cloning lists, list parameters
pdf
download    open file
Tuples: tuple assignment, tuple as return value;
pdf
download    open file
Illustrative programs: simple sorting, histogram, Students marks statement, Retail bill preparation.
pdf
download    open file
Dictionaries: operations and methods;
pdf
download    open file
; advanced list processing - list comprehension;
UNIT 4:
pdf
download    open file
Files and exceptions: text files, reading and writing files, format operator
pdf
download    open file
errors and exceptions, handling exceptions,
pdf
download    open file
, modules, packages;
pdf
download    open file
Illustrative programs: word count, copy file, Voter’s age validation, Marks range validation (0-100).