Module-2 (18CS55) APPLICATION DEVELOPMENT USING PYTHON VTU Notes Pdf Download
APPLICATION DEVELOPMENT USING PYTHON (Effective from the academic year 2018 -2019) SEMESTER – V |
||||
Course Code | 18CS55 | CIE Marks | 40 | |
Number of Contact Hours/Week | 2:2:0 | SEE Marks | 60 | |
Total Number of Contact Hours | 40 | Exam Hours | 03 |
Course Learning Objectives: This course (18CS55) will enable students to:
Learn the syntax and semantics of Python programming language.
Illustrate the process of structuring the data using lists, tuples and dictionaries.
Demonstrate the use of built-in functions to navigate the file system.
Implement the Object Oriented Programming concepts in Python.
Appraise the need for working with various documents like Excel, PDF, Word and Others.
Module – 2 Contact
PLists, The List Data Type, Working with Lists, Augmented Assignment Operators, Methods,
Example Program: Magic 8 Ball with a List, List-like Types: Strings and Tuples,References,
Dictionaries and Structuring Data, The Dictionary Data Type, Pretty Printing, Using Data
Structures to Model Real-World Things, Manipulating Strings, Working with Strings,
Useful String Methods, Project: Password Locker, Project: Adding Bullets to Wiki Markup
Textbook 1: Chapters 4 – 6