Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Data Science by (18.4k points)
I am a beginner for coding in python. In my college, my teachers are teaching me python using the sublime text. So I thought of using the same and start my python lessons. But I noticed one of my fried using Jupyter Notebook. As per my knowledge, Jupyter notebook is used for the Data Science course, Can I use it for practicing the python code? Can anyone guide me?

1 Answer

0 votes
by (36.8k points)

There are some advantages and disadvantages to in jupyter notebook. let's talk about the advantages:

It is very easy when it comes to deploying.

Since it runs on the server there won't be processor consumption.

You can divide the code into different cells.

Since the notebook is presentable you can present it to your teachers when required.

Coming to Disadvantages:

When you want to deploy your code you need to have network access.

You cant get back the cell which was deleted if you didn't save the file.

So looking at these advantages and disadvantages you decide which is better for you. According to me, you need to try both.

Learn Python for Data Science Course to improve your technical knowledge.

Related questions

Browse Categories

...