Skip to main content

All Questions

Tagged with
-4 votes
0 answers
23 views

String Replacement with Backslashes [closed]

I am trying to replace a string within html that is structured like this "\uf0b7\u200b\u00a0". I am able to successfully use re.sub to replace both the first backslash sequence, the second ...
user2355903's user avatar
0 votes
2 answers
35 views

Banner is not displaying at the top and css is not working

I have html like following, in my Django project <!DOCTYPE html> {% load static %} <html lang="en"> <head> <meta charset="UTF-8"> <meta name=&...
Karan's user avatar
  • 784
0 votes
0 answers
23 views

Embedding variable with HTML tags in plotly dash layout

I have a variable with some text already containing HTML tags - like line breaks/bold/etc. I'm extracting this variable from a dataframe based on some conditions. I want to use this inside my Dash ...
Manu Manjunath's user avatar
0 votes
0 answers
21 views

Error while trying to call on a Python script using a PHP web page and parsing some arguments

I have a RaspberryPi running a database used for attendance tracking. I tried to make a web page so that when the user inputs 2 dates into an HTML form, it will be passed on to a PHP script that will ...
user21192515's user avatar
0 votes
2 answers
37 views

How to resolve this NoReverseMatch error?

I am currently try make a task manager such that there are folders which have tasks in them, I have been stuck on this problem for hours now and am not sure at all what is the issue this is urls.py ...
Srivatsava Dhanala's user avatar
-1 votes
0 answers
18 views

Scrape live appearing elements

So i have a website i am scraping data off, and it has live appearing elements i need to keep getting. I see them on screen and can get them as html via inspect. However i've been searching for hours ...
DeviEnd's user avatar
-1 votes
0 answers
38 views

Is there a way to view a huge HTML file (over 500MB)? [closed]

I used Folium to generate a highly detailed map of the United States, then saved this map as an HTML file. I want to be able to view the map, however the file size is too big for a browser to open. I'...
jerry.yan's user avatar
0 votes
0 answers
43 views

can't able use background-color css in playwright

i am not able to use background-color css property in python template using playwright package firstly,i tried apply inline css style="background-color:red", secondly used script tag,using ...
Shital Nerikar's user avatar
-1 votes
0 answers
18 views

I want to see the name of file what i transfer on client html with Python, FastAPI, MPD, dashjs, manifest.mpd, [duplicate]

I want to see the file name on client html but i can't find the way. I searched whole way but couldn't. Here is my code. Directory /server.py /static/index.html /dash/.../manifest.mpd server.py from ...
nojob's user avatar
  • 15
-6 votes
0 answers
35 views

Sending Lists values in a post request from HTML/JS to bckend(python) [closed]

English is not my first language , so escuse my grammer mistakes :) its my first time workung with JS , i will start by showing the tables in the database and then explain the problem so hopefully any ...
ayal khier's user avatar
0 votes
0 answers
33 views

Export Excel Spreadsheet From Website - Python

I am trying to find a way to export a Microsoft Excel spreadsheet (.xlsx) from a website and store locally (to my desktop) or to a database. I am able to parse a URL with tabular content and display/...
mdl518's user avatar
  • 327
0 votes
1 answer
20 views

How do I [using selenium webdriver] target ANY span containing specific information?

Currently, I'm working on coding a webscraper of sorts; I want to change pages and still be able to detect what I'm looking for in terms of certain qualities. Right now I'm using: mouse_tracker = ...
Idokoond K's user avatar
0 votes
0 answers
21 views

How to show/hide a button by comparing if logged by asset owner check database privilege asset owner whether add asset value is 'on' or 'off'

My asset_list html is like this {% if user_role == 'admin' %} {% include 'asset_mng/admin_sidebar.html' %} {% elif user_role == 'asset_owner' %} {% include 'asset_mng/...
Bruce_Wayne's user avatar
-1 votes
0 answers
10 views

Cannot fin the URL of website button used to download a CSV [closed]

I'd like to write a python script to automatically download a CSV file from a site. By hand, there is a button to click but the url of this button is not visible so I cannot use it. If possible, I'd ...
gerod's user avatar
  • 47
0 votes
2 answers
38 views

How to add a template using {% include %} tag, by comparing which user is logged in, on django?

My asset_list html is like this <div class="right"> <div class="search-container"> <input type="text" id="searchInput" ...
Bruce_Wayne's user avatar

15 30 50 per page
1
2 3 4 5
1880