Python Python script to create GitHub issues In this article, we have developed a Python script to create GitHub issues and added features like adding a comment, label and others. We have used GitHub API for this.
Python Python script to scroll on a webpage In this article, we will develop a Python script to scroll on a webpage and stimulate real usage behavior. We will use Selenium and ChromeDriver.
Python Different ways to merge dictionaries in Python In this article, we have explored Different ways to merge dictionaries in Python.