Introduction to Python

Chapter 34 – Sets in Python Authors Ms. Samavi Salman Dr. Rao Muhammad Adeel Nawab Supporting Material Download Supporting Material (Code): here Quick Recap Quick Recap – Tuple in Python In previous Chapter, I presented Tuple Definition Tuples are core data structures in Python that can store an ordered sequence of items Individual values in […]

Introduction to Python

Chapter 13 – Software Deployment Authors Ms. Samavi Salman Dr. Rao Muhammad Adeel Nawab Supporting Material Download Supporting Material (Code): here Quick Recap Quick Recap – Software Debugging In the previous Chapter, I presented the following main concepts: Bug A bug refers to an error, fault or flaw in any computer program or a hardware […]

Introduction to Python

Chapter 32 – Dictionaries in Python Authors Ms. Samavi Salman Dr. Rao Muhammad Adeel Nawab Supporting Material Download Supporting Material (Code): here Quick Recap Quick Recap – Lists in Python In previous Chapter, I presented List A List is defined as an ordered collection of items, which may or may not have same data types […]

Introduction to Python

Chapter 31 – Lists in Python Authors Ms. Samavi Salman Dr. Rao Muhammad Adeel Nawab Supporting Material Download Supporting Material (Code): here Quick Recap Quick Recap – Strings in Python In previous Chapter, I presented String A string is defined as a sequence of characters String Methods String Methods are special functions used to manipulate […]

Introduction to Python

Chapter 33 – Tuples Authors Ms. Samavi Salman Dr. Rao Muhammad Adeel Nawab Supporting Material Download Supporting Material (Code): here Quick Recap Quick Recap – Dictionaries in Python In previous Chapter, I presented Dictionary Definition 1 In Python, Dictionary is a data structure which stores data as a set of unique identifiers, each of which […]

Introduction to Python

Chapter 30 – Strings in Python Authors Ms. Samavi Salman Dr. Rao Muhammad Adeel Nawab Supporting Material Download Supporting Material (Code): here Quick Recap Quick Recap – Arrays in Python In previous Chapter, I presented Array An Array (a.k.a. Subscripted Variable) is defined as a collective name assigned to a group of similar quantities Array […]

Introduction to Python

Chapter 34 – Sets in Python Authors Ms. Samavi Salman Dr. Rao Muhammad Adeel Nawab Supporting Material Download Supporting Material (Code): here Quick Recap Quick Recap – Tuple in Python In previous Chapter, I presented Tuple Definition Tuples are core data structures in Python that can store an ordered sequence of items Individual values in […]

Introduction to Python

Chapter 29 – Arrays in Python Authors Ms. Samavi Salman Dr. Rao Muhammad Adeel Nawab Supporting Material Download Supporting Material (Code): here Quick Recap Quick Recap – Data Structures in Python In previous Chapter, I presented Data Structure Definition 1 A Data Structure is defined as a collection of Data Values and relationship among them […]

Introduction to Python

Chapter 27 – A Step by Step Example to Write Functions III Authors Ms. Samavi Salman Dr. Rao Muhammad Adeel Nawab Supporting Material Download Supporting Material (Code): here Solving Programming Tasks using Functions Steps – Solving Programming Tasks using Functions In Sha Allah, we will follow the following Steps to solve the Programming Tasks using […]

Introduction to Python

Chapter 26 – A Step by Step Example to Write Functions II Authors Ms. Samavi Salman Dr. Rao Muhammad Adeel Nawab Supporting Material Download Supporting Material (Code): here Solving Programming Tasks using Functions Steps – Solving Programming Tasks using Functions In Sha Allah, we will follow the following Steps to solve the Programming Tasks using […]