APPLICATION DEVELOPMENT USING PYTHON VTU Module 1 (18CS55) Notes 5th Semester pdf, Module-1 (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 – 1 Contact
Python Basics, Entering Expressions into the Interactive Shell, The Integer, Floating-Point,
and String Data Types, String Concatenation and Replication, Storing Values in Variables,
Your First Program, Dissecting Your Program, Flow control, Boolean Values, Comparison
Operators, Boolean Operators, Mixing Boolean and Comparison Operators, Elements of Flow
Control, Program Execution, Flow Control Statements, Importing Modules,Ending a
Program Early with sys.exit(), Functions, def Statements with Parameters, Return Values
and return Statements,The None Value, Keyword Arguments and print(), Local and Global
Scope, The global Statement, Exception Handling, A Short Program: Guess the Number
Textbook 1: Chapters 1 – 3