i have a scrollale list view using SwiftUI on a macOS app and i'm trying to add paddings inside the scrollable area, without success. Here my code: List(appList
I'm doing a simple code to update profile pics, by saving uploaded file into a folder and processing its required versions using Bitmap. Issue is that i cant ch
I have a Swift app that uses a web socket to download stock price information from a public API. I send a message through the socket to subscribe to various sto
How to upload picture in flask application I'm working in a flask application, I want to upload picture and store in database. What is the best way of storing f
I followed this tutorial and had the model fine-tuned. the model-saving part of serving model is like this: saved_model_path = 'dogs_and_cats_yamnet/yamnet-mode
Why do I keep getting errors import matplotlib.pyplot as plt import numpy as np u = input('Equation:') u = u.replace('y', '') u = u.replace('=', '') u = u.repl
I am following a tutorial on using python v3.6 to do decision tree with machine learning using scikit-learn. Here is the code; import pandas as pd import nump
I am trying to implement a function, that when passed an array of strings, it creates a slice of arrays, and adds to it every array that is passed. It would ret
I am trying to use Sass in my react app. I am aware node-sass is now deprecated and only version 4 and below of node-sass work with node. However, even when I i