0% found this document useful (0 votes)
357 views115 pages

Python Module 4

This document is a module on Python programming from the Department of Instrumentation at NSS College in Nemmara, Palakkad. It covers 10 topics: 1) strings and string operations, 2) lists, creating/accessing/updating/deleting list elements, 3) basic list operations, 4) tuples, creating and accessing tuples, 5) basic tuple operations, 6) dictionaries and built-in methods to access, update and delete dictionary values, 7) sets and basic set operations, 8) files, opening/reading/writing files, 9) object-oriented programming concepts in Python including classes and objects, and 10) creating objects and attributes.

Uploaded by

SANAL KUMAR
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
0% found this document useful (0 votes)
357 views115 pages

Python Module 4

This document is a module on Python programming from the Department of Instrumentation at NSS College in Nemmara, Palakkad. It covers 10 topics: 1) strings and string operations, 2) lists, creating/accessing/updating/deleting list elements, 3) basic list operations, 4) tuples, creating and accessing tuples, 5) basic tuple operations, 6) dictionaries and built-in methods to access, update and delete dictionary values, 7) sets and basic set operations, 8) files, opening/reading/writing files, 9) object-oriented programming concepts in Python including classes and objects, and 10) creating objects and attributes.

Uploaded by

SANAL KUMAR
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1/ 115

BSc Instrumentation

Third Semester
General Course Paper

PYTHON SANAL KUMAR S

Module 4 Asst Professor


Dept of Instrumentation
NSS College, Nemmara, Palakkad.
678508

Dept of Instrumentation, NSS College , Nemmara 1


Module 4

 1. String and string operations


 2. List- creating list, accessing, updating and deleting elements
from a list.
 3. Basic list operations.
 4.Tuple- creating and accessing tuples in python.
 5. Basic tuple operations.
 6. Dictionary, built in methods to access, update and delete
dictionary values.
 7. Set and basic operations on a set.
 8. Files- opening a file, reading and writing to file.
 9. OOPS concept and Python – OOPS terminology, defining
classes.
 10. creating objects, attributes, built in attributes.

Dept of Instrumentation, NSS College , Nemmara 2


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 3


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 4


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 5


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 6


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 7


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 8


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 9


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 10


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 11


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 12


1. String and string operations Module 4

13
1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 14


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 15


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 16


1. String and string operations Module 4

17
1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 18


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 19


1. String and string operations Module 4

Dept of Instrumentation, NSS College , Nemmara 20


2. List- creating list, accessing, updating and deleting elements from a list . Module 4

Dept of Instrumentation, NSS College , Nemmara 21


2. List- creating list, accessing, updating and deleting elements from a list . Module 4

Dept of Instrumentation, NSS College , Nemmara 22


2. List- creating list, accessing, updating and deleting elements from a list . Module 4

Dept of Instrumentation, NSS College , Nemmara 23


2. List- creating list, accessing, updating and deleting elements from a list . Module 4

Dept of Instrumentation, NSS College , Nemmara 24


2. List- creating list, accessing, updating and deleting elements from a list . Module 4

Dept of Instrumentation, NSS College , Nemmara 25


2. List- creating list, accessing, updating and deleting elements from a list . Module 4

Dept of Instrumentation, NSS College , Nemmara 26


2. List- creating list, accessing, updating and deleting elements from a list . Module 4

Dept of Instrumentation, NSS College , Nemmara 27


2. List- creating list, accessing, updating and deleting elements from a list . Module 4

28
2. List- creating list, accessing, updating and deleting elements from a list . Module 4

29
2. List- creating list, accessing, updating and deleting elements from a list . Module 4

Dept of Instrumentation, NSS College , Nemmara 30


3. Basic list operations. Module 4

Dept of Instrumentation, NSS College , Nemmara 31


3. Basic list operations. Module 4

Dept of Instrumentation, NSS College , Nemmara 32


3. Basic list operations. Module 4

Dept of Instrumentation, NSS College , Nemmara 33


3. Basic list operations. Module 4

34
3. Basic list operations. Module 4

Dept of Instrumentation, NSS College , Nemmara 35


3. Basic list operations. Module 4

Dept of Instrumentation, NSS College , Nemmara 36


4.Tuple- creating and accessing tuples in python Module 4

37
Dept of Instrumentation, NSS College , Nemmara
4.Tuple- creating and accessing tuples in python Module 4

38
Dept of Instrumentation, NSS College , Nemmara
4.Tuple- creating and accessing tuples in python Module 4

Dept of Instrumentation, NSS College , Nemmara 39


4.Tuple- creating and accessing tuples in python Module 4

40
4.Tuple- creating and accessing tuples in python Module 4

Dept of Instrumentation, NSS College , Nemmara 41


4.Tuple- creating and accessing tuples in python Module 4

Dept of Instrumentation, NSS College , Nemmara 42


4.Tuple- creating and accessing tuples in python Module 4

43
5. Basic tuple operations. Module 4

44
5. Basic tuple operations. Module 4

45
5. Basic tuple operations. Module 4

46
5. Basic tuple operations. Module 4

Dept of Instrumentation, NSS College , Nemmara 47


5. Basic tuple operations. Module 4

Dept of Instrumentation, NSS College , Nemmara 48


6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

49
6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

Dept of Instrumentation, NSS College , Nemmara 50


6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

51
6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

Dept of Instrumentation, NSS College , Nemmara 52


6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

53
6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

Dept of Instrumentation, NSS College , Nemmara 54


6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

Dept of Instrumentation, NSS College , Nemmara 55


6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

Dept of Instrumentation, NSS College , Nemmara 56


6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

Dept of Instrumentation, NSS College , Nemmara 57


6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

58
6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

Dept of Instrumentation, NSS College , Nemmara 59


6. Dictionary, built in methods to access, update and delete dictionary values . Module 4

60
7. Set and basic operations on a set Module 4

61
7. Set and basic operations on a set Module 4

62
7. Set and basic operations on a set Module 4

Dept of Instrumentation, NSS College , Nemmara 63


7. Set and basic operations on a set Module 4

Dept of Instrumentation, NSS College , Nemmara 64


7. Set and basic operations on a set Module 4

Dept of Instrumentation, NSS College , Nemmara 65


7. Set and basic operations on a set Module 4

66
7. Set and basic operations on a set Module 4

Dept of Instrumentation, NSS College , Nemmara 67


7. Set and basic operations on a set Module 4

Dept of Instrumentation, NSS College , Nemmara 68


7. Set and basic operations on a set Module 4

Dept of Instrumentation, NSS College , Nemmara 69


7. Set and basic operations on a set Module 4

70
7. Set and basic operations on a set Module 4

71
7. Set and basic operations on a set Module 4

72
7. Set and basic operations on a set Module 4

73
7. Set and basic operations on a set Module 4

Dept of Instrumentation, NSS College , Nemmara 74


7. Set and basic operations on a set Module 4

Dept of Instrumentation, NSS College , Nemmara 75


8. Files- opening a file, reading and writing to file Module 4

76
8. Files- opening a file, reading and writing to file Module 4

77
8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 78


8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 79


8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 80


8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 81


8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 82


8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 83


8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 84


8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 85


8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 86


8. Files- opening a file, reading and writing to file Module 4

87
8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 88


8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 89


8. Files- opening a file, reading and writing to file Module 4

Dept of Instrumentation, NSS College , Nemmara 90


9. OOPS concept and Python – OOPS terminology, defining classes. Module 4

Dept of Instrumentation, NSS College , Nemmara 91


9. OOPS concept and Python – OOPS terminology, defining classes. Module 4

Dept of Instrumentation, NSS College , Nemmara 92


9. OOPS concept and Python – OOPS terminology, defining classes. Module 4

Dept of Instrumentation, NSS College , Nemmara 93


9. OOPS concept and Python – OOPS terminology, defining classes. Module 4

Dept of Instrumentation, NSS College , Nemmara 94


9. OOPS concept and Python – OOPS terminology, defining classes. Module 4

Dept of Instrumentation, NSS College , Nemmara 95


9. OOPS concept and Python – OOPS terminology, defining classes. Module 4

Dept of Instrumentation, NSS College , Nemmara 96


10. Creating objects, attributes, built in attributes. Module 4

97
10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 98


10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 99


10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 100


10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 101


10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 102


10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 103


10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 104


10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 105


10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 106


10. Creating objects, attributes, built in attributes. Module 4

107
10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 108


10. Creating objects, attributes, built in attributes. Module 4
10. Creating objects, attributes, built in attributes. Module 4
10. Creating objects, attributes, built in attributes. Module 4

111
10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 112


10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 113


10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 114


10. Creating objects, attributes, built in attributes. Module 4

Dept of Instrumentation, NSS College , Nemmara 115

You might also like