Software Alternatives & Reviews

What jobs am I currently making myself marketable for, given the changing stack at my current role?

NumPy Numba Dear ImGui
  1. 1
    NumPy is the fundamental package for scientific computing with Python
    Pricing:
    • Open Source
    I'm using a lot of numpy https://numpy.org/ for processing large amounts of point data, and for generally optimizing / unfurling for loops into a format which can be compiled to faster code, using numba http://numba.pydata.org/. I also often use some built in pylib imports like concurrent https://docs.python.org/3/library/concurrency.html for making things parallel, and python wrapped imgui https://github.com/ocornut/imgui for ui / interactivity. I also use anaconda to manage libs, not that this likely matters much lol.

    #Data Science And Machine Learning #Data Science Tools #Python Tools 107 social mentions

  2. 2
    Numba gives you the power to speed up your applications with high performance functions written...
    Pricing:
    • Open Source
    I'm using a lot of numpy https://numpy.org/ for processing large amounts of point data, and for generally optimizing / unfurling for loops into a format which can be compiled to faster code, using numba http://numba.pydata.org/. I also often use some built in pylib imports like concurrent https://docs.python.org/3/library/concurrency.html for making things parallel, and python wrapped imgui https://github.com/ocornut/imgui for ui / interactivity. I also use anaconda to manage libs, not that this likely matters much lol.

    #Website Builder #Programming Language #Website Design 92 social mentions

  3. Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
    I'm using a lot of numpy https://numpy.org/ for processing large amounts of point data, and for generally optimizing / unfurling for loops into a format which can be compiled to faster code, using numba http://numba.pydata.org/. I also often use some built in pylib imports like concurrent https://docs.python.org/3/library/concurrency.html for making things parallel, and python wrapped imgui https://github.com/ocornut/imgui for ui / interactivity. I also use anaconda to manage libs, not that this likely matters much lol.

    #IDE #Game Engine #Text Editors 156 social mentions

Discuss: What jobs am I currently making myself marketable for, given the changing stack at my current role?

Log in or Post with