Home Blog
Handling Pop-Ups in Selenium Webdriver One must follow a particular rule book for testing a web page. But, once you...
Top 10 Technologies to Learn in 2021 Welcome to the world of trending technology! 2021 arrives now! 2019 has given...
A string or a number is a palindrome if the reverse of the said number or string is the same...
File Handling in Python Python provides built-in libraries for handling file functions like create, update, append, read and write. Open...
Introduction Logistic Regression in Python is termed as the technique of predictive analysis. It’s used for the binary classification problem...
Introduction Optical Character Recognition is one of the important factors in the Python programming language. There a lot of applications...
Introduction Whenever you want to run an operation many times, say 1000 times, what do you thing is better? Writing...
Init in Python "__init__" is defined as an object of an In-build method in the class of python. __init__ method...
Collections in Python In Python we have four different collection or container data types is available like list, tuple, dict,...