everyone. I newbie in this field. So, After I finished makemigrations. then I migrate this error code occurs. I try to solve it but still stuck. please guide, I
I'm trying to replace Databases with SQLAlchemy 1.4 async. When I try to make the engine I get the following error: sqlalchemy.exc.InvalidRequestError: The asyn
hello i'm trying to play some sounds with a specific gesture with my hand but don't know the conditions to play that sound while (for example): my hand is in fe
I want to calculate the Kinetic energy and potential energy of the ball I just Spawned inside a Pymunk space. I wanted to replicate this. Where the values chang
I am having pandas dataframe as follows: import pandas as pd # dictionary with list object in values # Item=[Item1, Item2, Item3] details = { 'Date' : [
Is it possible that only using opengl and pyglet's canvas without pyglet's window? I only need to get image array from pyglet.image.get_buffer_manager Left wind
from http.client import responses from random import randrange from tkinter.tix import STATUS from typing import Optional from urllib import response from fasta
I want to use Index of the Loadings method to calculate the optimal number of principal components using the index_of_loadings_matrix function. My dataframe was
I'm learning ObjectDetection from this website I have installed ImageAI,Tensorflow and Keras. Then when I run this in python from imageai.Detection import O
Running on AWS and EMR, Jupyter, Pyspark notebook and trying to install a python package "sparse_dot_topn" version 0.2.9 I'm getting an error I don't understand
i have a python program that records sounds,and creates .wav files of these sounds. now i have .wav files on my local machine. for example, recording1.wav. now
I'm trying to send a message to telegram using Telegram API bot. I want to make a GET request, that will send both text and image to my telegram channel. Now fe
I try to install pytq5 with pip and get this error $ python3 -m pip install PyQt5 Collecting PyQt5 Using cached PyQt5-5.15.6.tar.gz (3.2 MB) Installing buil
I am trying to run the following command to !py C:/Users/Desktop/dataset/workspace/annotations/Annotations/generate_tfrecord.py -x C:/Users/Desktop/dataset/Work
Hello I have the following model: class Status(Enum): scheduled: 'scheduled' recording: 'recording' complete: 'complete' failed: 'failed' @dat
I am trying to fine tune a Huggingface Bert model using Tensorflow (on ColabPro GPU enabled) for tweets sentiment analysis. I followed step by step the guide on
I'm having the following problem: I'm working with a dataset that can be found at https://www.kaggle.com/datasets/ricardomattos05/jogos-do-campeonato-brasileiro
I am aware of the Model Meta tag to specify the verbose_name, verbose_name_plural. But require the verbose name in model admin based on user login based on the
I have a function shown below: def _extract_parent(matched_list, json_data, info_type): return [json_data[match_lst][info_type] for match_lst in matched_lis
I just started to use RStudio with Python (up to now everything works) and I wonder if there is a preferred way to run scripts such as my small Test.py containi