How to code not on the app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to code not on the app

They don’t tell you how to code out of the app I get what it’s teaching me but how can I program something on my smartphone/computer say make a app or game if someone can explain Thanx in advance

17th Aug 2021, 1:41 AM
Lz1234
11 Answers
+ 3
To write a code for your real-time application like website, game or desktop app,..... First you have to pick a programming language that really fit with the project you wanna create. I mean if you wanna develop desktop app: python tkinter, java gui, c++gui are some programming language you have to learn. Like that for website: html, css, bootstrap, JavaScript, jQuery, react, .... Can be used. also for games c#, JavaScript,.... Then after you pick your language then to code your project you use a text editor. Here is some of my recommendations: for web project visual studio code is the best one, for python: pycharm, for java: eclipse, inteljIdea,...... For more you can Google it and and get more information on it
18th Aug 2021, 2:45 AM
Amansisa Tadese Gudina
+ 5
Hi! Lz1234 Python is not very good for gui programs and games. For game dev learn c++ or java,c# etc. First learn programing language..Then start learning game development in some other platform
17th Aug 2021, 8:02 AM
Iftekhar Ahmed Pranto
Iftekhar Ahmed Pranto - avatar
+ 3
You need to install Python3 on your machine and interpret the codes. You can check out an tutorial about it.
17th Aug 2021, 2:07 AM
你知道規則,我也是
你知道規則,我也是 - avatar
+ 2
maybe kivy. django has been used for web applications. kotlin (another programming language) is also popular for android apps. https://kivy.org/#home https://www.djangoproject.com https://kotlinlang.org
17th Aug 2021, 5:09 AM
you are smart. you are brave.
you are smart. you are brave. - avatar
+ 1
Where do i fined this turorial about this
17th Aug 2021, 2:13 AM
Lz1234
+ 1
you can go to python.org or anaconda to download and install python. for games, you can start with searching for pygame. https://www.python.org https://www.anaconda.com/products/individual https://www.pygame.org/news i hope this is helpful.
17th Aug 2021, 3:55 AM
you are smart. you are brave.
you are smart. you are brave. - avatar
+ 1
Pygame im guessing is for games How about to make own app and the like
17th Aug 2021, 3:58 AM
Lz1234
+ 1
Pranto Whats languge is programing and wich are develiping
17th Aug 2021, 6:03 PM
Lz1234
+ 1
For practice outside the app I recomend you Visual Studio Code. Its very usefull when you are starting or you are a profesional one
18th Aug 2021, 5:46 PM
Lu0213
+ 1
Thanks for all the answers Amansisa Tadese Gudina you said a few categorys what do you think is the best one in each category
18th Aug 2021, 7:19 PM
Lz1234
+ 1
If the any of theanswers where helpfull to you be nice and like it
18th Aug 2021, 9:00 PM
Lz1234