All Questions
3 questions
5
votes
1
answer
259
views
Time Tracker Project
I am working on a little Python project to track how much time I am spending coding and doing things outdoors. Coding subtracts and outdoors stuff adds.
My code is looking pretty bad. Any suggestions ...
5
votes
1
answer
190
views
Arabic language lesson program Part 2
This is the second time I am asking for a review of this code (first time can be found here: Arabic language lesson program). The goal of the program hasn't changed - to house Arabic language lessons ...
5
votes
1
answer
4k
views
Read decibel level from a USB meter, display it as a live visualization, and send it via FTP
This question was posed to me by someone in my university's athletics department who had a USB sound level meter and a simple Python script which printed the current sound level (he was provided with ...