11 Respostas
+ 9
It depends on your task. In making scripts you rarely need interactivity - it's rather full program execution you want to run. So it's more handy using a standard IDE. When dealing with data processing and analysis, however, you want to look at your data after each processing step, correct or experiment, add new temporary variable in-between and such -- then it's more convenient to use a notebook.
+ 3
Both are useful tools. Generally I think that notebooks are good for learning or testing out new ideas or quick analysis work. IDE's are far more useful when trying to build a full fledged application.
+ 3
Absolutely Pycharm is perfect.
+ 2
i prefer IDE PyCharm by JetBrains. Great and powerful IDE.
+ 2
why not notebook in pycharm?
+ 2
I think Pycharm by JetBrains is a powerful IDE for everyone. (beginner or professional)
you can use common version
+ 2
you can use vs code for writing your python scripts
+ 2
Jupiter Notebook, PyCharm and maybe Visual studio code are our accord of God
+ 1
I think Notebook is useful for beginners and not also because u can print your work and make a report to study
+ 1
I think that jupyter notebook is best for learners and new in python.
0
thanks for your answer