this post was submitted on 17 Dec 2024
63 points (94.4% liked)

Linux

48632 readers
1880 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
[–] Presi300@lemmy.world 5 points 1 day ago (3 children)
[–] BigTechMustBurn@lemmy.ml 5 points 14 hours ago (3 children)

Zed is full of AI rubbish, though, which is a shame as I was looking for a code editor built with Rust.

[–] toastal@lemmy.ml 2 points 5 hours ago

Rust doesn’t buy you anything interesting in this space.

[–] Presi300@lemmy.world 2 points 7 hours ago (1 children)

Not really, all the AI stuff is off by default and doesn't really nag you all too much...

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

I did find this fork which removes all the AI and telemetry. You’d be surprised how much of it is there.

[–] agelord@lemmy.world 5 points 10 hours ago* (last edited 10 hours ago) (1 children)

You can check out Lapce, which is written in Rust: https://github.com/lapce/lapce

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

Yeah, I have. Seems like development has stalled, though. Last release was 4 months ago and the last commit a month ago.

[–] jia_tan@lemmy.blahaj.zone 1 points 1 day ago (1 children)

As long as it has an integration for your language/framework of choice it’s the best imo

[–] asudox@discuss.tchncs.de 1 points 23 hours ago

Will try, thanks.