0% found this document useful (0 votes)
5 views

Python Lecture 4

The document outlines key concepts related to Python programming, specifically focusing on the Python String class and its properties. It discusses the immutability of strings, methods for finding string length, and techniques for iterating and indexing strings. The content is presented by Professor Nurilla Mahamatov from the Computer Sciences Department.

Uploaded by

gabrielmofor45
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Python Lecture 4

The document outlines key concepts related to Python programming, specifically focusing on the Python String class and its properties. It discusses the immutability of strings, methods for finding string length, and techniques for iterating and indexing strings. The content is presented by Professor Nurilla Mahamatov from the Computer Sciences Department.

Uploaded by

gabrielmofor45
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

Software Engineering

Python Programming

Professor: Nurilla Mahamatov


Computer Sciences Department, Head
Python String Class and Object
Python Strings
Python An Empty String
Python An Empty String
Python An Empty String
A Python String is Immutable
Binding to an Existing String Object
Finding the length of a Python String
Iterating over a Python String
Forward Indexing Over a Python String

You might also like