F5F Stay Refreshed Software Operating Systems Updating Ubuntu 20.04

Updating Ubuntu 20.04

Updating Ubuntu 20.04

S
shanleighrose
Member
181
04-17-2023, 03:58 AM
#1
Start with Ubuntu 20.04 LTS as your base system. VS Code is a great choice for coding on Linux, offering a user-friendly interface and strong integration with development tools.
S
shanleighrose
04-17-2023, 03:58 AM #1

Start with Ubuntu 20.04 LTS as your base system. VS Code is a great choice for coding on Linux, offering a user-friendly interface and strong integration with development tools.

R
RG48
Posting Freak
778
04-22-2023, 03:07 PM
#2
Essentially, you only need a text editor to write your code, like Notepad on Windows. Compiling is what follows. It varies based on the project and your programming skills.
R
RG48
04-22-2023, 03:07 PM #2

Essentially, you only need a text editor to write your code, like Notepad on Windows. Compiling is what follows. It varies based on the project and your programming skills.

B
BoChesa
Member
73
04-22-2023, 10:12 PM
#3
It's honestly just preference, there really is no best. You can use a basic text editor or a full blown IDE and achieve the same results. Personally I use KDevelop and Kate , but I primarily use KDE and utilize QT ( Open-Source ) for cross-platform applications.
B
BoChesa
04-22-2023, 10:12 PM #3

It's honestly just preference, there really is no best. You can use a basic text editor or a full blown IDE and achieve the same results. Personally I use KDevelop and Kate , but I primarily use KDE and utilize QT ( Open-Source ) for cross-platform applications.

M
MrAserFiles
Member
230
04-26-2023, 05:47 AM
#4
I suggest using VS Code since it starts up extremely fast, works on any device, and offers a powerful text editor with code compilation features. It outperforms Eclipse IDE, which is sluggish and needs several downloads. For coding tasks, a simple editor like Vim is usually sufficient.
M
MrAserFiles
04-26-2023, 05:47 AM #4

I suggest using VS Code since it starts up extremely fast, works on any device, and offers a powerful text editor with code compilation features. It outperforms Eclipse IDE, which is sluggish and needs several downloads. For coding tasks, a simple editor like Vim is usually sufficient.

M
MrMichal23
Junior Member
18
04-26-2023, 06:39 AM
#5
Telling Vim to someone new is tough since I haven’t programmed before, so I began with RStudio for R and IDLE for Python. For a newcomer it’s just sufficient. Later, when IDLE felt too restricted, I moved to Spyder, which acts like "RStudio for Python," a very handy IDE particularly for data science work.
M
MrMichal23
04-26-2023, 06:39 AM #5

Telling Vim to someone new is tough since I haven’t programmed before, so I began with RStudio for R and IDLE for Python. For a newcomer it’s just sufficient. Later, when IDLE felt too restricted, I moved to Spyder, which acts like "RStudio for Python," a very handy IDE particularly for data science work.

J
jjmonkey13
Member
236
04-29-2023, 01:18 AM
#6
It's actually the ideal moment to start learning vim, or even emacs (which is superior in every aspect).
J
jjmonkey13
04-29-2023, 01:18 AM #6

It's actually the ideal moment to start learning vim, or even emacs (which is superior in every aspect).

_
_LeaDaUnicorn
Member
141
04-30-2023, 05:20 AM
#7
Is this about tradition? Showcasing older text editors highlights the dedication of a true developer. There’s no logical reason to revert to such tools now.
_
_LeaDaUnicorn
04-30-2023, 05:20 AM #7

Is this about tradition? Showcasing older text editors highlights the dedication of a true developer. There’s no logical reason to revert to such tools now.

C
Cheerifell
Junior Member
14
05-07-2023, 08:01 AM
#8
They stand out because of their workflow combined with reliability and the extensive plugin network that supports each community. Since neither is an IDE by default, you're encouraged to develop your own coding skills instead of depending on one tool, which means you won’t face the same challenges if you switch to another IDE later. Working with a text editor also gives you deeper understanding of QA practices. Of course, if someone prefers VS Code, I won’t argue because that’s the editor I personally rely on. I mainly use emacs for tasks like org mode, and so on.
C
Cheerifell
05-07-2023, 08:01 AM #8

They stand out because of their workflow combined with reliability and the extensive plugin network that supports each community. Since neither is an IDE by default, you're encouraged to develop your own coding skills instead of depending on one tool, which means you won’t face the same challenges if you switch to another IDE later. Working with a text editor also gives you deeper understanding of QA practices. Of course, if someone prefers VS Code, I won’t argue because that’s the editor I personally rely on. I mainly use emacs for tasks like org mode, and so on.