Sorting Algorithms and Searching Algorithms in Python
Posted in allcategorites data structures and algorithms

Sorting Algorithms and Searching Algorithms in Python

Sorting Algorithms and Searching algorithms like insertion sort, selection sort are essential to learning as a programmer because these form the base of any programmer….

Continue Reading
Selenium webdriver download
Posted in allcategorites

Selenium webdriver download

In this tutorial, we will learn to get Selenium webdriver download on our computer. Usually, the selenium is used for automation like automatic Facebook login….

Continue Reading
Download Chrome Driver for Selenium
Posted in allcategorites

Download Chrome Driver for Selenium

In this tutorial, we will learn how to Download Chrome Driver for Selenium. Usually, these two i.e. chromedriver and selenium, are used at the same…

Continue Reading
Automate Facebook Login Using Python Selenium
Posted in allcategorites python projects

Automate Facebook Login Using Python Selenium

In this article, we will Automate Facebook Login Using Python, and to do this, we need to install one external module i.e. selenium which is…

Continue Reading
Python Send Email Program
Posted in allcategorites python projects

Python Send Email Program

Did you know we can send emails using Python? Emails have become an essential part of any online profile. They are required to create accounts…

Continue Reading
assignment advertisement
Posted in allcategorites python projects

Shutdown Computer with Voice in Python

Today we are going to make a python program to Shutdown Computer with Voice commands. This assistant can talk to you or communicate with you using…

Continue Reading
Tic Tac Toe Python
Posted in allcategorites game in python gui python projects python projects

Tic Tac Toe Python

Tic Tac Toe Python, is what we are going to do in this post. Tic tac toe is a simple game that most if not…

Continue Reading
Sudoku solver Python |Backtracking|Recursion
Posted in allcategorites game in python python projects

Sudoku solver Python |Backtracking|Recursion

Definition Sudoku is a simple number game that involves a grid of nine-by-nine boxes. Numbers from one to nine fill the boxes. No number can…

Continue Reading
Guess the Number Python
Posted in allcategorites game in python python projects

Guess the Number Python

Most beginner programmers as well as seasoned developers want to put their skills to the test by trying out various projects to enhance their skills….

Continue Reading
Jarvis and Google Assistant || Voice Assistant Using Python
Posted in allcategorites python projects

Jarvis and Google Assistant || Voice Assistant Using Python

Today we are going to make a Voice Assistant Using Python that can behave as Jarvis assistant or Google assistant. This assistant can talk to you…

Continue Reading