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

This page summarizes the projects mentioned and recommended in the original post on /r/cscareerquestions

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SaaSHub - Software Alternatives and Reviews
  • NumPy

    The fundamental package for scientific computing with Python.

    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.

  • imgui

    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.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • Numba

    NumPy aware dynamic Python compiler using LLVM

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts