|
| 1 | +The '1. MySQL (SQL implementation) basic syntax' tutorial folder and '2. MySQL (SQL implementation) modifying Relational |
| 2 | +Databases' tutorial folder are following from this Youtube playlist: |
| 3 | +https://www.youtube.com/playlist?list=PL41lfR-6DnOokmJfmYj2hdVMKVGIcF7__ (Youtube video by Quentin Watt Tutorials, titled |
| 4 | +'MySQL for Beginners') |
| 5 | + |
| 6 | + |
| 7 | +Note that while in the Youtube video by Quentin Watt Tutorials, titled 'MySQL for Beginners' used MAMP and PHP as the |
| 8 | +IDE, I used VScode instead. |
| 9 | + |
| 10 | +Deviations of these tutorials from the Youtube playlist by Quentin Watt Tutorials, titled 'MySQL for Beginners': |
| 11 | +- In the Youtube video by Quentin Watt Tutorials, titled 'MySQL for Beginners' used MAMP and PHP as the |
| 12 | + IDE, but I used VScode instead (refer to the file 'Setting_up_MySQL_(SQL_implementation)_in_VScode.txt' for how to set |
| 13 | + up MySQL with VScode). |
| 14 | +- In the Youtube video by Quentin Watt Tutorials, titled 'MySQL for Beginners' used a pre-made Relational Database by |
| 15 | + Quentin, but I used a 'movies' Relational Database provided by codebasics in their Youtube video, titled 'SQL Tutorial |
| 16 | + for Beginners | MySQL Tutorial' (link: https://youtu.be/Rm0xH2Vpfi0?si=QVr3mUdqUGLHN84R) |
| 17 | + |
| 18 | + |
| 19 | +//////////////////////////////////////////////////////////////////////////////////////////////////// |
| 20 | + |
| 21 | + |
| 22 | +The '3. MySQL (SQL implementation) integrated with Python (as backend) using PyMySQL (Python library)' tutorial folder |
| 23 | +is following from these Youtube videos: |
| 24 | +https://www.youtube.com/watch?v=3vsC05rxZ8c&list=PLzMcBGfZo4-l5kVSNVKGO60V6RkXAVtp-&index=1 (Youtube video by |
| 25 | +Tech with Tim, titled: 'Python MySQL Tutorial - Setup & Basic Queries (w/ MySQL Connector)') and |
| 26 | +https://www.youtube.com/watch?v=91iNR0eG8kE&list=PLzMcBGfZo4-l5kVSNVKGO60V6RkXAVtp-&index=2 (Youtube video by |
| 27 | +Tech with Tim, titled: 'Python MySQL Tutorial - Creating Tables, Inserting & Selecting') |
| 28 | + |
| 29 | + |
| 30 | +Note that while these tutorials from the Youtube videos by Tech with Tim used the 'mysql.connector' (Python library), |
| 31 | +but it dosen't work for my computer for some reason so I used the PyMySQL (Python library) instead, which works for my |
| 32 | +computer and is relatively similar to the 'mysql.connector' (Python library) in functionality and syntax. |
0 commit comments