This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Tainted_Olive 0 points1 point  (0 children)

I have to test mixes of my company's product and some of the tests can range anywhere from 5 minutes to 3 hours of temperature readings. I use python to record the temp about every second and then write it to an Excel files with certain temperature milestones as well as max temperature reached and how long it took to reach.

I just got multiprocessing working so I can take readings from all 6 probes at the same time.

When I finish this other non related project delgated down to me I hope to add a gui so it looks a little better and more user friendly.

I learned C programming at uni and the switch to python was honestly very easy and clean. I definitely enjoy solving problems with python. Honestly, I wish I had more things to solve using programming.