this post was submitted on 25 Aug 2023
22 points (80.6% liked)

Asklemmy

42502 readers
1987 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

And what's currently the most in-demand language/skill?

*I'm looking for an Android app.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 10 months ago* (last edited 10 months ago)

It's really hard to recommend something without knowing what you're interested in. And you only know what you're interested in once you start exploring.

IT is really vast, and some positions do not require a lot of proper programming (besides some system scripts). My advice is to explore a lot of things, and narrow it down later down the line.

With that in mind, if you never programmed before, I would recommend starting with python. It's easy to learn, there are a ton of resources out there, and it's almost the "lingua franca" in a lot of areas (since it's so popular). I'd say most developers these days are at least familiar with python, so that gives you a lot of options of people you can work with.

The fact that it's so popular also means that whatever sub-problem you're trying to solve, most likely there's already a python library that does it, or some library written in another language that also includes python bindings.

Can't recommend a specific book (since I've learn it a long time ago), I'd start by searching "best python resources site:reddit.com", and go from there.

EDIT: apparently python can now be used inside Microsoft Excel. This might unlock some entry level positions to automate the admin workflow of a lot of companies (a lot of them heavily rely on Excel).