Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Advice about Python
Post: RE: Advice about Python

If I am reading your question right, you might want to check out pandas https://realpython.com/pandas-python-explore-dataset/
damian0612 General Coding Help 4 2,624 Mar-20-2021, 01:41 PM
    Thread: Referenced before assignment
Post: RE: Referenced before assignment

Your error is on line 40, this script hasno line 40, are you importing this code to another python file? Basically when it gets to line 40 to validate the password is correct, it is saying it has no v...
damian0612 General Coding Help 3 3,303 Mar-02-2021, 07:46 PM
    Thread: python selenium - get info from nested divs
Post: RE: python selenium - get info from nested divs

(Feb-25-2021, 09:50 PM)law Wrote: Hi, You can try to identify the elements with their index, then illiterate on the index to the last one. Use this to identify by indexname=driver.find_element_by_xp...
damian0612 Web Scraping & Web Development 3 13,354 Feb-26-2021, 07:50 AM
    Thread: python selenium - get info from nested divs
Post: python selenium - get info from nested divs

Hi, I'm new to selenium and am trying to grab information from the html below. The info I want is the student name located at the a_href (below as John Doe), the number of questions answered in the di...
damian0612 Web Scraping & Web Development 3 13,354 Feb-25-2021, 06:40 PM
    Thread: python selenium downloading embedded pdf
Post: python selenium downloading embedded pdf

I've navigated to a page to download a pdf that is a report showing information I've asked for. However, I can't seem to download it because of the way the information is being displayed. When I inspe...
damian0612 Web Scraping & Web Development 0 3,762 Feb-23-2021, 09:11 PM
    Thread: error when trying to update mongodb
Post: RE: error when trying to update mongodb

(Jul-04-2020, 06:42 PM)ndc85430 Wrote: I think there's enough to do with learning the language itself, that trying to do that in the context of a project just adds more complexity that then makes it...
damian0612 Web Scraping & Web Development 6 3,471 Jul-04-2020, 07:25 PM
    Thread: error when trying to update mongodb
Post: RE: error when trying to update mongodb

(Jul-04-2020, 05:34 PM)Yoriz Wrote: try adding ** to unpack the dictionary Scoresenglish6.objects(user_id=user_id).update(**params) Thank you so much, that did the trick! I can't say thanks enough, ...
damian0612 Web Scraping & Web Development 6 3,471 Jul-04-2020, 06:33 PM
    Thread: error when trying to update mongodb
Post: RE: error when trying to update mongodb

(Jul-04-2020, 04:29 PM)ndc85430 Wrote: Ah, you seem to be using MongoEngine. Did you look at the docs? You can pass keyword arguments in a dict, e.g. here (search for "updating" to see the example)....
damian0612 Web Scraping & Web Development 6 3,471 Jul-04-2020, 05:18 PM
    Thread: error when trying to update mongodb
Post: error when trying to update mongodb

I am working with flask trying to update a mongodb collection which works fine when I state the fieldname that needs updated, but I want to fieldname to be a variable depending on which needs updated....
damian0612 Web Scraping & Web Development 6 3,471 Jul-04-2020, 03:49 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020