Digging Deep into Python Internals حفر في عمق بايثون الداخلية لل
Python, the open source scripting language, has grown tremendously popular in the last five years. بايثون ، ولغة البرمجه النصيه المفتوحه المصدر ، وقد نمت شعبية هاءله في السنوات الخمس الاخيرة. Python boasts a sophisticated object model that wise developers can exploit in ways that Java, C++, and C# developers can only dream of. بايثون تفتخر نموذج متطور وجوه من الحكمة ان مطورين يمكن ان تستغل بطرق جافا ، ج + + ، وجيم # المطورين لا يمكن الا ان حلم. These two tutorial articles describe and teach the internals of coding in Python using some of its advances and cutting-edge features. الدورة التعليميه هاتين المادتين ووصف الداخلية للتعليم من الترميز في بايثون باستخدام بعض من اوجه التقدم والسبق ميزات.
Dig Deep into Python Internals - Part 1 حفر في عمق بايثون الداخلية لل-- الجزء 1
This tutorial article is the first in a two-part series that digs deep to explore the fascinating new-style Python object model, which was introduced in Python 2.2 and improved in 2.3 and 2.4. هذا البرنامج التعليمي المادة هي الاولى في جزءين سلسلة ان المنجم العميق لاستكشاف راءعه جديدة من طراز بيثون وجوه النموذج ، الذي بدأ العمل به في بايثون 2،2 و 2،3 في تحسين و2،4. The object model and type system are very dynamic and allow quite a few interesting tricks. هدف النموذج ونوع نظام دينامي جدا وتسمح للاهتمام عدد غير قليل من الخدع. This tutorial describes the object, model, and type system; explores various entities; explains the life cycle of an object; and introduces some of the ways to modify and customize almost everything you thought immutable at runtime. ويصف هذا البرنامج التعليمي وجوه ، النموذجي ، ونوع النظام ؛ يستكشف مختلف الكيانات ؛ يفسر دورة حياة الجسم ؛ ويعرض بعض الطرق لتعديل وتخصيص كل شيء تقريبا غير قابل للفكرت في وقت التشغيل.
Dig Deep into Python Internals - Part 2 حفر في عمق بايثون الداخلية لل-- الجزء 2
In this tutorial article the author, Gigi Sayfan, contrasts meta-classes with decorators, explores the Python execution model and explains how to examine stack frames at runtime. في هذه الدورة التعليميه المادة مقدم البلاغ ، gigi sayfan ، ويتناقض مع الطبقات الفوقيه النقاشون ، ويستكشف والبيثون تنفيذ نموذج يوضح كيفية فحص كومة اطارات في وقت التشغيل. Finally, he demonstrates how to augment the Python language itself using these techniques. واخيرا ، قال انه يدل على كيفية زيادة بايثون اللغة نفسها باستخدام هذه التقنيات. A private access-checking feature that can be enforced at runtime is introduced to accomplish this. أ - التحقق من وصول القطاع الخاص التي يمكن ان تكون سمة بحالات الاختفاء القسري في وقت التشغيل هو عرض لانجاز ذلك.
Free Linux Internals Course وبطبيعة الحال الحرة لينكس الداخلية لل 28 Free Python Books 28 بايثون الكتب مجانا 8 Free Python Programming Books 8 الحرة كتب البرمجه بايثون 16 Programming eBooks for Python, Bash, Regex 16 [ابووكس] لالبرمجه بايثون ، باش ، regex 28 Free Computer and Programming Books 28 الحرة كتب الكمبيوتر والبرمجه
Dig Deep into Python Internals - Part 1 حفر في عمق بايثون الداخلية لل-- الجزء 1
This tutorial article is the first in a two-part series that digs deep to explore the fascinating new-style Python object model, which was introduced in Python 2.2 and improved in 2.3 and 2.4. هذا البرنامج التعليمي المادة هي الاولى في جزءين سلسلة ان المنجم العميق لاستكشاف راءعه جديدة من طراز بيثون وجوه النموذج ، الذي بدأ العمل به في بايثون 2،2 و 2،3 في تحسين و2،4. The object model and type system are very dynamic and allow quite a few interesting tricks. هدف النموذج ونوع نظام دينامي جدا وتسمح للاهتمام عدد غير قليل من الخدع. This tutorial describes the object, model, and type system; explores various entities; explains the life cycle of an object; and introduces some of the ways to modify and customize almost everything you thought immutable at runtime. ويصف هذا البرنامج التعليمي وجوه ، النموذجي ، ونوع النظام ؛ يستكشف مختلف الكيانات ؛ يفسر دورة حياة الجسم ؛ ويعرض بعض الطرق لتعديل وتخصيص كل شيء تقريبا غير قابل للفكرت في وقت التشغيل.
Dig Deep into Python Internals - Part 2 حفر في عمق بايثون الداخلية لل-- الجزء 2
In this tutorial article the author, Gigi Sayfan, contrasts meta-classes with decorators, explores the Python execution model and explains how to examine stack frames at runtime. في هذه الدورة التعليميه المادة مقدم البلاغ ، gigi sayfan ، ويتناقض مع الطبقات الفوقيه النقاشون ، ويستكشف والبيثون تنفيذ نموذج يوضح كيفية فحص كومة اطارات في وقت التشغيل. Finally, he demonstrates how to augment the Python language itself using these techniques. واخيرا ، قال انه يدل على كيفية زيادة بايثون اللغة نفسها باستخدام هذه التقنيات. A private access-checking feature that can be enforced at runtime is introduced to accomplish this. أ - التحقق من وصول القطاع الخاص التي يمكن ان تكون سمة بحالات الاختفاء القسري في وقت التشغيل هو عرض لانجاز ذلك.
Popularity: 15% [ شعبية : 15 ٪] ? ؟ ] [
Related Posts: الوظائف ذات الصلة :





















