Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Is there a "secret" code among coders to not offer any help???
Post: RE: Is there a "secret" code among coders to not o...

(Jul-17-2019, 03:47 PM)metulburr Wrote: (Jul-17-2019, 03:16 PM)yeto Wrote: not too many questions get answered in the forumsCan't be talking about our forums. Only 500 threads have no responses. S...
yeto News and Discussions 4 3,027 Jul-17-2019, 04:11 PM
    Thread: Is there a "secret" code among coders to not offer any help???
Post: Is there a "secret" code among coders to not offer...

I am new to coding and I am noticing not too many questions get answered in the forums. This one included. Is it because coders don't want people to be able to get answers in the forums as that could ...
yeto News and Discussions 4 3,027 Jul-17-2019, 03:16 PM
    Thread: Looking for editor with drag & drop interface vs entering in individual lines of code
Post: Looking for editor with drag & drop interface vs e...

Hi, Is there an editor that has more of a drag and drop interface versus entering in individual lines of code? Something along the lines of AutoHotKey's Pulover's Macro Creator but only for Python. ...
yeto News and Discussions 1 1,975 Jul-16-2019, 03:52 PM
    Thread: The following script works but I need to take it one step further to milliseconds.
Post: The following script works but I need to take it o...

import schedule import pyautogui def job(): pyautogui.click() schedule.every().day.at("04:39:03").do(job) while True: schedule.run_pending()Could someone point me in the right direction ...
yeto General Coding Help 1 2,059 Jul-16-2019, 08:43 AM
    Thread: Why is left mouse click not working?
Post: RE: Why is left mouse click not working?

(Jul-13-2019, 02:58 PM)yeto Wrote: import schedule import pyautogui def job(): # def is a function pyatutogui.click() schedule.every(.25).minutes.do(job) while True: sched...
yeto General Coding Help 3 6,288 Jul-15-2019, 12:16 AM
    Thread: Why is left mouse click not working?
Post: RE: Why is left mouse click not working?

(Jul-13-2019, 02:58 PM)yeto Wrote: import schedule import pyautogui def job(): # def is a function pyatutogui.click() schedule.every(.25).minutes.do(job) while True: sched...
yeto General Coding Help 3 6,288 Jul-13-2019, 09:34 PM
    Thread: I am using Thonny and the help file is not very helpful.
Post: I am using Thonny and the help file is not very he...

On some other editors if I pressed F1 the editor would bring up a more complete help file. Is this possible with Thonny? Thank you, yeto
yeto News and Discussions 0 1,478 Jul-13-2019, 03:04 PM
    Thread: Why is left mouse click not working?
Post: Why is left mouse click not working?

import schedule import pyautogui def job(): # def is a function pyatutogui.click() schedule.every(.25).minutes.do(job) while True: schedule.run_pending()Why is left mouse cl...
yeto General Coding Help 3 6,288 Jul-13-2019, 02:58 PM
    Thread: Need an event scheduler that can get down to milliseconds.
Post: RE: Need an event scheduler that can get down to m...

(Jul-12-2019, 06:58 PM)nilamo Wrote: https://schedule.readthedocs.io/en/stable/ maybe? It works. Thank you. I just need to modify it a little to suit my needs. Thanks to you I am on my way to comple...
yeto News and Discussions 4 4,854 Jul-13-2019, 12:06 PM
    Thread: Need an event scheduler that can get down to milliseconds.
Post: RE: Need an event scheduler that can get down to m...

(Jul-12-2019, 06:58 PM)nilamo Wrote: https://schedule.readthedocs.io/en/stable/ maybe? Quote:import schedule import time def job(): print("I'm working...") schedule.every(10).minutes.do(job) ...
yeto News and Discussions 4 4,854 Jul-12-2019, 09:52 PM
    Thread: Need an event scheduler that can get down to milliseconds.
Post: Need an event scheduler that can get down to milli...

I need an event scheduler where the time can be set in hours, minutes, seconds and milliseconds. Would anyone have a package or code they could recommend? Thank you, yeto
yeto News and Discussions 4 4,854 Jul-12-2019, 06:00 PM
    Thread: Please help a newbie choose which programming language to learn.
Post: RE: Please help a newbie choose which programming ...

(Feb-24-2019, 01:00 PM)Yoriz Wrote: A couple of links taking-screenshots-with-opencv-and-python python-compare-two-images Thank you for taking time to reply. This is very helpful.
yeto General Coding Help 2 3,565 Feb-25-2019, 12:56 AM
    Thread: Please help a newbie choose which programming language to learn.
Post: Please help a newbie choose which programming lang...

Hi, I would like to learn a programming language. I have searched on the internet and it seems like Python is one of the best. I would like to write a program that would do the following: take a sna...
yeto General Coding Help 2 3,565 Feb-24-2019, 11:28 AM
    Thread: Monitor a section of a webpage for changes
Post: Monitor a section of a webpage for changes

Is it possible to code a script with Python that would be able to monitor a section of a webpage for changes? It would need to be able to refresh the page every 30 seconds, check for changes and then ...
yeto Web Scraping & Web Development 1 3,193 Dec-05-2017, 04:40 PM

User Panel Messages

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