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
Introspección de Código
Code introspection es la capacidad de examinar clases, funciones y palabras clave para saber qué son, qué hacen y qué conocen.
Python ofrece varias funciones y utilidades para la introspección de código.
A menudo, la más importante es la función help, ya que puedes usarla para encontrar lo que hacen otras funciones.
Exercise
Imprime una lista de todos los atributos del objeto Vehicle dado.
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!
