Posts by Bruno Maronezzi • 61 points
2 posts
-
0
votes0
answers34
viewsQ: Constant error in the use of strptime
Expensive, I always worked with strptime without major problems, but a mistake started to appear that I did not find in any quote: from datetime import datetime a = "20160228" date =…
-
5
votes1
answer4783
viewsQ: How do I make an infinite loop without bursting the memory?
I’m trying to make a program that requests on a DDE server, so I need to collect the data every 0.1 sec. But with each iteration of the program the computer memory increases and at the end for the…