this post was submitted on 03 Dec 2023
55 points (100.0% liked)

Programming

16971 readers
700 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

I want start with python but I don't know what operating system and tools to use. I have a 6 RAM icore3 180 GB hard disk Notebook laptop running Linux mint. I plan to save up to Buy a PC in the future but for I have to make due my old laptop

I am also wondering how does the programming market look like in terms of operating system. Does it matter which operating system you use? In terms of programming institutions (universities bootcamps, etc..), do each institutions have its own preference or does it let its student choose?

you are viewing a single comment's thread
view the rest of the comments
[–] Ashiette@lemmy.blahaj.zone 4 points 9 months ago (3 children)

Your mint setup is fine to start learning, as others have said. Start with something simple : python, javascript, ...

For programming, there are tools available on every OS. However I have found that those tools are easier to use on Linux. Okayish to use on MacOS. Programming with Windows, on the other hand is, well... it certainly is possible, but... see for yourself.

For instituitions it varies depending on each one of them. Usually they have their own tools because it is easier to organise a class if everyone works on the same IDE but if you get good enough it does Not matter what is your OS/IDE of choice. VSCodium is nice but anything like kwrite/kate/gedit/geany is good enough. Hell, even nano can get the job done.

[–] Grtz78@feddit.de 1 points 9 months ago (1 children)

Depending on how much you want to work on servers later, getting used to vim might be worth it. With neovim there's also a modern take on vi, that can fully replace any IDE.

Just use what works for you. Only downside to IDEs is you might not graps all the magic going on in the back, so take your time to understand the ropes of the build and deployment systems before you let your IDE handle it for you.

[–] Ashiette@lemmy.blahaj.zone 4 points 9 months ago (1 children)

I started using vim to learn rust. It's awfully powerful and I fully understand the hype.

However when I started to program, vim was NOT a good option to learn. Because you have to learn how to code and how to use the coding tool at the same time. It can be too much to take in.

[–] Grtz78@feddit.de 1 points 9 months ago* (last edited 9 months ago)

Yeah, I understand that. I myself stayed an emacs user up to today because it was easier to get into it (the rabbit hole starts tumbling down some time later with emacs). But in these days eclipse was the shiny new star of IDE (cringe). However, when you face rolling out somestuff or setting up your own first services, the afternoon needed to get basic grasp of vim is well spend.

load more comments (1 replies)