7 odpowiedzi
+ 3
❄Top IDEs ↓
⚡https://www.keycdn.com/blog/best-ide/
❄Top Code Editors ↓
⚡https://mythemeshop.com/blog/code-editors/
+ 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
+ 2
Hi! python is not a compiled language. it is interpreted.
+ 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
+ 2
You link to the IDEs was very useful. Thanks!
I’m going to start with PyCharm.
0
As his say
Python is interpreted language👍
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?