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
فحص الشيفرة هو القدرة على استكشاف الفئات (classes) والدوال (functions) والكلمات المفتاحية لمعرفة ما هي، وماذا تفعل، وماذا تعرف.
يوفر Python العديد من الدوال والأدوات لفحص الشيفرة.
غالبًا ما تكون الدالة الأكثر أهمية هي دالة المساعدة (help)، حيث يمكنك استخدامها لمعرفة ما تفعله الدوال الأخرى.
Exercise
اطبع قائمة بجميع خصائص كائن المركبة المعطى.
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!
