Sweet, that's awesome! What are you studying at Uni?
When I was learning to code, I always wished that I could learn while applying it to solve "real world" problems!
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
Sweet, that's awesome! What are you studying at Uni?
When I was learning to code, I always wished that I could learn while applying it to solve "real world" problems!
I am studying Mechatronics, and I do that project with people from Biomedical Engineering
Python is pretty easy to learn especially if your a good programmer in another language. The thing that is more complicated is deciding on libraries. Signal processing maybe numpy, scipy, and matplotlib. You may find numba useful too if you need more speed.
Best of luck and welcome.
I mean I am comming from c and c++ so the python is bit problematic to me, as it does many things by itself without telling me explitly, and I need to remember it