+ 8
HELLO! Friends of the SoloLearn community: What are the specifications that a PC must have in order to program comfortably?
9 Réponses
+ 7
This varies depending on what kind of programming you will do (games, web, terminal etc). In general you will want:
4-16 GB RAM
3+ GHz processor
500-2000 GB storage
A decent GPU
+ 7
You can code on a potato. . .
+ 4
What hardware components should have priority?
+ 4
For the record, I've programmed on half the minimum specs endorsed by TurtleShell, comfortably. Not to say that the endorsement is wrong, but rather the opposite. General questions invite general answers, and that's exactly what we have here.
Btw:
https://www.sololearn.com/discuss/1005071/?ref=app
https://www.sololearn.com/discuss/932526/?ref=app
https://www.sololearn.com/discuss/899533/?ref=app
https://www.sololearn.com/discuss/1170131/?ref=app
https://www.sololearn.com/discuss/1325938/?ref=app
https://www.sololearn.com/discuss/777037/?ref=app
https://www.sololearn.com/discuss/1156377/?ref=app
https://www.sololearn.com/discuss/1077817/?ref=app
https://www.sololearn.com/discuss/716227/?ref=app
https://www.sololearn.com/discuss/1139803/?ref=app
https://www.sololearn.com/discuss/1223902/?ref=app
https://www.sololearn.com/discuss/1107996/?ref=app
https://www.sololearn.com/discuss/1540474/?ref=app
https://www.sololearn.com/discuss/1050175/?ref=app
+ 3
A good seat and good coffee 😊
+ 3
You just only need a pc/laptop with a simple text editor (a computer normally predefine installed one). Also you can code in a mobile or a tablet downloading an app or even online text editor. You dont need a expensive pc to code, you need effort :)
+ 2
it depends on what you do
for example: programming an android app is not like writing python scripts
+ 2
It depends on what tools do you want to use in your programming. You certainly can't run Android Studio on a old pc with low memory and stone age features. However you can run the mingw compiler on virtually any computer that can be turned on.
+ 2
If you intend to test the program on the same computer you code on, the computer must have adequate memory, speed, and graphics for the type of program you want to create.
If you only want to write the program on a computer with out testing on the same computer, almost any machine will do. Compilers work best with free HD space & RAM. The faster the processor is, the quicker the program will compile. I prefer a machine with at least 4 GB RAM, about 30 GB storage and a 2 - 4 GHz processor speed. More memory won't make much difference if the compiler is efficient. Additional HD space makes it possible to store multiple source versions and compiled versions of your program on the development PC.