Jump to content

Python Epiphanies: Exploring Fundamental Concepts - O'Reilly


Recommended Posts

30if4mw_zpsqdy6cder.jpg

 

Python Epiphanies: Exploring Fundamental Concepts - O'Reilly (2015)

 

However, many intermediate Python developers arent 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. Youll 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

 

Format: mp4

Language: English

Size: 2.05 gb

Hoster: Uploaded

 

http://ul.to/dayijnnm
http://ul.to/g4b12t6v
http://ul.to/h1zaytlt
http://ul.to/ilt1okx5
http://ul.to/rbpx6bnr
http://ul.to/srkz1dh5
http://ul.to/9emi58yb
http://ul.to/5fjzy366
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...