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

Инспекция на кода


Кодова интроспекция е способността да се проверяват класове, функции и ключови думи, за да се разбере какво представляват, какво правят и какво знаят.

Python предоставя няколко функции и полезни инструменти за кодова интроспекция.

Често най-важната функция е help, тъй като с нея може да се открие какво правят останалите функции.

Exercise

Отпечатайте списък с всички атрибути на дадения обект Vehicle.

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!

Previous Tutorial Next Tutorial Take the Test
Copyright © learnpython.org. Read our Terms of Use and Privacy Policy