种子简介
种子名称:
[Udemy] Python 3 Deep Dive (Part 1 – Functional) (08.2020)
文件类型:
视频
文件数目:
156个文件
文件大小:
34.55 GB
收录时间:
2022-3-28 10:50
已经下载:
3次
资源热度:
195
最近下载:
2024-12-28 13:43
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:44a4d78f1427aec0f31b75f621a94118fb078a3b&dn=[Udemy] Python 3 Deep Dive (Part 1 – Functional) (08.2020)
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[Udemy] Python 3 Deep Dive (Part 1 – Functional) (08.2020).torrent
01 Introduction/001 Course Overview.mp4546.79MB
02 A Quick Refresher - Basics Review/001 Introduction.mp433.36MB
02 A Quick Refresher - Basics Review/002 The Python Type Hierarchy.mp4114.22MB
02 A Quick Refresher - Basics Review/003 Multi-Line Statements and Strings.mp4362.43MB
02 A Quick Refresher - Basics Review/004 Variable Names.mp4214.61MB
02 A Quick Refresher - Basics Review/005 Conditionals.mp429.16MB
02 A Quick Refresher - Basics Review/006 Functions.mp450.94MB
02 A Quick Refresher - Basics Review/007 The While Loop.mp497.64MB
02 A Quick Refresher - Basics Review/008 Break, Continue and the Try Statement.mp441.96MB
02 A Quick Refresher - Basics Review/009 The For Loop.mp468.05MB
02 A Quick Refresher - Basics Review/010 Classes.mp4304.53MB
03 Variables and Memory/001 Introduction.mp454.3MB
03 Variables and Memory/002 Variables are Memory References.mp4135.55MB
03 Variables and Memory/003 Reference Counting.mp4232.47MB
03 Variables and Memory/004 Garbage Collection.mp4569.84MB
03 Variables and Memory/005 Dynamic vs Static Typing.mp498.82MB
03 Variables and Memory/006 Variable Re-Assignment.mp481.79MB
03 Variables and Memory/007 Object Mutability.mp4269.7MB
03 Variables and Memory/008 Function Arguments and Mutability.mp4288.19MB
03 Variables and Memory/009 Shared References and Mutability.mp4285.77MB
03 Variables and Memory/010 Variable Equality.mp4353.05MB
03 Variables and Memory/011 Everything is an Object.mp4314.64MB
03 Variables and Memory/012 Python Optimizations_ Interning.mp4160.77MB
03 Variables and Memory/013 Python Optimizations_ String Interning.mp4170.55MB
03 Variables and Memory/014 Python Optimizations_ Peephole.mp4442.61MB
04 Numeric Types/001 Introduction.mp458.52MB
04 Numeric Types/002 Integers_ Data Types.mp4426.42MB
04 Numeric Types/003 Integers_ Operations.mp4411.05MB
04 Numeric Types/004 Integers_ Constructors and Bases - Lecture.mp4565.91MB
04 Numeric Types/005 Integers_ Constructors and Bases - Coding.mp4362.57MB
04 Numeric Types/006 Rational Numbers - Lecture.mp4282.26MB
04 Numeric Types/007 Rationals Numbers - Coding.mp475.46MB
04 Numeric Types/008 Floats_ Internal Representations - Lecture.mp4705.58MB
04 Numeric Types/009 Floats_ Internal Representations - Coding.mp421.28MB
04 Numeric Types/010 Floats_ Equality Testing - Lecture.mp4367.11MB
04 Numeric Types/011 Floats_ Equality Testing - Coding.mp493.77MB
04 Numeric Types/012 Floats_ Coercing to Integers - Lecture.mp4190.59MB
04 Numeric Types/013 Floats_ Coercing to Integers - Coding.mp478.75MB
04 Numeric Types/014 Floats_ Rounding - Lecture.mp4913.28MB
04 Numeric Types/015 Floats_ Rounding - Coding.mp462.95MB
04 Numeric Types/016 Decimals - Lecture.mp4330.31MB
04 Numeric Types/017 Decimals - Coding.mp467.13MB
04 Numeric Types/018 Decimals_ Constructors and Contexts - Lecture.mp4200.6MB
04 Numeric Types/019 Decimals_ Constructors and Contexts - Coding.mp446.25MB
04 Numeric Types/020 Decimals_ Math Operations - Lecture.mp4188.75MB
04 Numeric Types/021 Decimals_ Math Operations - Coding.mp4114.45MB
04 Numeric Types/022 Decimals_ Performance Considerations.mp4210.77MB
04 Numeric Types/023 Complex Numbers - Lecture.mp4229.15MB
04 Numeric Types/024 Complex Numbers - Coding.mp488.77MB
04 Numeric Types/025 Booleans.mp4483.05MB
04 Numeric Types/026 Booleans_ Truth Values - Lecture.mp4179.95MB
04 Numeric Types/027 Booleans_ Truth Values - Coding.mp487.07MB
04 Numeric Types/028 Booleans_ Precedence and Short-Circuiting - Lecture.mp4415.15MB
04 Numeric Types/029 Booleans_ Precedence and Short-Circuiting - Coding.mp482.54MB
04 Numeric Types/030 Booleans_ Boolean Operators - Lecture.mp4346.9MB
04 Numeric Types/031 Booleans_ Boolean Operators - Coding.mp459.8MB
04 Numeric Types/032 Comparison Operators.mp4339.07MB
05 Function Parameters/001 Introduction.mp421.21MB
05 Function Parameters/002 Argument vs Parameter.mp472.29MB
05 Function Parameters/003 Positional and Keyword Arguments - Lecture.mp4463.06MB
05 Function Parameters/004 Positional and Keyword Arguments - Coding.mp425.99MB
05 Function Parameters/005 Unpacking Iterables - Lecture.mp4248.56MB
05 Function Parameters/006 Unpacking Iterables - Coding.mp4116.35MB
05 Function Parameters/007 Extended Unpacking - Lecture.mp4342.53MB
05 Function Parameters/008 Extended Unpacking - Coding.mp4114.71MB
05 Function Parameters/009 _args - Lecture.mp4116.04MB
05 Function Parameters/010 _args - Coding.mp466MB
05 Function Parameters/011 Keyword Arguments - Lecture.mp4181MB
05 Function Parameters/012 Keyword Arguments - Coding.mp458.91MB
05 Function Parameters/013 __kwargs.mp4168.78MB
05 Function Parameters/014 Putting it all Together - Lecture.mp4258.75MB
05 Function Parameters/015 Putting it all Together - Coding.mp4110.52MB
05 Function Parameters/016 Application_ A Simple Function Timer.mp4115.69MB
05 Function Parameters/017 Parameter Defaults - Beware!!.mp4318.87MB
05 Function Parameters/018 Parameter Defaults - Beware Again!!.mp4272.42MB
06 First-Class Functions/001 Introduction.mp478.99MB
06 First-Class Functions/002 Docstrings and Annotations - Lecture.mp4307.44MB
06 First-Class Functions/003 Docstrings and Annotations - Coding.mp4205.94MB
06 First-Class Functions/004 Lambda Expressions - Lecture.mp4235.36MB
06 First-Class Functions/005 Lambda Expressions - Coding.mp462.75MB
06 First-Class Functions/006 Lambdas and Sorting.mp468.28MB
06 First-Class Functions/007 Challenge - Randomize an Iterable using Sorted!!.mp410.72MB
06 First-Class Functions/008 Function Introspection - Lecture.mp4382.45MB
06 First-Class Functions/009 Function Introspection - Coding.mp4518.41MB
06 First-Class Functions/010 Callables.mp4242.53MB
06 First-Class Functions/011 Map, Filter, Zip and List Comprehensions - Lecture.mp4423.17MB
06 First-Class Functions/012 Map, Filter, Zip and List Comprehensions - Coding.mp4284.44MB
06 First-Class Functions/013 Reducing Functions - Lecture.mp4498.45MB
06 First-Class Functions/014 Reducing Functions - Coding.mp4121.93MB
06 First-Class Functions/015 Partial Functions - Lecture.mp4219.1MB
06 First-Class Functions/016 Partial Functions - Coding.mp4157.65MB
06 First-Class Functions/017 The operator Module - Lecture.mp4298.42MB
06 First-Class Functions/018 The operator Module - Coding.mp4442.66MB
07 Scopes, Closures and Decorators/001 Introduction.mp428.97MB
07 Scopes, Closures and Decorators/002 Global and Local Scopes - Lecture.mp41.19GB
07 Scopes, Closures and Decorators/003 Global and Local Scopes - Coding.mp489.89MB
07 Scopes, Closures and Decorators/004 Nonlocal Scopes - Lecture.mp4780.62MB
07 Scopes, Closures and Decorators/005 Nonlocal Scopes - Coding.mp457MB
07 Scopes, Closures and Decorators/006 Closures - Lecture.mp4751.24MB
07 Scopes, Closures and Decorators/007 Closures - Coding.mp4200.26MB
07 Scopes, Closures and Decorators/008 Closure Applications - Part 1.mp4104.98MB
07 Scopes, Closures and Decorators/009 Closure Applications - Part 2.mp492.38MB
07 Scopes, Closures and Decorators/010 Decorators (Part 1) - Lecture.mp4408.46MB
07 Scopes, Closures and Decorators/011 Decorators (Part 1) - Coding.mp4159.29MB
07 Scopes, Closures and Decorators/012 Decorator Application (Timer).mp4664.11MB
07 Scopes, Closures and Decorators/013 Decorator Application (Logger, Stacked Decorators).mp4134.32MB
07 Scopes, Closures and Decorators/014 Decorator Application (Memoization).mp4220.37MB
07 Scopes, Closures and Decorators/015 Decorators (Part 2) - Lecture.mp4230.02MB
07 Scopes, Closures and Decorators/016 Decorators (Part 2) - Coding.mp4440.35MB
07 Scopes, Closures and Decorators/017 Decorator Application (Decorator Class).mp455.68MB
07 Scopes, Closures and Decorators/018 Decorator Application (Decorating Classes).mp4374.9MB
07 Scopes, Closures and Decorators/019 Decorator Application (Dispatching) - Part 1.mp4240.17MB
07 Scopes, Closures and Decorators/020 Decorator Application (Dispatching) - Part 2.mp4269.12MB
07 Scopes, Closures and Decorators/021 Decorator Application (Dispatching) - Part 3.mp4380.19MB
08 Tuples as Data Structures and Named Tuples/001 Introduction.mp463.3MB
08 Tuples as Data Structures and Named Tuples/002 Tuples as Data Structures - Lecture.mp4681.55MB
08 Tuples as Data Structures and Named Tuples/003 Tuples as Data Structures - Coding.mp4153.05MB
08 Tuples as Data Structures and Named Tuples/004 Named Tuples - Lecture.mp4534.25MB
08 Tuples as Data Structures and Named Tuples/005 Named Tuples - Coding.mp4215.2MB
08 Tuples as Data Structures and Named Tuples/006 Named Tuples - Modifying and Extending - Lecture.mp4393.85MB
08 Tuples as Data Structures and Named Tuples/007 Named Tuples - Modifying and Extending - Coding.mp498.42MB
08 Tuples as Data Structures and Named Tuples/008 Named Tuples - DocStrings and Default Values - Lecture.mp4262.95MB
08 Tuples as Data Structures and Named Tuples/009 Named Tuples - DocStrings and Default Values - Coding.mp4101.27MB
08 Tuples as Data Structures and Named Tuples/010 Named Tuples - Application - Returning Multiple Values.mp439.82MB
08 Tuples as Data Structures and Named Tuples/011 Named Tuples - Application - Alternative to Dictionaries.mp4742.26MB
09 Modules, Packages and Namespaces/001 Introduction.mp455.8MB
09 Modules, Packages and Namespaces/002 What is a Module_.mp4144.95MB
09 Modules, Packages and Namespaces/003 How does Python Import Modules_.mp4316.22MB
09 Modules, Packages and Namespaces/004 Imports and importlib.mp4199.31MB
09 Modules, Packages and Namespaces/005 Import Variants and Misconceptions - Lecture.mp4257.09MB
09 Modules, Packages and Namespaces/006 Import Variants and Misconceptions - Coding.mp4112.86MB
09 Modules, Packages and Namespaces/007 Reloading Modules.mp495.12MB
09 Modules, Packages and Namespaces/008 Using __main__.mp4196.43MB
09 Modules, Packages and Namespaces/009 Modules Recap.mp4241.78MB
09 Modules, Packages and Namespaces/010 What are Packages_ - Lecture.mp4378.32MB
09 Modules, Packages and Namespaces/011 What are Packages _ - Coding.mp493.37MB
09 Modules, Packages and Namespaces/012 Why Packages_.mp4243.93MB
09 Modules, Packages and Namespaces/013 Structuring Packages - Part 1.mp4129.59MB
09 Modules, Packages and Namespaces/014 Structuring Packages - Part 2.mp4196.88MB
09 Modules, Packages and Namespaces/015 Namespace Packages.mp4196.13MB
09 Modules, Packages and Namespaces/016 Importing from Zip Archives.mp414.33MB
10 Extras/001 Introduction.mp470.31MB
10 Extras/002 Additional Resources.mp4234.1MB
10 Extras/003 Python 3.6 Highlights.mp461.46MB
10 Extras/004 Python 3.6 - Dictionary Ordering.mp480.06MB
10 Extras/005 Python 3.6 - Preserved Order of kwargs and Named Tuple Application.mp425.3MB
10 Extras/006 Python 3.6 - Underscores in Numeric Literals.mp48.63MB
10 Extras/007 Python 3.6 - f-Strings.mp422.52MB
10 Extras/008 Random_ Seeds.mp4126.77MB
10 Extras/009 Random Choices.mp4132.74MB
10 Extras/010 Random Samples.mp434.35MB
10 Extras/011 Timing code using _timeit_.mp4122.65MB
10 Extras/012 Don't Use _args and __kwargs Names Blindly.mp418.51MB
10 Extras/013 Command Line Arguments.mp4239.04MB
10 Extras/014 Sentinel Values for Parameter Defaults.mp432.26MB
10 Extras/015 Simulating a simple switch in Python.mp472.14MB