Get started learning Python with DataCamp's free Intro to Python tutorial. Learn Data Science by completing interactive coding challenges and watching videos by expert instructors. Start Now!
This site is generously supported by DataCamp. DataCamp offers online interactive Python Tutorials for Data Science. Join 11 million other learners and get started learning Python for data science today!
Good news! You can save 25% off your Datacamp annual subscription with the code LEARNPYTHON23ALE25 - Click here to redeem your discount
Ispezione del Codice
Code introspection è la capacità di esaminare classi, funzioni e parole chiave per sapere cosa sono, cosa fanno e quali informazioni possiedono.
Python fornisce diverse funzioni e utilità per l'introspezione del codice.
Spesso la più importante è la funzione help, poiché puoi usarla per scoprire cosa fanno le altre funzioni.
Exercise
Stampa un elenco di tutti gli attributi dell'oggetto Vehicle fornito.
This site is generously supported by DataCamp. DataCamp offers online interactive Python Tutorials for Data Science. Join over a million other learners and get started learning Python for data science today!
