Jupyter Notebook or classic IDE for Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Jupyter Notebook or classic IDE for Python?

I think Jupyter Notebook is a very powerful tool. It can be very handy in scientific works but also for beginners to learn Python. To code in Python, what do you prefer: a classic IDE or Jupyter Notebook?

6th Aug 2018, 9:04 PM
RoboCybernetic
RoboCybernetic - avatar
11 Answers
+ 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.
6th Aug 2018, 9:25 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 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.
6th Aug 2018, 9:23 PM
JME
+ 3
Absolutely Pycharm is perfect.
23rd Dec 2018, 9:57 PM
Eman Koosehlar
Eman Koosehlar - avatar
+ 2
i prefer IDE PyCharm by JetBrains. Great and powerful IDE.
6th Aug 2018, 11:11 PM
Uchitsa
+ 2
why not notebook in pycharm?
7th Aug 2018, 2:57 AM
Mayank
Mayank - avatar
+ 2
I think Pycharm by JetBrains is a powerful IDE for everyone. (beginner or professional) you can use common version
8th Aug 2018, 7:02 PM
Eman Koosehlar
Eman Koosehlar - avatar
+ 2
you can use vs code for writing your python scripts
11th Aug 2018, 2:04 PM
Yash Goyal
Yash Goyal - avatar
+ 2
Jupiter Notebook, PyCharm and maybe Visual studio code are our accord of God
23rd Dec 2018, 2:03 AM
Vitalij Bredun ♡ Python Petersburg
Vitalij Bredun ♡ Python Petersburg - avatar
+ 1
I think Notebook is useful for beginners and not also because u can print your work and make a report to study
6th Aug 2018, 9:30 PM
RoboCybernetic
RoboCybernetic - avatar
+ 1
I think that jupyter notebook is best for learners and new in python.
7th Aug 2018, 6:49 PM
Muhammad Abdullah
Muhammad Abdullah - avatar
0
thanks for your answer
6th Aug 2018, 9:24 PM
RoboCybernetic
RoboCybernetic - avatar