Development Application for Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Development Application for Python

I know that python code doesn’t need to be complied to work, but is there applications for developing and compiling python? If so, what are the most popular ones?

29th Mar 2021, 9:49 AM
JediMastrBob
JediMastrBob - avatar
7 Answers
29th Mar 2021, 10:15 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 3
I sent you a link to the IDE and text code editors. Did you watch it? Here they are: PyCharm, InteliJ IDEA, Eclipse, Komodo, PyDev
29th Mar 2021, 12:34 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
Hi! python is not a compiled language. it is interpreted.
29th Mar 2021, 10:16 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
You have got this completely wrong. Python is both compiled and interpreted language. Your Python code is first compiled to give a byte code which the PVM or the Python Virtual Machine takes care of and then it is interpreted to give you an output. Here is a Python JIT compiler. https://www.sololearn.com/post/670846/?ref=app
29th Mar 2021, 10:23 AM
Avinesh
Avinesh - avatar
+ 2
You link to the IDEs was very useful. Thanks! I’m going to start with PyCharm.
29th Mar 2021, 3:58 PM
JediMastrBob
JediMastrBob - avatar
0
As his say Python is interpreted language👍
29th Mar 2021, 10:22 AM
Isabella
Isabella - avatar
0
Thanks for thr answers so far. So if there a graphical python development app for Python? Or do you always need to write every line of code from scratch? That would seem tedious, so I am guessing there is a development platform?
29th Mar 2021, 12:14 PM
JediMastrBob
JediMastrBob - avatar