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

Python Programming Syllabus Overview

The syllabus outlines an introductory course on Python programming, covering essential topics such as variables, data types, operators, input-output functions, conditional statements, loops, lists, functions, collections, recursion, and file handling. Key concepts include string manipulation, basic sorting and searching, and matrix operations. The course aims to provide a foundational understanding of Python for beginners.

Uploaded by

omycce
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)
4 views1 page

Python Programming Syllabus Overview

The syllabus outlines an introductory course on Python programming, covering essential topics such as variables, data types, operators, input-output functions, conditional statements, loops, lists, functions, collections, recursion, and file handling. Key concepts include string manipulation, basic sorting and searching, and matrix operations. The course aims to provide a foundational understanding of Python for beginners.

Uploaded by

omycce
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

Syllabus

Introduction to Python

Variables

Basic Types: String, Integer, Float and Boolean

Operators and Expressions


Basic Input-Output: print and input functions

Strings in Detail

Slicing
Indexing
Methods: count , replace and index
Conditional Statements

if
if-else
if-elif-else
Nested blocks
Loops

for and while loops


Nested loops
range function
Formatted printing: f-strings and format method
Lists

append and remove methods


Basic sorting and searching
Nested lists (matrices)
Matrix addition and multiplication
Functions
Function definitions
Function calls
Matrix multiplication using functions
Collections

Lists
Tuples
Sets
Dictionaries
Recursion

Introduction to recursion
Binary search
File handling

Opening and closing a file


Modes: read and write mode
Methods: readline , write

You might also like