Example Python codes that works with MySQL and Excel files

Python x MySQL x Excel by Zinglecode

Example Python codes that do the processes between MySQL database and Excel spreadsheet files.

YouTube videos

Setup database table

products table structure
products table structure

product_notes table structure
product_notes table structure

categories table structure
categories table structure

hashtags table structure
hashtags table structure

products_hashtags table structure
products_hashtags table structure

Install Python 3 and pipenv

  1. Download Python 3 installation file from https://www.python.org/

  2. Install pipenv as global package by this command.

pip install pipenv

Note: for macOS with pre-installed Python 2, use pip3 instead of pip.

Install and

 

 

 

To finish reading, please visit source site