Posts by Lucas • 25 points
3 posts
-
1
votes1
answer782
viewsQ: Data overlapping on the x-axis of the graph
I need to place a series of dates (timestamp) that are stored in a bd on the x-axis of a graph, the problem is that the dates overlap and it is impossible to perform an efficient analysis. It…
-
0
votes2
answers495
viewsQ: Python takes the first column value instead of the last one
I’m trying to get the last record of a column in Mysql but Python only returns "1", is an ID record with auto_incriment. I tried several ways, in some I was returned the whole column, in other era…
-
1
votes0
answers34
viewsQ: Python does not find the member "wait_read" in "Gevent.socket"
import gevent from gevent import socket from gevent.pool import Pool from gevent.event import Event . . . def __receive__(self): """ receive response packets """ while not self.die_event.is_set(): #…