Hi i currently working on my class project face recognition attendance system In we create the student attendance module in this module we face the database problem. We enter the fildes like student id, student name etc. Then we face the Due to...
I have several functions running in Azure and I can tell that they aren't running. However, I can not verify as the deployment was successful. They are deployed from github here
I can see that the files are not visible in the App Files window. So...
I am currently working as an office assistant at the front desk. Is there any chance I could code in languages such as Python at the front desk? Any advice is appreciated.
I have consulted with ChatGPT, but it would be appreciated to hear from...
I'm fairly new to python and I'm trying to make a small dice rolling program. I'm trying to get a randint printed multiple times without it being the same number multiple times. Sorry if it's a stupid question
from random import randint dice_sides...
workouts=int(input( How many workouts do you have data for?\n )) a=0 b=0 for i in range(workouts): sets=int(input( How many sets were completed in workout # ,a, ?\n , sep= )) I'm trying to create a for loop that runs for the amount of workouts i...
I'm creating a django app where I have a model with a parent class:
class BaseModel(models.Model): modified_date = models.DateTimeField(auto_now=True) class Meta: abstract = True class Site(BaseModel): name = models.CharField( max_length=25,...
I was having issues with this when learning Python unittest for a larger project, so I reproduced it for a simple boilerplate project. I make a folder structure like this and have the project open in VS Code from the top directory.
I am a python newbie and am trying to generate subtitles from mp4 files in python using whisper-timestamped library. I keep getting The system cannot find the file specified when I try this code:
I am trying to check if the strong element on a website contains the text Status: Available and then add the text into a list. Here is my current code:
I am trying to access a specific endpoint in my REST API, one of my modules is passing a client URI into a module.sync_detailed (client, device). However, I get
AttributeError: 'str' object has no attribute 'get_httpx_client'
I need to bypass captcha while scaping websites in Python3. I tried a couple of python captcha solver libraries. But they didn't work well with captchas I met.
Has anyone ever solved this kind of captchas? Or anyone recommend python libraries to...
I am a computer science student in Belgium working on a project that involves simultaneously controlling multiple Android devices from a Python script . During testing, I’m encountering challenges in implementing effective multithreading with...
I am trying to compile a python script that imports the OpenAI API into a single .exe file using pyinstaller. The script compiles into a .exe file, however the .exe file does not launch. How can I get this script to work?
This is my first post and I am new to coding, so please let me know if you need more information. I have been running some AI to generate artwork and it has been working, but when I reloaded it the python script won't work and it is now saying No...
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения