filmov
tv
Exécuter un programme Python pas à pas avec Python Tutor

Показать описание
Dans cette vidéo vous verrez :
- Comment utiliser Python Tutor en ligne,
- Comment utiliser Python Tutor dans un notebook colaboratory.
Python tutor pour colaboratory
Code cellule #1
%pip install metakernel
Code cellule #2
from metakernel import register_ipython_magics
register_ipython_magics()
Code cellule #3
%%tutor
# du code Python
- Comment utiliser Python Tutor en ligne,
- Comment utiliser Python Tutor dans un notebook colaboratory.
Python tutor pour colaboratory
Code cellule #1
%pip install metakernel
Code cellule #2
from metakernel import register_ipython_magics
register_ipython_magics()
Code cellule #3
%%tutor
# du code Python