I am just a beginner here. What do I need to do in order to start my own coding without an internet connection? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I am just a beginner here. What do I need to do in order to start my own coding without an internet connection?

Step by step process (from installation to execution)

9th Sep 2018, 7:22 AM
Deo M. Ranay
Deo M. Ranay - avatar
2 Answers
+ 2
Its better have an internet connection for learn because web is full of learning resources (some here https://code.sololearn.com/WaVusr8J1KvK/?ref=app ) Anyway, you have to chooice a language... In offline you can use js (with html/css) in your browser but for anything you have need to download some tool... Python, Php, C++ etc all have need some tool (interpreter/compiler) and optionally an IDE (though you can use your default text editor but you have to learn how compilation/interpreting work at command line). If you mean on mobile device, its same but i suggest to download QPython for a offline Python environment... Remember to download some resource for learn offline (at example python docs)
9th Sep 2018, 7:38 AM
KrOW
KrOW - avatar
0
Please, Install "visual studio community" version on your pc. It is free. After installation you can use it offline. Make window applications or app's in c# or c++
9th Sep 2018, 5:33 PM
sneeze
sneeze - avatar