Digging Deep into Python Internals深入挖掘內部的Python
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.巨蟒擁有先進的對象模型認為,明智的開發商可以利用的方式,爪哇, C + +中,和C #的開發只能夢想。 These two tutorial articles describe and teach the internals of coding in Python using some of its advances and cutting-edge features.這兩個補習社的文章,描述和教導內部編碼在Python的使用它的一些進步和尖端的功能。
Dig Deep into Python Internals - Part 1 深挖到Python的內部-第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.本教程的文章是首次在一個兩部分系列挖掘深層探討迷人的新型Python的對象模型,介紹了在使用Python 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 深挖到Python的內部-第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.在此教程中的文章作者,梁詠琪sayfan ,對比的Meta班與裝飾,探討了Python的執行模型,並說明如何檢查堆棧幀在運行時。 Finally, he demonstrates how to augment the Python language itself using these techniques.最後,他演示了如何充實的Python語言本身的使用這些技術。 A private access-checking feature that can be enforced at runtime is introduced to accomplish this.私人准入檢查功能,可以執行在運行時,介紹了要做到這一點。
Free Linux Internals Course免費的Linux內部當然 28 Free Python Books 28日免費的Python書籍 8 Free Python Programming Books 8免費使用Python編程書籍 16 Programming eBooks for Python, Bash, Regex 16編程電子書為Python ,在bash ,表達式 28 Free Computer and Programming Books 28日免費計算機和編程書籍
Dig Deep into Python Internals - Part 1 深挖到Python的內部-第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.本教程的文章是首次在一個兩部分系列挖掘深層探討迷人的新型Python的對象模型,介紹了在使用Python 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 深挖到Python的內部-第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.在此教程中的文章作者,梁詠琪sayfan ,對比的Meta班與裝飾,探討了Python的執行模型,並說明如何檢查堆棧幀在運行時。 Finally, he demonstrates how to augment the Python language itself using these techniques.最後,他演示了如何充實的Python語言本身的使用這些技術。 A private access-checking feature that can be enforced at runtime is introduced to accomplish this.私人准入檢查功能,可以執行在運行時,介紹了要做到這一點。
Popularity: 15% [人氣: 15 % [ ? ? ] ]
Related Posts: 相關文章:





















