Category: Software Development
Here I will share about my learning on SOLID principle and implement those learning in Python. I…
https://demo.seleniumeasy.com/basic-first-form-demo.html Python selenium commands cheat sheet from selenium import webdriver #chrome_browser=webdriver.Chrome(‘./chromedriver’) driver = webdriver.Chrome() driver.get(“https://demo.seleniumeasy.com/basic-first-form-demo.html”) driver.maximize_window()…
Part 2 Available in this link: Link Python usually uses an interpreter. The compiler are a little…
Java variables, Array, 2d array Method Different method invoking and return type Class – Class is actually…
Singleton Facade pattern[fassad] Adapter/Bridge pattern Strategy pattern Observer pattern
Recent Comments