This is my string: Hair ReplacementHair BraidingHair Supplies & Accessories my expected result should be: Hair Replacement,Hair Braiding,
I'm trying to automatically take data from several websites. I defined a class class Site1Scraper: def __init__(self): ... def f1(self): ... def f2(
I successfully tested the OCPP server by mobility house integrated with aiohttp API in local network. But now I am deploying the websocket server integrated wit
I'm currently developing EV calculator using python and django. I get a key error exception when trying to access a dictionary key in an if statement inside a f
I want to train model by using custom vision but when i add images in custom vision. Custom vision convert resize my image into (512,512). If there is any optio
I am new to Python. I have been trying to develop a GUI based tool to monitor a set of databases. I want to pull data with multiple threads to make the DB reads
I have a data frame having dictionary like structure. I want to only sum the values and store into new column. Column 1 Desired Output [{'Apple':3},
I have a json file like below {"a": "a_value", "b": "b_value" } I would like to convert it to the below using python3 {\"a\": \"a_value\", \"b\": \"b_value\"}
I'm trying to set up Pycharm with python 3.9.10 under MacOS Monterrey, but when I try to import numpy I got the following error, the same happens with Spyder. I
I have a flask server which sends a dictionary of options to a dropdown or selection (in form). Here is the Python code: @app.route("/", methods=['GET']) def in
I have a script that writes data to a csv file, but if that csv file is open (in the excel application on Windows 10) then it generates a PermissionError. This
I created a GUI with 2 input boxes and a list of checkbuttons (derived from list 'a') with scroll. Now, I want to display all the checkbuttons which have been s
I'm taking a MOOC on introduction to python programming, and have no idea how to proceed with one of the problem sets on dictionaries. Could you please provide
I have an azure function that take some files from storage account and write them inside the function , whene I run locally it works but whene I deply it shows
I use Ubuntu 22.04, pyinstaller 5.0.1, python 3.10.4 and wxPython 4.1.2a1. My software runs well. But I can't build the distribution package, even if I use "hid
I have a data-fame whose index is of datetime64[ns] type Now I have another date-time object which is of datetime.datetime, based on this object I have to subse
Im making a program that will do most of my homework. Im trying to add some ui and it gives errors in my code. Please tell what's wrong. Make it easy enough for
I am trying to display some extra context on the page, but when I adding get_context_data method it is displayed context but not a forms fields. This is because
text = 'orange strawberry barley gooseberry apple apricot barley currant orange melon pomegranate banana banana orange barley apricot plum grapefruit banana qui
I want to know any sample code for API integration like Spotify, or digistore24 kind of. please inform me if you have any