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
Thumbs Up Python 3 Jupyter notebook ternary plot data nicholas 0 897 Jan-21-2023, 05:01 PM
Last Post: nicholas
  Help Python vs Jupyter futureofAI 2 1,542 Oct-17-2021, 09:45 AM
Last Post: futureofAI
  how to find difference between fake driving license or real using python? pjaymn 2 2,500 Dec-20-2020, 08:41 PM
Last Post: jefsummers
  python 3 find difference between 2 files pd007 2 2,079 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 2,463 May-22-2019, 07:20 AM
Last Post: buran
  Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2 Newtopython123 10 31,167 Apr-25-2019, 07:30 AM
Last Post: banu0395
  Jupyter and python terminal dervast 3 2,671 Mar-29-2019, 02:08 PM
Last Post: dervast
  Socket creation speed difference Python 2.7 / Python 3.7 PiAil 1 2,426 Feb-13-2019, 01:55 PM
Last Post: PiAil
  python how to find difference between two values hare 1 6,420 Jan-14-2019, 10:18 PM
Last Post: Gribouillis
  Python catch mouse click in pure text, no graphics samtal 7 7,111 Sep-10-2018, 03:02 PM
Last Post: samtal

Forum Jump:

User Panel Messages

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