What do you use on PC? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What do you use on PC?

Hi I'm a noob, I wanna start writing some code Just to pass my time, but I don't really know how to do that, what app di u use on your PC for running the code, and most important what app di u use for writing the code? Ty so much

20th Jan 2022, 11:21 PM
Pietro Volpe
8 Answers
+ 13
You are not a noob you are a begginer. It's depend on you how much time you give to learn programming if you want to do better in programming give more time and also practice more .
21st Jan 2022, 12:40 AM
Vaibhav
Vaibhav - avatar
+ 3
Depends on what coding launguage you're using. For any launguage, it's easiest to write and run code in an ide. I haven't personally written any code in C or C++, so you'll have to do some searching for those two. Javascript is commonly written in Notepad++, which can also be used for other languages but it might not be as intuitive for a beginner. Python comes with it's own ide called IDLE, it's really simple and great for starting out. Sublime is another good one to consider.
20th Jan 2022, 11:32 PM
Theo Alejgato
+ 2
Ty guy
21st Jan 2022, 12:43 AM
Pietro Volpe
+ 2
There are several IDEs that are both free and good. If you want to learn the best language (least amount of shortcuts/lazyness) then learn C. You can learn C here on SoloLearn. Do all the code coach challenges on SoloLearn. Also you can chose a computer based IDE like CodeBlocks or V.S.Code (by Microsoft). They are useful for more advanced programs that need interactive input (code playground on SoloLearn only takes input before running). If you master C, then learning other languages will be easy. Python will seem simple, but it is a very powerful language. HTML, CSS, and JavaScript are a good 3rd step for your programming journey. Good luck mate, you've got this!
21st Jan 2022, 11:06 AM
HungryTradie
HungryTradie - avatar
+ 2
If you want run python First install python in you pc Download link = https://www.python.org Second choose IDLE Example : VS code, sublime text 3 , notepad++ , spider which you want download it and install on your pc then run the code
22nd Jan 2022, 4:06 PM
Sam 🌟
Sam 🌟 - avatar
+ 2
If you wish to code Python, then PyCharm EDU is the best for beginners, it has also diverse exercises in, which teach you the instructions to Python and using PyCharm IDE. And second one i would like to suggest, Visual Studio Code 😍 It is my favorite and also it has diverse exercises, and guides in its website, which makes you comfortable by using this IDE 🙂
22nd Jan 2022, 7:25 PM
SoloilSole
SoloilSole - avatar
0
VSCode is my goto, its lightweight and incredibly flexible. Its not an IDE, its a text editor, and you would download compilers seperately (via extensions or installs) but if you dont mind doing that, its definitely great with its repo syncing and live editing as well as githubs copilot. Its great!
22nd Jan 2022, 4:03 PM
Casen
Casen - avatar
- 1
Bro Use this app for better work Devc++ Turboc++ Visual studio
22nd Jan 2022, 4:30 AM
TIRTH
TIRTH - avatar