Built on Windows 11, I have a small app that uses pysqlcipher. I have compiled pysqlcipher with Python 3.8.3 x86 and Python 3.9.4 x64. The application ...
Built on Windows 11, I have a small app that uses pysqlcipher. I have compiled pysqlcipher with Python 3.8.3 x86 and Python 3.9.4 x64. The application ...
UPDATE: It is working when https://url.com but it doesnt when url.com I want to make a site navigator that has clickable buttons which navigate me to ...
I generated new data and save first as dataset (.to_dataset). Then I created attributes for each variable Then merged the data as : For final ...
I wrote a python script now I want to dockerize the script so I make a 'Dockerfile' and then I wrote docker build -t price_updater_service.py . but in ...
Given a function: def foobar(foo: int, bar: str, spam: SpamService) -> str: return spam.serve(foo, bar) This function, similar in look to Fa ...
I am new to Python and coding and decided to just start a project to learn. The code copies and pastes the original file into a new workbook (original ...
Current environment Python 3.10 Flask 2.3.2 and waitress 2.1.2 Postgresql DB on Azure Postgresql managed service (flexible server) App Servi ...
I am trying to transcribe a video using the code below, but I received the following error: ERROR : transcribe_video_to_text audio.close() Attri ...
Can someone please help this print the id of the customer but how do I get the customer object? ...
This code produces two Figures I expected to see, in the first one, a tall rectangle in the left, as in the second Figure. Of course I'm not ...
i have dataframe that i want when one column equal to '02' apply the definition to 5 others columns. this is my code: i got this error: 'ValueError ...
I am a newbie to SimPy 4.0.2 and discrete-event simulation. I have got quite confused about what it really means to "trigger" an event. According to ...
I am using Jinja with flask and im trying to go over a list with a for statement but it shows nothing in the main view. Here is the HTML code: <d ...
I am trying to monkey patch a python module to override a method within the class. This is a proxy module for simplification and not the actual code o ...
I am recently teaching my self through cs231n online, and in batch normalizetion assignment, specifically in running mean calculation: running_mean = ...
I am currently working on creating a Qt window with 3 matplotlib colormaps. The process is something like this: The user will input the x and y v ...
hello i have a problem with my /admin route in my flask app when anyone can see mywesite/admin page they dont have access to admin methods but they ca ...
I have a use case where I am replicating the same code in a few files, so what I'd like to do is create a common file with the base code while all the ...
Getting error as geckodriver.exe executable needs to be in PATH when running test runner file in robot framework I have downloaded and added geckodri ...
I have a lot of csv files and I want to transform them into binary files, so I want to create a python script that can automate this task for me. My C ...