So I'm pretty new to python, and my class has a project where we have to build a database. I keep running into this error where python asks expected a type of t
I use the following function, and I need to raise the coverage of it (if possible to 100%), the problem is that typically I use interface to handle such cases i
import speech_recognition as sr import gtts from playsound import playsound import os r = sr.Recognizer() ACTIVATION_COMMAND = "hey sam" def get_audio():
I'm throwing the objects that I created with the usercontrol to the flowlayoutPanel as much as the number of data in my database, I want to reach the texts of t
I have a function that makes API call to the server and updates the UI with new data. I want to make, so that every 30 seconds I make API call with different u
import firebase from 'firebase/compat/app'; import 'firebase/compat/auth'; const firebaseConfig = { projectId: "projectId" }; const firebaseApp = firebase.
Is there any built in debugging options or some way to monitor what php is doing? I have a few scripts that take long to load. Like is there a way to find a ran