Jul 27, 2021 | Matplotlib, Python
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import pandas as pd import matplotlib.pyplot as plt df = pd.read_excel(‘data.xlsx’,...
Jul 26, 2021 | Google Drive API, Python
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: from Google import Create_Service CLIENT_SECRET_FILE = ‘client-secret.json’ API_NAME =...
Jul 23, 2021 | Matplotlib, PyQt5, Python
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: Source: https://doc-snapshots.qt.io/qtforpython-dev/examples/example_external_matplotlib_widget3d.html import sys import numpy as np from...
Jul 21, 2021 | Google Sheets API, Python
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: Adding a filter request_body = { ‘requests’: [ { ‘setBasicFilter’: {...
Jul 21, 2021 | PyQt5, Python
Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import sys from PyQt5.QtWidgets import QApplication, QWidget, QPushButton, QVBoxLayout, QTextBrowser from...