I am trying to find the CRC32 collision probability among all possible ASCII strings of variable length ranging from 1 to 7. Here an ASCII character can range from ASCII 32 to ASCII 126. I tried to run my program in my PC, but due to high...
first = ''' This is header H1 ID Name Phone Email ''' uid='{uid}' second=''' ''' name='{name}' third=''' ''' phone='{phone}' fourth=''' ''' email='{email}' fifth=''' ''' I'm going to email this, but I think if I print as...
I have a use-case where I want to:
Locate all PII data in any given Audio file (done: using GPT/similar models) Transcribe the audio and then mask all those PII in the text file (done using whisper/similar models) Also, in the original audio mask...
I am trying to use pypcie to write a small piece of code,
I have installed the package in vs code using pip, but when I try to run the code it gives me the following error:
I'm create this code but now I need select parents using the tournament selection and if I enter an odd number like 5 the program don't should give me 5 parents should give me 4 parents
Can anyone please help! I tried printing confusion matrix, but not able to get the values in row 2. I am not able to print anything in row 2 for the KNN Model trained.
import matplotlib.pyplot as plt from sklearn.neighbors import...
I am trying to send a POST request to a Google Apps Script web app using a Python script. While accessing the web app's URL in a web browser works fine with GET requests, sending a POST request with Python results in a 401 Unauthorized error.
I'm facing an unexpected issue with GitHub Actions where I'm unable to retrieve the values of secrets within my Python script. Despite correctly defining secrets in my GitHub repository and attempting to access them using os.environ.get( SECRET_NAME...
I have a code which is a chatgpt agent answering questions about our database (text to SQL basically). The code works perfectly on its own. However I need to demo it to my management so I need to have some kind of front end to it.
I have created a private telegram bot by service Coze.com with ChatGPT to checking latest news on my site and other features. I want to make this bot private for my subscribers, so I need to check subscribe on my telegram channel before user get...
I am a newbie in Python. So, apologize if I cannot frame my question correctly. I have an excel sheet where there are several columns and the datatypes of each column are as follows. Any help would be...
I have a excel file in which contains columns of value of current for diffrent configuration in the first column there is voltage but other parameters are in columnheader itself. How do i convert those column header to a diffrent column
I am trying to customize an Admin form on a Django site so that one of the fields is changed from a text field to a select widget pre-populated by grabbing all the serial numbers from a table of locations (each has a unique number).
A step that I am trying to achieve in my program (which is another auto grader, but in python) is to write a temporary txt file containing the output of an outside program (students' homework). I am able to successfully write the txt file using a...
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения