cursor – POFTUT

How To Connect MySQL Database From Python Application and Execute SQL Query with Examples?

How To Connect MySQL Database From Python Application and Execute SQL Query with Examples?

MySQL is a very popular and open source database server. Python is an old but lately discovered language. In this tutorial, we will look at how to use this popular tech in our applications in order to run SQL queries. Install Python MySQL Connector In order to connect the MySQL database from Python application, we … Read more

Linux Bash Alias Command Tutorial

Linux Bash Alias Command Tutorial

Linux Bash provides some shortcuts about operations. Sometimes we need to run a log and error prone command in the shell. Every time writing or remembering the command is not a feasible way. Bash have alias feature which is used to set some shortcuts about user commands. alias Command Syntax The syntax of the alias definition … Read more