this post was submitted on 17 Dec 2024
78 points (95.3% liked)

Linux

48637 readers
1107 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm getting back into coding and I'm going to start with python but I wanted to see what are some good IDEs to write the code. Thanks in advance.

you are viewing a single comment's thread
view the rest of the comments
[–] hamburger@discuss.tchncs.de 26 points 1 day ago (1 children)
[–] nullstreamer@feddit.org 14 points 1 day ago (3 children)

I'd suggest going with LazyVIM / SpaceVIM as a starting point, though, as configuring vim from blank state is an art itself and requires quite some time and dedication.

[–] communism@lemmy.ml 1 points 1 hour ago

configuring vim from blank state is an art itself and requires quite some time and dedication.

Not really sure where you got this from. It's quite simple to me. The default vim config works completely fine for me if I'm eg in a VM and I don't want to copy all my vimrc and plugins over, if it's a machine I'll be using more long-term then it's quite quick to configure a few settings to be how I prefer them to be. Main changes I make to a default config is enabling line numbers (idk anyone who wouldn't want line numbers tbh) and setting them to be relative, set scrolloff=9999, use 4 spaces for indent, enable line and column highlighting, set a theme, and a couple odd scripts, but again the default is perfectly usable and the tweaks in my vimrc are just to my personal taste.

[–] 737@lemmy.blahaj.zone 6 points 9 hours ago (1 children)

starting off with nothing but vim/nvim really isn't bad

[–] Jakeroxs@sh.itjust.works 1 points 8 hours ago (1 children)

I still have no understanding of how to do literally anything in vim, I couldn't even close out lol.

[–] toynbee@lemmy.world 1 points 1 hour ago (1 children)
[–] Jakeroxs@sh.itjust.works 1 points 12 minutes ago* (last edited 12 minutes ago)

Where would I even type that lol.

[–] o_d@lemmygrad.ml 1 points 21 hours ago

+1 for LazyVim