Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: flask show while calculating
Post: RE: flask show while calculating

hello all, i found this evening the time to check tis problem out ---- finally .... in the example there is added a <script> to the HTML page if i am correct, this script takes care of refress...
keuninkske Web Scraping & Web Development 7 3,286 May-26-2020, 09:14 PM
    Thread: Retrieve URL's from a pdf
Post: RE: Retrieve URL's from a pdf

easy to add......., you know exactly what is removed while searching and learning this thing you will find your way trough python at first it will be like this one, not perfect, but thats the only be...
keuninkske General Coding Help 8 3,046 May-18-2020, 08:03 PM
    Thread: Retrieve URL's from a pdf
Post: RE: Retrieve URL's from a pdf

have you googled your latest question already? string.split('http')
keuninkske General Coding Help 8 3,046 May-17-2020, 09:29 PM
    Thread: python comobject
Post: RE: python comobject

yeah, thats actualy also part of my question :p what i know so far: -it has something to do with VBA -i get it when i try to retrieve data from outlook via win32com package much more i do not under...
keuninkske General Coding Help 2 2,354 May-13-2020, 07:05 PM
    Thread: python comobject
Post: python comobject

hello, i am learning about comobject in python but the internet seems not to have so many clear information about it does somebody know a clear explanation or a tutorial about comobject? my problem:...
keuninkske General Coding Help 2 2,354 May-13-2020, 06:45 PM
    Thread: Retrieve URL's from a pdf
Post: RE: Retrieve URL's from a pdf

hello, i don't know if your pdf has other text between the URL's otherwise you can take all text from the pdf in one line and then break up the line everythime you find 'http' or 'https'
keuninkske General Coding Help 8 3,046 May-13-2020, 06:35 PM
    Thread: Trying to implement Best of 3 logic in rock paper scissors game
Post: RE: Trying to implement Best of 3 logic in rock pa...

i haven't been able to run your code but i think the following runs a lot neater alrady import random mychoice = [] for i in range(3): mychoice = input("Please enter your choice of rock, paper o...
keuninkske General Coding Help 5 3,367 May-10-2020, 03:30 PM
    Thread: how to find module in installed packages
Post: RE: how to find module in installed packages

Thanks guys, i'm not at my PC anymore, will test it tomorrow
keuninkske General Coding Help 3 3,212 May-09-2020, 10:21 PM
    Thread: how to find module in installed packages
Post: how to find module in installed packages

hello i want to run code somebody else wrote a few years ago no i have trouble run this code from apiclient.http import BatchHttpRequest from apiclient.discovery import buildi imported already the ...
keuninkske General Coding Help 3 3,212 May-09-2020, 08:21 PM
    Thread: waiting to save on network
Post: RE: waiting to save on network

keep on running, hope you can make some nice pictures with the script!!
keuninkske Networking 3 1,970 Apr-05-2020, 09:09 PM
    Thread: how to make this script work faster
Post: RE: how to make this script work faster

hello, never compared the speed, but it would be nicer to read them all into a list then you can sort the list sorting python lists and you can count what is in this list you can count how many gmai...
keuninkske Code Review 1 2,102 Apr-05-2020, 06:22 PM
    Thread: Next step?
Post: RE: Next step?

i think a quick google search can help you if you run into detailed problems wich you do not understand, please feel free to ask them here first google hit on searchquery :"how to setup a python webs...
keuninkske Web Scraping & Web Development 1 2,144 Apr-05-2020, 06:13 PM
    Thread: How to yield multiple requests but only action one request in Simpy
Post: RE: How to yield multiple requests but only action...

i have no experience with simpy, eather with the type of queue's you are talking about but have you been testing your case already? can you give the guys over here at least a part of the source code ...
keuninkske Data Science 3 4,010 Apr-05-2020, 06:09 PM
    Thread: waiting to save on network
Post: RE: waiting to save on network

does python controls your camera also? if so, run the NAS connection script just before the making of the picture for further questions, please provide us more detail, how do you control your camer...
keuninkske Networking 3 1,970 Apr-05-2020, 06:06 PM
    Thread: flask show while calculating
Post: RE: flask show while calculating

i will take a look at the given info, thanks for your efforts guys... i am scraping multiple webshops and give the data back to an page produced by flask the scraping takes some time the more websho...
keuninkske Web Scraping & Web Development 7 3,286 Apr-05-2020, 05:56 PM
    Thread: python sql help
Post: RE: python sql help

(Apr-05-2020, 02:21 PM)ndc85430 Wrote: You should never be building queries by concatenating strings (the term to look up is "SQL injection"). Instead, you should be using the right placeholder char...
keuninkske General Coding Help 8 127,630 Apr-05-2020, 05:52 PM
    Thread: flask show while calculating
Post: RE: flask show while calculating

i would like to make a bump on this subject does somebody has an idea if it is possible? until now i wasnt watching into other platforms than flask maybe django or others can help me out havent got...
keuninkske Web Scraping & Web Development 7 3,286 Apr-05-2020, 01:42 PM
    Thread: python sql help
Post: RE: python sql help

just want you guys to get informed about my final solution on this one i pulled the results of my first querry in an list of dictionaries once this list is complete i closed the communication with th...
keuninkske General Coding Help 8 127,630 Apr-05-2020, 01:39 PM
    Thread: flask show while calculating
Post: flask show while calculating

hello, i am wondering if flask has the ability to render the template already halfway trough the calculation following is example code @app.route('/') def my_form(): return render_template("int...
keuninkske Web Scraping & Web Development 7 3,286 Jan-20-2020, 10:09 PM
    Thread: stale element reference
Post: RE: stale element reference

uuuughhhhh, finaly i was able to make an solution to this one i learned more about X-path and his posibillities finaly a verry small change made my solution username = driver.find_element_by_xpath('...
keuninkske Web Scraping & Web Development 1 2,319 Jan-19-2020, 09:56 AM

User Panel Messages

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