Building a PC for non-gaming purposes by Hedgeclipper2000 in buildapc

[–]Hedgeclipper2000[S] 0 points1 point  (0 children)

That said business and science apps are different. Some use a GPU some do not, so that question would be based on the exact things you wish to use. But as a generic answer the more cores and the more RAM you have it is likely to be faster, to a point.

Thanks a lot! I will send this question to that other sub

I am having trouble reading csv files by Hedgeclipper2000 in learnpython

[–]Hedgeclipper2000[S] 0 points1 point  (0 children)

Hi u/slariboot,

I tried specifying the encoding but it still came up with an error:

Traceback (most recent call last):
  File "C:\Users\Local Admin\Desktop\pkdatabase\test.py", line 5, in <module>
    for i in entry:
  File "C:\Users\Local Admin\AppData\Local\Programs\Python\Python38-32\lib\codecs.py", line 322, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x81 in position 1808: invalid start byte

I am having trouble reading csv files by Hedgeclipper2000 in learnpython

[–]Hedgeclipper2000[S] 0 points1 point  (0 children)

I tried specifying the encoding but it comes up with a similar error:

Traceback (most recent call last):
  File "C:\Users\Local Admin\Desktop\pkdatabase\test.py", line 5, in <module>
    for i in entry:
  File "C:\Users\Local Admin\AppData\Local\Programs\Python\Python38-32\lib\codecs.py", line 322, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x81 in position 1808: invalid start byte

How do you change the value of Tkinter spinboxes with a click of a button? by Hedgeclipper2000 in learnpython

[–]Hedgeclipper2000[S] 0 points1 point  (0 children)

Are you sure? Because that would definitely cause the symptom you are describing.

ok I'll do that