[Udemy] Python 3 Deep Dive (2020-2021) [En]

文件大小:97.86 GB
创建日期:2025-08-06
相关链接:UdemyPythonDeepDive2020-2021

文件列表999

  •   Python 3 Deep Dive (Part 1 - Functional)/07 Scopes, Closures and Decorators/002 Global and Local Scopes - Lecture.mp4  1.19 GB
  •  Python 3 Deep Dive (Part 1 - Functional)/04 Numeric Types/014 Floats_ Rounding - Lecture.mp4  913.28 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/07 Scopes, Closures and Decorators/004 Nonlocal Scopes - Lecture.mp4  780.62 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/07 Scopes, Closures and Decorators/006 Closures - Lecture.mp4  751.24 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/08 Tuples as Data Structures and Named Tuples/011 Named Tuples - Application - Alternative to Dictionaries.mp4  742.26 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/04 Numeric Types/008 Floats_ Internal Representations - Lecture.mp4  705.58 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/08 Tuples as Data Structures and Named Tuples/002 Tuples as Data Structures - Lecture.mp4  681.55 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/07 Scopes, Closures and Decorators/012 Decorator Application (Timer).mp4  664.11 MB
  •  Python 3 Deep Dive (Part 2 - Iteration, Generators)/02 Sequence Types/010 Slicing - Lecture.mp4  619.59 MB
  •  Python 3 Deep Dive (Part 2 - Iteration, Generators)/02 Sequence Types/008 Copying Sequences - Lecture.mp4  571.44 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/03 Variables and Memory/004 Garbage Collection.mp4  569.84 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/04 Numeric Types/004 Integers_ Constructors and Bases - Lecture.mp4  565.91 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/01 Introduction/001 Course Overview.mp4  546.79 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/08 Tuples as Data Structures and Named Tuples/004 Named Tuples - Lecture.mp4  534.25 MB
  •  Python 3 Deep Dive (Part 3 - Hash Maps)/01 Introduction/001 Course Overview.mp4  526.83 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/06 First-Class Functions/009 Function Introspection - Coding.mp4  518.41 MB
  •  Python 3 Deep Dive (Part 3 - Hash Maps)/02 Associative Arrays - Theory!/003 Hash Maps.mp4  507.7 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/06 First-Class Functions/013 Reducing Functions - Lecture.mp4  498.45 MB
  •  Python 3 Deep Dive (Part 2 - Iteration, Generators)/12 Generators as Coroutines/003 Coroutines - Lecture.mp4  497.62 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/04 Numeric Types/025 Booleans.mp4  483.05 MB
  •  Python 3 Deep Dive (Part 3 - Hash Maps)/03 Dictionaries/010 Custom Classes and Hashing - Lecture.mp4  474.82 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/05 Function Parameters/003 Positional and Keyword Arguments - Lecture.mp4  463.06 MB
  •  Python 3 Deep Dive (Part 2 - Iteration, Generators)/09 Project 4/005 Project Solution_ Goal 4.mp4  443.97 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/06 First-Class Functions/018 The operator Module - Coding.mp4  442.66 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/03 Variables and Memory/014 Python Optimizations_ Peephole.mp4  442.61 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/07 Scopes, Closures and Decorators/016 Decorators (Part 2) - Coding.mp4  440.35 MB
  •  Python 3 Deep Dive (Part 2 - Iteration, Generators)/10 Context Managers/002 Context Managers - Lecture.mp4  438.22 MB
  •  Python 3 Deep Dive (Part 4 - OOP)/06 Single Inheritance/002 Single Inheritance - Lecture.mp4  427.85 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/04 Numeric Types/002 Integers_ Data Types.mp4  426.42 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/06 First-Class Functions/011 Map, Filter, Zip and List Comprehensions - Lecture.mp4  423.17 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/04 Numeric Types/028 Booleans_ Precedence and Short-Circuiting - Lecture.mp4  415.15 MB
  •  Python 3 Deep Dive (Part 4 - OOP)/12 Exceptions (Single Inheritance)/004 Handling Exceptions - Lecture.mp4  413.2 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/04 Numeric Types/003 Integers_ Operations.mp4  411.05 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/07 Scopes, Closures and Decorators/010 Decorators (Part 1) - Lecture.mp4  408.46 MB
  •  Python 3 Deep Dive (Part 4 - OOP)/14 Metaprogramming/021 Classes, Metaclasses, and __call__.mp4  398.54 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/08 Tuples as Data Structures and Named Tuples/006 Named Tuples - Modifying and Extending - Lecture.mp4  393.85 MB
  •  Python 3 Deep Dive (Part 4 - OOP)/02 Classes/018 Properties - Lecture.mp4  392.34 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/06 First-Class Functions/008 Function Introspection - Lecture.mp4  382.45 MB
  •  Python 3 Deep Dive (Part 3 - Hash Maps)/07 Serialization and Deserialization/010 Custom JSON Decoding - Lecture.mp4  382.41 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/07 Scopes, Closures and Decorators/021 Decorator Application (Dispatching) - Part 3.mp4  380.19 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/09 Modules, Packages and Namespaces/010 What are Packages_ - Lecture.mp4  378.32 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/07 Scopes, Closures and Decorators/018 Decorator Application (Decorating Classes).mp4  374.9 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/04 Numeric Types/010 Floats_ Equality Testing - Lecture.mp4  367.11 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/04 Numeric Types/005 Integers_ Constructors and Bases - Coding.mp4  362.57 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/02 A Quick Refresher - Basics Review/003 Multi-Line Statements and Strings.mp4  362.43 MB
  •  Python 3 Deep Dive (Part 2 - Iteration, Generators)/09 Project 4/003 Project Solution_ Goal 2.mp4  353.95 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/03 Variables and Memory/010 Variable Equality.mp4  353.05 MB
  •  Python 3 Deep Dive (Part 1 - Functional)/04 Numeric Types/030 Booleans_ Boolean Operators - Lecture.mp4  346.9 MB
  •  Python 3 Deep Dive (Part 2 - Iteration, Generators)/02 Sequence Types/024 List Comprehensions - Lecture.mp4  346.52 MB
  •  Python 3 Deep Dive (Part 2 - Iteration, Generators)/02 Sequence Types/022 Sorting Sequences - Lecture.mp4  346.31 MB