Python Requests

The first job is to install 'requests'. Use pip to do this. Creating the response object For this, you will have to import to request module first. [crayon-6922bec18ef09010232393/] Now, we…

MySQL

MySQL Connector  Cursor To open it from CMD Step 1 : Windows Key + Run Step 2 : cd C:\Program Files\MySQL\MySQL Server 8.0\bin Step 3 : mysql -u root -p…