Tagged Questions
0
votes
1answer
23 views
Python Mechanize: selecting an option
How do i select an option from the select tag?
This form contains only one select tag and no submit button. When an option is selected, it is supposed to call the javascript function ...
0
votes
1answer
24 views
Show html dropdown list according chosen options
I'm building an small web app querying a database with python CGI. The logic is:
HTML Form - Python CGI - SQL query - python cgi prints results.
At the moment it works, but now I'm stuck creating ...
0
votes
0answers
21 views
How to get the values of html checkboxes in python? [duplicate]
I have multiple checkboxes in my HTML form:
<input type="checkbox" name="1" value="music">Music <br>
<input type="checkbox" name="1" value="sleep">Sleep <br>
<input ...
1
vote
1answer
42 views
Object-like website design in Python
There are tools that allow to very easily create a GUI application. For example, wxPython allows me to make a GUI with use of objects called widgets. Can I create a website in a simillar way (it is ...
1
vote
1answer
34 views
Google App Engine properties of write
I was looking at the code from this site, for a basic google app engine calculator. I am just as inexperienced with GAE as I am with HTML, so when I saw the code bellow I was a little confused. Mostly ...
0
votes
1answer
13 views
how to invoke python script in jsp/servlet?
I am trying to invoke a python code for screen scarping (using Beautiful Soup) from my jsp servlet. Or it would also work if it can be directly invoked from the HTML.
Looked through few threads but ...
0
votes
2answers
24 views
How to set focus in HTML input box from PyQT QWebView?
I have a HTML page with two input boxes. Can I set the keyboard focus to these input boxes from python? Currently I am handling the keypressEvents from python. A code snippet is given below
def ...
-1
votes
0answers
23 views
How to join Beautiful Soup tags to create html [closed]
After parsing html with Beautiful Soup I'm left with a list of <class 'bs4.element.Tag'>'s, how do I convert this list back to html?
attempt
import requests, pprint
from bs4 import ...
2
votes
1answer
56 views
Scrap website using scrapy
I am trying to scrap a website with scrapy but i am having problem with scrapping the all products from this site as it is using endless scrolling...
I can scrap only below data for 52 items only but ...
1
vote
0answers
61 views
Best way to get word frequency counts for a website? Or part of a website?
Pretty simple, I just looking for a simple means of extracting word frequencies from a given website, or section of a website.
I am also interested in calculating average distance between two given ...
0
votes
1answer
25 views
How to identify login form variables
I'm trying to login into website with requests module. Login form is in javascript I think. I need to identify the form names that contain the username and the password. I tried to sort it our with ...
0
votes
1answer
49 views
How can we add new list so that they are in the same row but different column with the dict in table html?
Here is my codes for the old list :
from collections import defaultdict
hello = ["hello","hi","hello","hello"]
def test2(strList):
d = defaultdict(int)
for k in strList:
d[k] += 1
...
-1
votes
0answers
64 views
Python: Text to HTML
Trying to convert a text document into a html document. Small Example:
''Heading''
Becomes:
<h1>Heading</h1>
I can't get the backslash on the last part of the HTML tag.
P.S. Using ...
-2
votes
0answers
44 views
Developing GUI using HTML with PyQT WebKit [closed]
Is developing GUI in HTML with pyQT is a preferred approach ? My application architecture is given below
Entire GUI is developed using HTML5 and CSS3 (css3 is used for animation stuffs). The main ...
0
votes
1answer
49 views
*Update: How to parse html with python/ beautifulsoup
First, I'm pretty new to Python. I'm trying to scrape contact information from offline websites and output the info to a csv. I'd like to grab the page url(not sure how to do this from the html), ...
0
votes
1answer
24 views
How to call python global command inside Procedure of another file
In this below script 'a' is globally set as TC-01 and b is globally set as 'Passed' but on executing i can able to get the value of 'a' but 'b' value i cannot able to get , so please provide me the ...
0
votes
1answer
20 views
html text link to deliver a string to a python file
how to create a html text link that delivers a KNOWN string to a python file, then redirects you to that python file?
i'm thinking somthing like this
lets say the string i want to deliver is ...
1
vote
4answers
58 views
How to change list into HTML table ? (Python) [duplicate]
This is what I have done when there is no HTML codes
from collections import defaultdict
hello = ["hello","hi","hello","hello"]
def test(string):
bye = defaultdict(int)
for i in hello:
...
-1
votes
1answer
27 views
Python request input's id from a form
I use google app engine and python. I want to retrieve the id of an input and not the value. If I use self.request.get("thename") I get the value of the input.
Here is the html
<form ...
0
votes
2answers
57 views
How can I access API data (Python, Requests) in specific cells of my HTML table?
I've searched stackoverflow for hours and still can't find an answer so I would greatly appreciate your help! I'm building a metrics dashboard using an API and am stuck...
I'm using the requests ...
0
votes
1answer
34 views
Extracting Info From Webpage using urllib2
Writting a part of a program that searches for a phrase on YouTube then i want it to get the url for the first video. but i cant figure how to get the url for the first video
Here is my code:
import ...
0
votes
1answer
17 views
Determining the Height of an Element in Django Templates
I'm using a div with a fixed width, and within that div I have a p with the following CSS:
height:100px;
overflow:hidden;
I want my templates to display a MORE button when there is text that ...
0
votes
1answer
32 views
Sending POST data with Requests library in Python
I am unable to send POST data to access my account using requests library in Python. The resulting soup is the same as if no POST has been sent This is the code I have been using and worked on a ...
-6
votes
1answer
47 views
How do I parse this python string?
<a href="index.php?c=playerview&P=1089&LS=100"> \n', ' \n','\', \' Zeppelin-\\n\', \'\\n", \' <td class="stats" colspan="1"valign="top"> \\n\', " \\\\n\', \' ...
-2
votes
0answers
56 views
Impliment Python in HTML [closed]
My goal is to create a basic login using html for the user interface and the python for the back end code. How do I connect the html to the python so when someone enters an answer into the html text ...
0
votes
1answer
43 views
How to include a Python programmed game in HTML?
I'm practicing and want to start a new simple web page. I'm a Python and HTML beginner,
and I had a simple idea...
To program a simple "rock, paper, scissors" game to be played in a console (I haven't ...
-1
votes
1answer
70 views
Building HTML5 based GUI in python [closed]
Recently I was at a conference and one company had a software product which had a GUI written in HTML 5.It was rendered to the user via their custom built browser and looked quite good. I never heard ...
2
votes
2answers
59 views
How do I create a list of files stored in my Amazon S3 bucket and display them as download links?
I have a number of videos in an Amazon S3 bucket and I want to display them as a list on my website. Clicking on any item in the list will download the video.
I am using Python and Flask. I currently ...
0
votes
1answer
13 views
How I can include python Window or frame in html using Web2py?
I am using web2py framework for my project and Ubuntu 12.04 operating system iI have created python window that i want to add/include/merge in html page
How I can do this. Please help me.
1
vote
1answer
33 views
Submiting form with python
I need to parse HTML in my python script. However to get to the page I need, in my browser, to click radio button and submit form. So, how can I submit form with python and get rendered html back? ...
0
votes
0answers
35 views
fakepath for uploading file html-python
I have this file input:
<input type="file" name="file" id="file_id" />
and i want to upload a file from local machine (C:\my_file.xls) to the server, but the problem is when i want to upload ...
0
votes
0answers
37 views
Getting only data out of HTML page in python
Im working on a project for which I need the content of an HTML page given ts url.
Im doing something like this
con=urllib.request.urlopen(url)
a=con.read()
con.close()
soup = BeautifulSoup(a)
...
0
votes
1answer
67 views
Unable to get Python to POST on html
I've been trying to get my python code to post. I have tried using the Postman Plugin to test the post method and I would get a 405 method error. I am planning to have the user post the information ...
0
votes
1answer
24 views
Extra Tabs in IMAP HTML Text
I'm using Python and imaplib to obtain emails from a IMAP server (supports all kinds of IMAP servers - GMail, etc.).
My problem is: Using the IMAP BODY[INDEX] command to fetch a specific body part, ...
0
votes
1answer
29 views
django template inheritance not working everywhere
I have a blog app and something is really bogging me. I have a base.html template that I extend in every template of my views and that works perfectly, just one of the views, which is the one that ...
0
votes
2answers
59 views
Display Python output in HTML
What is the simplest way to display the Python ystockquote (http://goldb.org/ystockquote.html) module output in HTML? I am creating an HTML dashboard which will be run locally on my computer and want ...
0
votes
1answer
49 views
Refresh a local web page using Python
I'm using Python to gather some information, construct a very simple html page, save it locally and display the page in my browser using webbrowser.open('file:///c:/testfile.html'). I check for new ...
1
vote
1answer
27 views
how to extract complete text in paragraph tag using beautifulsoup
I need to extract complete text except <p><a href><rel> etc from the following html code.
<p>Many of the features that made the Samsung Galaxy S4 one of the most anticipated ...
0
votes
1answer
37 views
Converting existing css/html page into Django
I have a jQuery/CSS/html webpage. I wanted to add some backend with Python/Django.
I put that page (index.html) + all dependent css and js files into the templates folder (inside the Django project ...
1
vote
2answers
59 views
how to add an image in a django blog post
I'm working on a blog with django and one of the last things I'm trying to figure out is how to post an image on my blog. I can already post some text very nicely through my admin panel and what I ...
1
vote
2answers
42 views
How to find first instance of HTML comment starting with <!— ? (Python)
Is there a simple way of finding the first instance of HTML comment starting with <!--?
I've been doing it as such:
for line in open('some.html'):
if line[:4] == "<!--":
print line
...
0
votes
2answers
48 views
How to design user id for a website?
I am working on a toy website and I have implemented an upvote button, with an onclick attribute like this:
Dajaxice.debater.upvote(
upvote_js,//Don't worry about this, it's just dealing with ...
0
votes
1answer
65 views
Using bootstrap and django
I am trying to get bootstrap working in my django project and followed the tutorial here
but it did not work. When i visit the my local project in the browser it just shows a blank page with 4 blue ...
0
votes
1answer
37 views
append new criteria to actual search url during paging
I am having hard times to append a new criteria to the existing url
say, i have this url after search-submit:
/found_items/?state=bla&score=bla
and in the result page, i have a paginator, i ...
0
votes
2answers
56 views
Evaluate javascript on a local html file (without browser)
This is part of a project I am working on for work.
I want to automate a Sharepoint site, specifically to pull data out of a database that I and my coworkers only have front-end access to.
I FINALLY ...
-2
votes
0answers
58 views
Editing a school's online course selection layout and design [closed]
My buddy and I just finished our first year CS university program and we decided to work on a project for the summer. We are trying to edit our school's online information system and we are focusing ...
0
votes
1answer
46 views
Python: Parsing HTML elements based on absolute XPath
I'm working on a project where I have to parse 20 different HTML pages based on URLs and I would like to get some information from all of them. Pages have different structure and the required ...
6
votes
2answers
3k views
Django: css referencing media in static files (django dev / 1.3 / static files)
Like any other user of django user I serve static files. I've chosen to use django-staticfiles to be ready for django 1.3 which will basically integrate it into the core.
My question is pretty simple ...
10
votes
5answers
1k views
How nicely does Python 'flow' with HTML as compared to PHP?
I'm thinking of switching from using PHP to Python for web applications, but I was wondering if Python is as adept as weaving in and out of HTML as PHP is. Essentially, I find it very easy/intuitive ...
66
votes
10answers
38k views
Strip html from strings in python
from mechanize import Browser
br = Browser()
br.open('http://somewebpage')
html = br.response().readlines()
for line in html:
print line
When print a line in an html file, I'm trying to find a way ...





