I want to know what i can do with python when i am done with it. do i need to learn other languages too? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want to know what i can do with python when i am done with it. do i need to learn other languages too?

i want to know if by only learning python can i make apps or games?

13th Aug 2017, 1:06 PM
Suresh
4 Answers
+ 15
python can make apps with kivvy. I think it compiles to java. use java instead in most cases. pythons main purpose is automation and quick development. want a script that takes all the YouTube comments in a video, puts them in an excel sheet, and emails it? that's possible to make in in one day (or less). python is also the leading language for machine learning. in the professional world, jobs often need backend web programmers in python django and flask.
13th Aug 2017, 1:22 PM
Ahri Fox
Ahri Fox - avatar
+ 1
Android apps are coded in Java, ios apps are coded in swift. you need to learn more to make apps :/ you can certainly make games for computers though.
13th Aug 2017, 1:08 PM
Gao Xiangshuai
Gao Xiangshuai - avatar
+ 1
there is a game on play store called bombsquad they claim(afaik) the game is totally made on python how true is that? what about game graphics?
13th Aug 2017, 1:16 PM
Suresh
+ 1
last time I checked, android studio, the default and only ide for Android development does not support python. I believe you are misinformed. Android app runs on a java virtual machine which compiled Java code only. there is c++ support on Android studio though
13th Aug 2017, 1:20 PM
Gao Xiangshuai
Gao Xiangshuai - avatar