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

*I’m looking for an Android app.

  • sorrybookbroke@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    51
    ·
    edit-2
    10 months ago

    Those apps aren’t helpful sadly. The best way to learn programming is by making things. The apps can make you think you’re learning syntax, apis, OOP, a language, or other concepts but the second you’re asked to make something or apply your knowlage it’s all useless.

    • gandarf @midwest.social
      link
      fedilink
      English
      arrow-up
      9
      ·
      10 months ago

      Honestly the best thing is and has always been learn by doing with current “professionals” (people working in the field). Try something, get feedback, adjust and learn and grow. Nothing else compares to real world integration.

  • orizuru@lemmy.sdf.org
    link
    fedilink
    arrow-up
    32
    ·
    10 months ago

    You’re not going to learn much from a phone app. Specially programming.

    “Learning apps” are mostly gamified gimmicks. If you never learned programming, you need a good book explaining the concepts of what you’re trying to learn, a computer, a project, and the internet to search when you get stuck.

    I know it’s the boring answer, but this is one of those skills that it’s basically a lot of tinkering, exploration, and nose to the grindstone.

    • SurpriZe@lemm.eeOP
      link
      fedilink
      arrow-up
      7
      ·
      10 months ago

      Thanks. Appreciate the honesty.

      What book would you recommend these days? I want it to become my main profession. I’m a future expat so I’m looking for a way to sustain myself in Europe. I will be looking for an IT-related job, in case this info could help you recommend something fitting.

      • orizuru@lemmy.sdf.org
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        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).

      • shua_too@midwest.social
        link
        fedilink
        English
        arrow-up
        5
        ·
        10 months ago

        Re: orizuzu’s comment on python. I’m just starting out too and I’ve really enjoyed Automate the Boring Stuff. I have the course on Udemy, but he’s got the first chunk of it on YouTube if you want to try it out first. There is an accompanying book but I haven’t dived into it, just watching the videos for now. He does a good job of explaining concepts through simple examples that you can type out along with him, which he recommends. Good luck!

  • Vlyn@lemmy.zip
    link
    fedilink
    English
    arrow-up
    22
    ·
    10 months ago

    You’ll need a computer, doesn’t matter if it’s a desktop, an old laptop or whatever. You’ll not be able to actually learn programming properly on a phone (besides theory…).

    I like to suggest to get started with online Python courses: https://www.codecademy.com/learn/learn-python-3 (Needs a free account nowadays) where you’ll learn the very basics of programming. What are variables? Conditions? Loops? Bit of object oriented programming (OOP) and so on.

    After doing the course you very much have to download Python and work on your own computer (instead of in the browser) if you want to learn and experiment more.

    Just to get started with the actual language doesn’t matter much. Though at some point you should look at strongly typed languages (like C#) to get a feel for data types. What is an integer? Bool? Float? And so on, something that JavaScript and Python (to some degree) mostly hides from you. One step even further would be C++ where you learn about pointers, how memory works etc. but that’s not necessary for the first year or so (and might only be “good to know” if you don’t intend to go that low level).

    At that point you can probably write whatever little program you want and get it to run. The next step is algorithms, design patterns, how to structure and organize code (concepts like SOLID), databases, source control, security and much more vague knowledge. That’s where it gets difficult and some things you’ll only pick up when actually working in a team.

    • Yondoza@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      This is the exact path I took, and I highly recommend it. Code academy python then immediately wrote some code to scrape some websites and email me if something I wanted to buy dropped to a price I’d be willing to spend.

      I’d say all in all it took 3 weeks to a month, but I’ve been able to not code for months at a time and still feel comfortable when I come back.

      I am NOT a programmer, I am someone who can cobble something together to accomplish a specific task. I never got to the more abstract concepts you listed, but maybe one day!

  • heyspencerb@sh.itjust.works
    link
    fedilink
    arrow-up
    21
    arrow-down
    2
    ·
    10 months ago

    Writing your own!

    Jokes aside, the best way to learn is to start writing your own program/app and follow website tutorials

  • foggy@lemmy.world
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    10 months ago

    app? lol

    Get on a computer with a keyboard and mouse, and go to freecodecamp.com

    Go in order until you’re done with React and you can be a junior front end developer.

  • chris@l.roofo.cc
    link
    fedilink
    arrow-up
    16
    ·
    10 months ago

    I don’t think an app will help you. One of the core concepts you have to learn is, how to identify a problem, deconstruct it into it’s core components and write it in way the pc understands.

    Whenever I see someone learning programming there is usually a moment when it clicks and it suddenly gets easier.

    You have to learn the basic concepts of a programming language. Usually there are a lot of concepts that are similar in different languages but also a lot of details that are not.

    I learned programming by reading and experimenting with code but that was the hard way. In your case I’d try to find a course that you like and use that. That is your starting point. When you a through you have to find your own projects to really leant how to program.

  • Kache@lemm.ee
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    10 months ago

    https://www.hedy.org/start

    For someone learning programming from zero, it was specifically invented to be:

    Hedy is the easy way to get started with textual programming languages! Hedy is free to use, open source, and unlike any other textual programming language in three ways.

    1. Hedy is multi-lingual, you can use Hedy in your own language
    2. Hedy is gradual, so you can learn one concept and its syntax a time
    3. Hedy is built for the classroom, allowing teachers to fully customize their student’s experience

    Adding to the points above:

    At the end of the gradual progression, Hedy becomes vanilla Python.

    An aspect of the 3rd point is having an online editor & execution environment, so you don’t need to deal with setup.

    After completing the Hedy lessons, can follow up with other learning resources like freecodecamp.org or codeacademy.com.

  • vrighter@discuss.tchncs.de
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    10 months ago

    the best apps for learning programming are the ones you write. try, fail, try again, keep at it, eventually succeed.

  • banana_meccanica@feddit.it
    link
    fedilink
    arrow-up
    4
    ·
    10 months ago

    I have tried a lot apps. I hate then all. They are full of ads and everyone have subcriptions, rabbit holes for idiots who are ready to give away money. Better learn by books, guides, some youtubes introductions, and by trying some personal project, like even building a minigame or basic program.

  • Ravi@feddit.de
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

    Implement a calculator in Java. Easy to set up, easy to start and easy to extend on nearly anything.

  • flamingo_pinyata@sopuli.xyz
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    Despite the (valid) criticisms you will see here, you have to start learning somewhere, so an app will have to do. Or some tutorials, there is a bunch on Youtube. Some 5 years ago Codecademy was the trendy app, Exercism as well. I’m out of the loop these days.

    The goal is getting an internship (even unpaid) as quickly as possible. Most real skills are not taught on these courses, or anywhere formally.

    Aside of that, once you get through the basic level, start reading threads on Hackernews and lobste.rs. You will understand nothing. And that’s good. Try to make sense of it by googling definitions and concepts, that’s how you can learn CS theory outside of a uni.

    • SurpriZe@lemm.eeOP
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      Thank you.

      What’s the most useful thing/language/skill/topic to learn? Something that can be turned into a real profession down the line.

      • PlexSheep@feddit.de
        link
        fedilink
        arrow-up
        0
        ·
        10 months ago

        It really comes down on what you want to do.

        Python for general purpose

        Rust, C and C++ for systems engineering (my recommendation)

        Typescript or JavaScript Frameworks if you want to be a front end guy

        Pro tip: once you know a lang, learning new ones becomes relatively easy.

        • SurpriZe@lemm.eeOP
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          Thank you! I’d love to get an internship, but I’m not sure where to start as a future expat. Any ideas? I plan to immigrate to Europe by getting a degree, which is the only way to citizenship. That’s why I’m asking what field would be best to get a degree in, even though people have said a formal education isn’t important in IT.

  • PetDinosaurs@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    10 months ago

    Cobol.

    It’s still in use and all the people who know it are dying or already dead.

    On the other hand, I think if you are approaching your career through popularity and not your own talent, you are not going very far in your career.

  • SurpriZe@lemm.eeOP
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    10 months ago

    Understood. Could you recommend me a good course, then? I’d like to use these IT skills to eventually find a job in Europe. What field looks most promising to you?