Browsing Category
Python
72 posts
GUI Automation using Pyautogui, Python
PYAUTOGUI is an automation module provided by Python for controlling keyboard and mouse functions via program. This module…
How to Automatically Send Text Messages on Android Using Python
The process of sending text messages can be automated easily using the Python Programming Language by writing a…
How to install and use Python(x,y) in Python
Python is a very popular programming language now for developing different types of applications or solving programming problems.…
Installing Anaconda Python on CentOS 8
Anaconda is a Python distribution designed for data science, machine learning, deep learning etc. In this article, I…
How to Install Python on CentOS 8
In this article, I am going to show you how to install Python 2 and Python 3 programming…
25 Python Logging examples
Log information is very important for debugging and developing any application. When the application runs then each event…
Sending emails with Python
Sending, checking and replying to emails is a time consuming task, especially when you are doing it for…
Scheduling tasks Using Python
Some tasks in our life are really time taking and we get bored doing those tasks repeatedly. In…
Install Anaconda Python on Debian 10
Anaconda is a Python distribution designed for data science, machine learning, deep learning etc. In this article, I…
Python Socket File Transfer Send
The intention of this article is to learn how to transfer a text file over network through python…