• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • I feel like this misses the point of why people say Linux is for programmers pretty hard. It is not really about writing code, just about being tech-savvy and properly knowing your way around computers, which OP may as well know better than a lot of programmers.

    Cherry-picking a lot, but I cannot imagine saying this to a normal biased person would make them any more likely to consider Linux:

    I am not a programmer, but I studied computer science in college

    For the past eight years, I’ve been a tech writer

    Sure, being tech-savvy helps—which, by the way, is equally valid for Windows and macOS—but it’s not necessary. Linux doesn’t demand technical aptitude or computer science knowledge for normal day-to-day use cases.

    It is important to recognize it still demands a lot more technical aptitude to find and understand information about how it works, how to it set up and how to customize compared to Windows or Mac, which come preinstalled and hold your hand through the setup process.

    It isn’t anything out of this world, but does require more effort than proprietary commercial software and we shouldn’t pretend otherwise. Great article besides that though, and this wouldn’t really be an issue if it weren’t for that being the headline.



  • Like others said, definitely consider using Jupyter Notebooks for development (note: not necessarily JupyterLab, just Notebooks - multiple IDEs like VSCode support them).

    For an actual GUI, I would recommend considering some web dashboard frameworks like Streamlit, Dash or Gradio if you are not felling like spending too much time organizing the layout and making it pretty.

    Other than that, I would also recommend taking a look at a few plotting libraries other than matplotlib like Bokeh or Plotly.