Python Forum
1 What is Jupyter? and what's the difference between it and "pure python"?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
1 What is Jupyter? and what's the difference between it and "pure python"?
#1
Hi there! Today I had a job interview and they ask me about my python knowledge and if i used a framework, so I told her that during my mathematics degree we learnt how to use python using Jupyter and Spyder (but mostly Jupyter). After that she said that I needed to know "pure python", with that I understand it's python using the command line.

My question is, what's is the difference between those two (jupyter and pure)? What's supposed to be Jupyter? A framework? and IDE?

any advise for learning "pure python" knowing that I already know python through jupyter?

thank you all so much!
Reply
#2
This is finding a reason not to hire you.

Jupyter is just a platform. You can use it to code not only in Python.
If you are writing a code using Jupyter this code is not different from any other written in any IDE or even in the Python interpreter. The syntax is the same. The language is the same. It's just a tool.

Think about that interview and find all points you think you didn't manage to show your full potential.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#3
Actually, I got another interview for the job, it's supposed to be a technical interview, that's why I ask, so I can be prepared. The woman who interviewed me seemed very happy with how it went.

Regarding to Python, I thought there was some differences between what I learnt using Jupyter and the command line, even though I haven't seen any since I've been "playing" with it.

Thank you so much for your answer, you can't imagine the weight you take of my shoulders.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to find difference between fake driving license or real using python? pjaymn 5 5,013 Jun-14-2024, 07:01 AM
Last Post: Pedroski55
  Troubleshooting Jupyter Notebook installation with Python using pip and a venv Drone4four 1 2,161 Jun-04-2024, 10:55 PM
Last Post: Drone4four
  Install python 2.7 in jupyter lab raman 28 5,283 Jun-01-2024, 01:53 PM
Last Post: snippsat
Thumbs Up Python 3 Jupyter notebook ternary plot data nicholas 0 1,837 Jan-21-2023, 05:01 PM
Last Post: nicholas
  Help Python vs Jupyter futureofAI 2 2,256 Oct-17-2021, 09:45 AM
Last Post: futureofAI
  python 3 find difference between 2 files pd007 2 2,870 May-22-2020, 01:16 AM
Last Post: Larz60+
  Python Script to Produce Difference Between Files and Resolve DNS Query for the Outpu sultan 2 3,392 May-22-2019, 07:20 AM
Last Post: buran
  Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2 Newtopython123 10 34,958 Apr-25-2019, 07:30 AM
Last Post: banu0395
  Jupyter and python terminal dervast 3 3,667 Mar-29-2019, 02:08 PM
Last Post: dervast
  Socket creation speed difference Python 2.7 / Python 3.7 PiAil 1 3,078 Feb-13-2019, 01:55 PM
Last Post: PiAil

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020