Python MySQL in playlist: Here, you are shown how to update, delete, and select data from a database. The UPDATE command allows you to modify pre-existing data. This can be useful is say a user wishes to change their username on your website. The DELETE command is self-explanatory, it deletes things. Finally, the SELECT command is used as a sort of “find“ to find data that matches the SQL query you feed it. This is an tutorial for using MySQL with the Python programming language and the MySQLdb import. This video covers how to update data in tables, how to delete data from your database, and how to retrieve/select data from your database with Python.
Hide player controls
Hide resume playing