Reema Thareja Python Programming Using Problem Solving Approach Pdf May 2026
Introduction
"Python Programming Using Problem Solving Approach" is a book written by Reema Thareja, a well-known author and educator in the field of computer science. The book is designed to introduce students to the basics of Python programming using a problem-solving approach. The book is widely used in academic institutions and is popular among students and instructors alike. Introduction
Part II: Loops and Functions
- Loops:
forandwhileloops. The "Problem Solving" aspect is heavy here—you get problems like printing specific patterns (pyramids, diamonds) which are common in Indian university exams. - Functions: User-defined functions, recursion, and the scope of variables (Local vs. Global). It explains the
lambdafunction simply, which often confuses beginners.