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
การตรวจสอบโค้ด
Code introspection คือความสามารถในการตรวจสอบคลาส ฟังก์ชัน และคีย์เวิร์ดเพื่อให้รู้ว่ามันคืออะไร ทำอะไรได้บ้าง และมีข้อมูลอะไรบ้าง
Python มีฟังก์ชันและเครื่องมือหลายตัวสำหรับ code introspection
บ่อยครั้งฟังก์ชันที่สำคัญที่สุดคือฟังก์ชัน 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!
