The primary purpose of this document and related code examples is to act as accompanying material to the workshop by Rahul Verma.
It contains the primary pieces of building blocks as per the flow of the workshop. So, it provides supporting pieces for the workshop.
The workshop encourages the participants to continue practising Python after the workshop. So, a secondary and yet very important purpose of this content is to enable the participants to go through the learning on their own by coding the exercises without interruption.
- Section 1 - Python Fundamentals
- Section 2 - Basic Web Service Requests and File Handling
- Section 3 - Handling Child Processes
- Section 4 - Foundations of Selenium WebDriver
- Section 5 - Further References and Learning Resources
- You should have Python 3.8+ version must be installed on your machine.
- Following Python libs should be installed:
- requests
- selenium
- Other dependencies
- Chrome Driver executable as per platform and installed browser version should be available.
- You should have access to a WordPress instance and administrator credentials.