Qual è esattamente la differenza tra Python e IPython ?
Se scrivo codice in Python, verrà eseguito in IPython così com'è o deve essere modificato?
So che IPython dovrebbe essere una shell interattiva per Python, ma è tutto? O esiste un linguaggio chiamato IPython? Se scrivo qualcosa in IPython, verrà eseguito in Python e viceversa? Se ci sono differenze, come faccio a sapere quali sono? Tutti i pacchetti utilizzati da Python funzioneranno come in IPython?
Thus, you don't need to alter your code, the IPython shell runs your python code just like the normal python shell does
Grazie. Questo è tutto ciò che dovevo sapere.