Python For Engineers CST 445 KTU Open Elective Notes S7 - Dr Binu V P 9847390760
About Me About the Course and Syllabus Model Question Paper Python For Engineers CST 445 University Question Paper- Python For Engineers CST 445 -Jan 2023 University Question Paper- Python For Engineers CST 445 -May 2023 ( supl) University Question Paper- Python For Engineers CST 445- Jan 2024 University Question Paper-Python For Engineers CST 445- June 2024(supl) Module 1:Basics of Python 1.Introduction to Python 2.Running Python Program- IDLE,Interactive Shell, Jupyter notebook 3.Identifiers, variables and keywords 4.Basic Python data types- numbers and strings, type conversion 5.Operators 6.Operator precedence and expression evaluation 7.Input and output- input() and print() 8.Built-in functions, modules and packages 9.The software development process 10.Simple programs to begin with, comments and statements 11.Basic Programs to try 12.Programs using built-in functions and modules 13.Sample Programs ( contact) Control statements 14.Selection statement -if else- sample programs 15