Author: zakilive

09
Feb
2022

SOLID principle implementation in Python

Here I will share about my learning on SOLID principle and implement those learning in Python. I…

22
Jan
2022

Selenium Testing with Python

  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()…

22
Jan
2022

git 2022

13
Jan
2022

Protected: Guitar Lesson

There is no excerpt because this is a protected post.

13
Jan
2022

DevOps Engineering CI/CD Practice 2022

Hello, I will publish here my updates about the DevOps here that I will learn from different…

31
Dec
2021

Python Course Zero to Mastery from Udemy Blog Post Part-2

Part 1: Link Twitter Bot for various Activities: import time import tweepy auth=tweepy.OAuthHandler(”,” ) auth.set_access_token(”,”) api=tweepy.API(auth) #…