Posts

Showing posts with the label Selenium with Python

Selenium with Python Training Institutes in Bangalore, Hyderabad - Saag Tech

Image
  Installing & Running Python Installing Python 3.6 on different Platforms Python folder structure Python third party modules and installation Python Interpreter and Python Interactive Shell Python IDE Introduction Why do we need Python? Python Features Areas of Application of Python Program structure Writing First Python Program Interactive Mode Programming Script Mode Programming Int and help commands Variables, Keywords and Operators Identifiers Operators and Precedence Arithmetic, Relational and Logical operators Reserved Words and Indentation Multi-Line Statements and Comments Command Line Arguments Input and Output statements Basic Data types and Operations Numbers Strings Booleans List Tuple Dictionary Sets Accessing keys and values Indexing ,merging ,sorting and slicing Built in methods Examples Decision Making Statements If statements If else statements If-elif-else statements Nested if else statements Conditional statement Examples Loops While For Break Continue Examples