this post was submitted on 02 Jul 2023
0 points (NaN% liked)
Programming
13362 readers
1 users here now
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.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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