Hi, I’m a first year CS student and this 3 month period of vacations I want to follow a good free course on programming. If it’s possible, I also want to learn how is the process in which a code written in a text editor can become an executable with it’s GUI in the operating system (currently using Linux), because I really have no idea how that works.
Browsing the web for it have become overwhelming and I’m finding trouble in deciding what to follow, and I also need some order in order to learn things.
I would really appreciate if you can tell me if you know any course that meets this requirements.
or, you know, touch some grass and don’t burn out while waiting for the courses to start
Students don’t need to touch grass. They are still eager and motivated and should take advantage of that mindset while it lasts.
Haha second time I’ve been called a boomer this week XD I just wanted to point out that as a new student, you have a sense of wonder and excitement for your new specialty that you loose over the years. It’s a powerful motivator. But yes, a change of scenery sometimes is good for everyone.
I think there are good free online courses, like Harvard’s CS 50 course. I’ve also heard of OpenCourseWare. I haven’t used either of them personally, though.
Download SICP (find with search engine), read through it and do the exercises.
I’m not sure that can be completed in 3 months by most people on their own. But I think it’s a great option anyway. Probably best to use Emacs (Edwin) in doing so.
If OP chooses this option, I like this HTML5 version the best: https://sarabander.github.io/sicp/
Do you know what classes you are going to be taking? If so, fnd the syllabus and take note of the topics and the text, if one is mentioned. See if you can find any mention of material your school may have used previously and get yourself a copy. Find the topics in the book and work through the exercises as you please.
I can heartedly recommend this one NandToTetris.
In this course gives you a complete understanding of how computers and programming qorks from first principle.
You’ll start by (virtually) making chips with just a nand chip, than you’ll make a cpu, ram and rom, evetually on to a full fletched computer. Than you’ll write your own assembly language, parser and compiler for that computer. You’ll write your own OS and your own higher level language (OOP) and eventually you’ll write a geme (tetris) in that language.
This is of course all very simplified, but very educational.