36 Database programming using Python Classes

preview_player
Показать описание
This channel is all about programming. You will find a lot of videos on programming specially android, java, python, Linux, hacking Many More.

Like, Comments, Share and SUBSCRIBE

Complete SQL Bootcamp with MySQL, PHP & Python

1. Introduction
2. What is MySQL
3. XAMPP Installation
4. MySQL Workbench Installation
5. Data types in MySQL Part - 1
6. Data types in MySQL Part - 2
7. Creating Database & Table through PHPMyAdmin
8. Creating Database & Table through MySQL Workbench
9. Understanding Primary Key, Database Users & their Permissions
10. Importing & Exporting Databases
11. Introduction to MySQL Queries and SELECT Clause
12. Practical session on Insert + Update + Delete
13. Mastering Table Storage Engines
14. Mastering Table Joining Part 1
15. Mastering Table Joining Part 2
16. Working with Math and Strings Part 1
17. Working with Math and Strings Part 2
18. Working with Group By Part 1
19. Working with Group By Part 2
20. Mastering Sub-queries Part 1
21. Mastering Sub-queries Part 2
22. Transactions and sequences
23. PHP Basics
24. PHP Advanced Part 1
25. PHP Advanced Part 2
26. PHP Advanced Part 3
27. PHP Advanced Part 4
28. PHP Advanced Part 5
29. PHP + MySQL Basic Project # Part 1
30. PHP + MySQL Basic Project # Part 2
31. Introduction to Python Variables
32. Python Datatypes
33. Creating MySQL Database through Python
34. Loading data into tables
35. Displaying data in HTML Tables
36. Database programming using Python Classes

#Complete_SQL_Bootcamp_with_My_SQL_PHP_Python #UdemyTutorials #MySQL_Php_Python_SQL_Bootcamp
Рекомендации по теме
Комментарии
Автор

Hi, I have tried your code but i have had an error "weakly-referenced object no longer exists". Maybe because I'm using MySQL
I have fixed this problem modifying def __init__
i have used seld.db=pymysql... instead db=pymysql...
and of course self.cursor = self.db.cursor() instead self.cursor = db.cursor()

itgatroomsassistant