Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Python Epiphanies : Exploring Fundamental Concepts

Posted By: naag
Python Epiphanies : Exploring Fundamental Concepts

Python Epiphanies : Exploring Fundamental Concepts
English | Duration: 2h 30m | .FLV | h264, yuv420p, 1920x1080, 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

Python Epiphanies : Exploring Fundamental Concepts