The Best compiler for python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

The Best compiler for python?

i'm looking for the best compiler for python plz help me.

26th Jul 2018, 12:01 PM
SIMA
SIMA - avatar
23 Answers
+ 15
SIMA Use PyCharm
26th Jul 2018, 12:31 PM
Mohammad Amir Aqeel
Mohammad Amir Aqeel - avatar
+ 8
thanks you all😉
26th Jul 2018, 1:54 PM
SIMA
SIMA - avatar
+ 7
27th Jul 2018, 8:30 AM
Shubham Patrick
Shubham Patrick - avatar
+ 5
You will never get an answer for this. Unless you change "compiler" to "interpreter" 😂 Personally I used Python's officially-supported IDLE
28th Jul 2018, 4:01 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 4
🐺Michael🐺 my brother uses Jupyter Notebook
27th Jul 2018, 4:39 PM
hi user, #Have_Hope
hi user, #Have_Hope - avatar
+ 3
Jupyter Notebook
27th Jul 2018, 2:50 PM
🐺Michael🐺
🐺Michael🐺 - avatar
+ 2
I am teaching Computer Science to secondary children and I chose Thonny to use with them because is easiest. It's a good option for newbies in Python. You can try it.
27th Jul 2018, 5:24 AM
Jose Esteve
Jose Esteve - avatar
+ 2
use pycharm or linux + visual studio code
27th Jul 2018, 12:04 PM
Abdul Wahab Khan
Abdul Wahab Khan - avatar
+ 2
I don't think one ide is better than the other, it just depends on what you are using python for. if you're into data analysis, ML etc I would suggest anaconda/jupyter lab, but if you are into web application go for pycharm
27th Jul 2018, 12:43 PM
Adeolu F
Adeolu F - avatar
+ 2
the best IDE is pycharm
27th Jul 2018, 4:26 PM
Saman Zeitoonian
Saman Zeitoonian - avatar
+ 2
Sky Ace Yeah it’s awesome. 🙂😂🤣
27th Jul 2018, 4:41 PM
🐺Michael🐺
🐺Michael🐺 - avatar
+ 2
Chihiro Kanai I have the Anaconda Navigator, and I have been wondering what is Jupyter Lab?
27th Jul 2018, 6:12 PM
🐺Michael🐺
🐺Michael🐺 - avatar
+ 2
Chihiro Kanai So basically, Jupyter Lab is better than Jupyter Notebook?
27th Jul 2018, 8:12 PM
🐺Michael🐺
🐺Michael🐺 - avatar
+ 2
Michael, Yes, as it has jupyter notebook as one of its components
27th Jul 2018, 9:28 PM
Chihiro Kanai
Chihiro Kanai - avatar
+ 1
py2exe, cx_freeze are two good compilers
26th Jul 2018, 1:20 PM
Markus Kaleton
Markus Kaleton - avatar
+ 1
Best is Anaconda Navigator
27th Jul 2018, 2:06 PM
Tridev Singh
Tridev Singh - avatar
+ 1
Well, I'd recommend going with Jupyter Notebook
27th Jul 2018, 3:48 PM
Anurag Gulati
+ 1
JupyterLab is web based interface, that integrates text editor, live code, narrative text, visualization, controls etc. Basically, it's platform to produce interactive content for reproducible computing. It's built based on Jupyter notebook, but uses more recent technology and has added features. I believe plan is to replace Jupyter notebook with JupyterLab soon.
27th Jul 2018, 8:02 PM
Chihiro Kanai
Chihiro Kanai - avatar
0
python ide
27th Jul 2018, 12:00 PM
adwait naik
adwait naik - avatar
0
For those using Windows machine, and more heavily into data science and integration with Excel. I'd recommend Anaconda, Python3.6, x64. Then for IDE, you can use either JupyterLab, Spyder. And add xlwings for Excel integration.
27th Jul 2018, 6:09 PM
Chihiro Kanai
Chihiro Kanai - avatar