I’m at work in a slow moment with only my phone and pydroid, I wanted to see if there was anything I could learn and mess around with while I’m here

  • magic_lobster_party@kbin.run
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    2 days ago

    Flask is a fun framework for making web apis.

    Pika is a client for RabbitMQ, if you want to try message queue stuff.

    Numpy and sklearn for numerical and machine learning stuff.

    Matplotlib for making nice plots of your numerical stuff.

    Pytorch for deep learning.

    Pillow for image processing.

    OpenCV for computer vision.

    Pygame for 2D games (maybe a bit old, but I had lots it fun with it when I started learning programming years ago)

    • yokonzo@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      2 days ago

      I love math so I was messing around with matplotlib, it’s very cool, I was able to make the Mandelbrot set! Mandelbrot set