Posts

Showing posts from August, 2024

Python Fundamentals

Notes Part-1  ----- >    PYTHON Notes Part-2 ------>  Input and Output Statements Notes Part-3 -------> Operators in python Notes Part-3.2 ----->  Precedence of operators Notes Part-4   ---->  Datatypes in python, Mutable and Immutable Data types Notes Part-4.1 ---->  Punctuators in python Notes Part-4.2 ---->  Debugging, Constants, Indentation ,Structure of Python Notes Part-5  ------>  Conditional Statements Lab Practice  Programs Part-1---- >  Click Here Lab Practice Programs Part-2 ----->  Click Here Notes Part -6.1 ------>  Lists Notes Part -6.2 ------>  List continuation Notes Part- 7   -----> Dictionary Reference Notes on For Loop and While Loop to read: 1. For Loop : A for loop is typically used when the number of iterations is known in advance. It is structured for cases where you need to iterate over a range , a sequence, or a collection (like...