class Quiz(models.Model): This is table of quiz. title = models.CharField(max_length=255, unique=True) author = models.ForeignKey(User, on_delete=models.CASCADE) code = models.CharField(max_length=255, blank=True, unique=True)
Im trying to build an endpoint with GET requests, that only return a word document in my local . but it's working , it keep give me Internal Server Error . sorry I'm new to fastapi i don't know how to debug the error.
It is required for an output to have a callback in Dash, but what if you want to trigger events in the backend without having anything output on the frontend?
I want to create measures in Power BI semantic models (PBI online) with Python (Fabric Notebook). Anyone who has experience with this? Is the API the only way to do this? I am looking for a good tutorial/blog/example.
My telethon bot was working until I added Quart to my project and to main.py
import asyncio from datetime import datetime from bot.telegram_bot import TelegramBot, client from web.server import create_app from database.database import...
I have just started doing Vision Transformer from scratch using pytorch. And the I got error like this when I run the training helper code. I know it is about the shape is not match, but I don't know which one I should do. The code is like this :...
My questions seem to be as same as this question: Java equivalent of Pythons urllib.urlencode(HashMap based UrlEncode) however, is not. Because its answer is not right (or I am doing something wrong that I am not aware of).
I am working on my b.tech final year project now and i encountered a problem. My project is make a desktop application for the deep learning code that existed. I used flutter and dart to make the frontend and now i know nothing about how to...
Kindly bear with me! Looking an elegant way to get the following requirment works. Appreciate your help and time!. I'm stuck with the process to fully parallelize which has set of input files per chromosomes in the list (chr1..chr22) to process per...
I'm encountering difficulties with the accuracy of my epipolar lines in stereo vision. Despite meticulous calibration and implementation of established algorithms, the generated epipolar lines seem to deviate significantly from the expected results....
I am trying to get all appointments from client outlook with python and win32com. client, there are several recurring appointments in calendar A. however, when I download these recurring appointments through python, it only shows the 1st appointment...
Subject: Need Help Improving Text Extraction Accuracy in EasyOCR for Motorcycle License Plates
Problem Description: I am currently working on a project to extract license plate information from motorcycle images using EasyOCR in Python. However,...
someone posted a code to generate legacy addresses here and i modified it to generate bech32 addresses but i don't get the same address shown to me by trustwallet. Please help
import hashlib import base58 import bech32 from ecdsa import...
I am using ML-Agents in an Ubuntu Docker container to overcome some of the installation issues the library is currently having with Mac operating systems. It works great and I'm able to connect to Unity on my base computer through the Docker...
I am trying to rewrite MD5 hashing algorithm from scratch, the program can give me the output, but it isn't correct if I double check with other program and the hashlib library. I would love if some expert can have a look and tell me where I got it...
I want to filter data in an Excel file based on patient number, message type, and test level, and then calculate the average of the lists in each cell of the 'RPS' column. However, I keep encountering an error.
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения