• 0 Posts
  • 37 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2022

help-circle








  • Compiling code converts it from human readable source code into optimized machine code which the processor understands how to execute. For a lot of software you can just unpack the source code, run ./configure, run 'make', and then 'make install'. This can vary a lot and is a simplified explanation, but it's a start...









  • Because I've never seen a python class before that was 'no experience required' where they go "Well, normally we'd teach you about variables, and loops, functions and operator precedence...but you know what? Screw all that. Head first! YOLO! Write me some code."

    If that is how that class is, I'd drop it and go hit youtube or something. How to Learn Python stuff is pretty available if you want to learn (and python is pretty useful).



  • My take: I don't recommend distros like mint because they're windows-y, I do it because they're good 'shit just works' starting points and Linux newbies probably don't need to be spending 2 hours figuring out why audio doesn't work or whatever. Once they get their feet under them and learn their way around a shell, etc then they can start playing around with other distros if they like.