Pls does anyone know an app. that can be downloaded on PC that has offline programming languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Pls does anyone know an app. that can be downloaded on PC that has offline programming languages?

Free application downloadable on PC with python, java, web, SQL, etc.

19th Aug 2017, 7:59 PM
***Hopeyemie***
***Hopeyemie*** - avatar
2 Answers
+ 2
as far as web languages go, you can use any text editor and you don't need internet... for other languages you will need a compiler and preferably a nice text editor/ide. I really like visual studio but there a tons of others. Just start googling for an ide and it will usually set you up for everything you need.
19th Aug 2017, 8:14 PM
Jordan Chapman
Jordan Chapman - avatar
0
For python download python For Java - Java Development Kit For SQL try PostgreSQL or MariaDB They are all free and work without internet connection. Also you can use IDEs for developing. For example PyCharm for Python or Intellij Idea for Java. Also community editions are free. However it's not required. All that you really need is any text editor to write you code.
19th Aug 2017, 8:14 PM
Roman
Roman - avatar