Posts

Showing posts with the label programming in python

KTU CST362 Programming in Python S6 CSE Elective

  Text Book 1 - Downey Text Book 2 - Lambert Solution for Programming Questions from Model Question Paper Question Bank Model Questions from all Modules Notes/PP Module Syllabus PPT 1 Getting started with Python programming – Interactive shell, IDLE, iPython Notebooks,Detecting and correcting syntax errors, How Python works. The software development process – A case study. Basic coding skills – strings, assignment, and comments, Numeric data types and character sets, Expressions, Using inbuilt functions and modules. Control statements – Iteration with for/while loop, Formatting text for output, A case study, Selection structure (if-else, switchcase), Conditional iteration with while, A case study, Testing control statements, Lazy evaluation. Click 2 Strings and text files – Accessing characters, substrings, Data encryption, Strings and number system, String methods, Text files, A case study on text analysis. Design with Fu