0% found this document useful (0 votes)
11 views1 page

1738315731-Toc Modular Python 2.0 Book-X

The document is a comprehensive guide to Python programming, covering topics from basic features and installation to advanced concepts like data types, functions, and app development. It includes periodic assessments, test sheets, and project work to reinforce learning. Additionally, it provides resources on the latest technological developments and Python keyboard shortcuts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

1738315731-Toc Modular Python 2.0 Book-X

The document is a comprehensive guide to Python programming, covering topics from basic features and installation to advanced concepts like data types, functions, and app development. It includes periodic assessments, test sheets, and project work to reinforce learning. Additionally, it provides resources on the latest technological developments and Python keyboard shortcuts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CONTENTS

01 Introduction to Python 7
Features of Python Installing Python Programming in Python
Input and Output in Python Variables in Python
02 Data Types and Operators in Python 16
 ata Types
D Comments in Python Operators
Precedence of Operators Some More Programs

03 Conditional Statements in Python 30


if Statement if...else Statement Nested if Statement
if...elif...else Ladder Some More Programs
Periodic Assessment-1 41
04 Looping Statements in Python 42
The for Statement The while Statement The jump Statements
Some More Programs
05 Functions in Python 54
Features of Function Components of Python Function Advantages of Functions
Types of Functions in Python Creating a Function Calling a Function
Some More Programs
Periodic Assessment-2 61
Test Sheet-1 62
06 String Handling in Python 64
String Traversing a String String Operators
Python Built-in Functions Some More Programs

07 List in Python 78
Creating a List Traversing a List Operations on a List
List Methods Python Functions Slicing the List
Changing the List Element Adding an Element to a List Some More Programs
Periodic Assessment-3  89
08 Tuple in Python 90
Creating a Tuple Accessing a Value in a Tuple Unpacking Tuple
Traversing Elements in a Tuple Python Tuple Methods Python Functions
Operations on a Tuple Changing a Tuple Deleting a Tuple
Difference between List and Tuple Some More Programs
09 Dictionary in Python 101
Creating a Dictionary Accessing a Dictionary Python Methods
Python Functions Updating a Dictionary
Removing or Deleting Elements of a Dictionary Some More Programs
10 App Development  108
What is an App? Android and iOS Types of Mobile Apps
Categories of Apps Downloading and Installing the App Developing an App
Periodic Assessment-4 122
Test Sheet-2 123
Project Work 125
Explore More (Latest Technological Developments) 127
OGO Cyber Sample Questions 129
Keyboard Shortcuts (Python) 131
Glossary 132
(vi)

You might also like