Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Incorrect time format
Post: RE: Incorrect time format

This is something like a timer. Unfortunately, I understand date / time variable in Python. Actually, I can only download a variable that records the entire date and time together - I haven't found an...
KoSik General Coding Help 5 2,938 Aug-15-2019, 05:10 PM
    Thread: Incorrect time format
Post: Incorrect time format

Hello, I have a problem with the time format. Function excerpt: format = '%H:%M:%S.%f' aktual=datetime.datetime.now().time() try: timeON = datetime.datetime.strptime(str(aktual), format) -...
KoSik General Coding Help 5 2,938 Aug-14-2019, 05:30 PM
    Thread: Threading - RPi server UDP
Post: RE: Threading - RPi server UDP

import serwer, time from threading import Thread threads = [] #t = Thread(target=serwer.server) #threads.append(t) #t.start() class ThreadWithReturnValue(Thread): def __init__(self, group=None,...
KoSik Networking 3 3,149 Feb-25-2018, 11:08 AM
    Thread: Threading - RPi server UDP
Post: Threading - RPi server UDP

Hello, I am writing a program with a simple UDP connection. The program starts and when it receives data from the server, it turns off. I need to run it in a loop. I do not know how to check if the t...
KoSik Networking 3 3,149 Feb-23-2018, 04:48 PM

User Panel Messages

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