Course Content
Sample Python Programs
Sample Python Programs
0/1
Selenium Python First Script
Selenium Python First Script
0/2
HTML Form elements
HTML Form elements
0/1
Handle HTML Frames
Handle HTML Frames
0/2
Handling Dropdown Lists
Handling Dropdown Lists
0/2
Selenium Action class
Selenium Action class
0/1
Python Database Programming
Python Database Programming
0/1
Selenium Python for Beginners [ 2024 ]
About Lesson

Execute Python Programs

You can execute Python programs in multiple ways.

  • Interactive mode using Python interpreter directly
  • Script mode
  • IDEs

Interactive mode: The first Interactive mode is for executing a single Python statement at a time.
Script mode: The second Script mode executes a group of Python statements in a script file.
IDE: The third IDE mode is for executing Python project that consists of several
Python files.

Join the conversation