23 odpowiedzi
+ 15
SIMA Use PyCharm
+ 8
thanks you all😉
+ 7
I believe this link help you..
https://www.simplifiedpython.net/6-best-JUMP_LINK__&&__python__&&__JUMP_LINK-ides/
interpreter for Python
+ 5
You will never get an answer for this.
Unless you change "compiler" to "interpreter" 😂
Personally I used Python's officially-supported IDLE
+ 4
🐺Michael🐺 my brother uses Jupyter Notebook
+ 3
Jupyter Notebook
+ 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.
+ 2
use pycharm or linux + visual studio code
+ 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
+ 2
the best IDE is pycharm
+ 2
Sky Ace
Yeah it’s awesome. 🙂😂🤣
+ 2
Chihiro Kanai
I have the Anaconda Navigator, and I have been wondering what is Jupyter Lab?
+ 2
Chihiro Kanai
So basically, Jupyter Lab is better than Jupyter Notebook?
+ 2
Michael,
Yes, as it has jupyter notebook as one of its components
+ 1
py2exe, cx_freeze are two good compilers
+ 1
Best is Anaconda Navigator
+ 1
Well, I'd recommend going with Jupyter Notebook
+ 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.
0
python ide
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.