Creating apps | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Creating apps

After how long of learn can I create a basic app in Python? And I hope it's possible in Python ( am a beginner)

5th Nov 2017, 9:32 PM
Calbaros
Calbaros - avatar
5 Answers
+ 3
It almost depends of what you call "basic app"... You can run Python script as soon as you start, even on a mobile (there's app on android, and I guess on iOS, to run Python script, even with IDE: I would recommend QPython -- 3 to be compatible with version supported by sololearn -- wich I personnally use with success), but you will mainly create text app, no graphics ones... if you expected making graphics ui for your 'basic app', i would advice to rather target Java to make it (handle graphics ui with QPython is possible, but very tricky... a little less with QPython2, but that's not the future, wich already support Kivy framework, but QPython 3 not already: it should support Kivy also in one of next updates, but who knows when? ;P)
6th Nov 2017, 3:52 AM
visph
visph - avatar
+ 3
You can do that almost immediately but it depends on what you want to make as a "basic app".
6th Nov 2017, 3:05 PM
Harsh
Harsh - avatar
+ 2
print("Welcome to Sololearn! Have a Good day!")
5th Nov 2017, 11:57 PM
VortexYT
+ 2
hit the spot.... it's how every programmer starts..... thanks bottom top the top
29th Nov 2017, 2:52 AM
brad
brad - avatar
+ 1
Immediately... You'll be slow and you'll have to use google every few minutes to find out how to do stuff, but this is how every developer starts.
5th Nov 2017, 11:23 PM
Niall Matthews
Niall Matthews - avatar