Posts by Eddgard • 45 points
3 posts
-
2
votes2
answers85
viewsQ: How to use methods of an object within "with" in Python?
Hello, I am studying a little more about the best practices of using Python and I came across a command that I do not know very well, the with, so I decided to study a little bit better about how it…
-
1
votes1
answer515
viewsQ: How to assign the PK of the logged-in user in Django to an FK in the model?
Hello, what I am trying to do is basically the following, I have in my application a Model called 'Shopping', and one of the fields of this Model is the user who registered the purchase, I want each…
-
1
votes2
answers366
viewsQ: How to generate a temperature x time graph of data collected by an Adian?
Good afternoon guys, I’m trying to use a program in python to read seven temperature values through the serial port with Arduino, so far the program I’ve done collects the data, saved in a text…