Python Epiphanies : Exploring Fundamental Concepts
English | Duration: 2h 30m | .FLV | h264, yuv420p, 1920×1080, 29.97 fps(r) | aac, 44100 Hz, stereo | 2.11 GB
Genre: E-learning
However, many intermediate Python developers aren’t achieving their full potential with the language because of features and concepts they don’t know, or that they partly know but find confusing because their understanding isn’t quite right.
This video tutorial will help you by:
Clarifying exactly how names work. Names are one of features of Python most often poorly understood, especially for developers who think in terms of variables as containers for values.
Explaining namespaces and going into detail on all the language features that change them from assignment and del to function and class definitions. You’ll then learn potentially confusing aspects of Python that, once you correctly understand names and namespaces, are no longer confusing.
Demonstrating several powerful features in Python that are often lacking in other language, such as generators and first class objects, in order to help you imagine more Pythonic solutions to problems.
Topics include:
The details of object creation and naming
Namespace changing features including assignment, del, import, function definition, class definition, and decorators
Disassembling CPython bytecode to understand some Python features
Iterables, iterators, and the iterator protocol
How to use generators to make your code easier to read and understand
Monkey patching classes, creating classes dynamically, and how bound methods work
Using special methods in classes
Several ways other than classes to bind data with functions
Python 3 features such as tuple assignment with extended iterable unpacking and keyword-only function arguments
Download uploaded
http://uploaded.net/file/6gm30swj/Python%20Epiphanies.part1.rar
http://uploaded.net/file/cphuobzq/Python%20Epiphanies.part2.rar
http://uploaded.net/file/xefogycb/Python%20Epiphanies.part3.rar
http://uploaded.net/file/l3oru3c4/Python%20Epiphanies.part4.rar
http://uploaded.net/file/48qtudek/Python%20Epiphanies.part5.rar
Download nitroflare
http://nitroflare.com/view/CBF9B270C771F3E/Python_Epiphanies.part1.rar
http://nitroflare.com/view/1D3F609A1474E2B/Python_Epiphanies.part2.rar
http://nitroflare.com/view/38DF03B155993E8/Python_Epiphanies.part3.rar
http://nitroflare.com/view/BA5C47EEE5B89E0/Python_Epiphanies.part4.rar
http://nitroflare.com/view/B1BAD745A1A199C/Python_Epiphanies.part5.rar
Download 百度云
转载请注明:0daytown » Python Epiphanies : Exploring Fundamental Concepts