Hi fellow bees! Soon Ill start working on a project with my group at uni. It will be long and hard journey and I will have to relearn python, as I havent used it much. But I am looking forward to it. The project itself is about signal analysis form EEG scanner to try and decode information hidden in and use it as a mean of prostethics control. I hope so much that we will get something usefull done with it! :3

  • ds12@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    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!

  • flatbield@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    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.

    • Foidi | she/her @beehaw.orgOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      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