Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
I'm making a code in python with flask that deals with registering products, and I'm using buttons that allow me to edit and delete the product, I can't get it to edit the product every time I try, it doesn't give me an error but it doesn't get edited, I do not know how to fix it
I checked the query to mysql but it's not that, and I've been checking for a long time and I don't know what it is
I am using html, python, js
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 days ago.
Improve this question
How do I start a code in Python? Is there any formula/rule or so I can or have to use/follow?
I have read so much about all different types and functions in python, and still am not able to simply start with a code, although I know in my mind, what is to be considered.
I tried to start, there where error messages I didn't understand, then I went to ChatGPT and all my ideas were most of the time correct, but I can't create the right form of the code.
And somehow I am not able to get it out of all the stuff I already read.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 12 months ago.
Improve this question
I am making a website, and i want to add an extension for it, like users.example.com. I have searched a lot and came up with nothing. Would I have to create a whole new website, or is there something else that I could do?
It is not a part of Django. You should define it in nginx configuration for your sub domain names and its routing.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
Cant seem to find any documentation, i assumed adding .To or the like would do it but im at a loss. Anyone familiar with yfinance?
Turns out it was an error pulling "Fundamentals" when getting certain stock info. Another post advised me to add an exception in yfinance's base.py file. All works well after that.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
This is the Html code for the drop down menu with list of cities:
I just want to loop through all of the cities using python. BTW I am trying to create a web scraper, and have no api for the site :(
Just for anyone with the same issue you can just use the xpath and find the index pattern.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
Is there any known way to do realtime collaboration stuff (like Google Docs) in Python (not thru the browser)? I'm working on a program, and would like to add said feature to it.
Thanks
You can try Dweet, which is a service that stores JSON data in key values pairs. You can use one of the client libraries listed on their website or you could simply make a request like so:
urllib.urlopen('https://dweet.io/dweet/for/my-thing-name?dweet=awesome')