Connected successfully Lecture Notes || SNS Courseware
Subject Details
Dept     : IT
Sem      : 3
Regul    : 2023
Faculty : vaishnavee
phone  : NIL
E-mail  : Vaishnavee.v.ad@snsce.ac.in
418
Page views
28
Files
8
Videos
2
R.Links

Icon
Lecture Notes

UNIT 1:
pdf
download    open file
Operators
pdf
download    open file
Data types
pdf
download    open file
Variables
pdf
download    open file
Conditional statements
pdf
download    open file
Loops
pdf
download    open file
Overview of Python and its applications in engineering
UNIT 2:
pdf
download    open file
. Illustrative programs: square root, gcd, exponentiation, sum an array of numbers, linear search, binary search.
pdf
download    open file
function composition, recursion
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
pdf
download    open file
linear search
pdf
download    open file
Binary search
UNIT 3:
pdf
download    open file
Dictionaries: operations and methods; advanced list processing - list comprehension;
pdf
download    open file
Tuples: tuple assignment, tuple as return value;
pdf
download    open file
Lists: list operations, list slices, list methods, list loop, mutability, aliasing, cloning lists, list parameters
pdf
download    open file
Illustrative programs: simple sorting, histogram, Students marks statement, Retail bill preparation.
pdf
download    open file
Student Mark statement
pdf
download    open file
Illustrative program: Sorting
UNIT 4:
pdf
download    open file
modules, packages
pdf
download    open file
; Illustrative programs
pdf
download    open file
command line arguments, errors and exceptions, handling exceptions,
pdf
download    open file
Files and exceptions: text files, reading and writing files, format operator
UNIT 5:
pdf
download    open file
NumPy: Introduction to NumPy arrays and operations
pdf
download    open file
- Data manipulation with Pandas