My bachelor’s in software engineering starts in quite a few months

I am thinking of downloading Linux and learning the Linux terminal using the Linux bible.

then learning video, photo, and vector editing.

After that finishing the rest of the cs50 except the scratch one.

Lastly, becoming extremely good at Python

How does it all sound?

  • nom_nom@lemmy.ml
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago

    Relax, take it one step at a time but always be making progress. Don’t overwhelm yourself, trust me. You’ll only get discouraged.

    • fuzzy_feeling@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      100% agree, focus on the bachelor.
      but i’d always encourage people to try out linux, no need for the bible tho, just playing around.

      • nom_nom@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        If there’s one thing I can wholeheartedly recommend learning in Linux, especially if you’re young is to start learning Vim. It’s such a good investment when you start to get good at it, look up “The Primagean” if you’re not already familiar with his videos/streams.

  • Rai0@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    On top of what @nom_nom pointed out, I would recommend completing personal projects. It could be a variety of things, and this link can help give you some ideas on what to do. If you don’t know how something works, nothing wrong with researching how something is done. I completed a sudoku solver a few months ago, and while it’s written with the equivalence of duct tape and plywood, I learned something new from it.

  • kurosawaa@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I would just recommend to make sure you pick small, realistic projects as you learn. There is a lot of cool stuff you can do with programming, but pick the easy, boring stuff and finish it to completion. Everyone makes a todo app, but it’s a really good learning experience, so just make sure you don’t skip the basics.

    I tried to start with learning Unity and C# to make games, but realistically it took about a year of making smaller command line projects before I knew enough to even begin to do something that complicated. Anyways, the fundamentals are important, learn them well.