zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[Tutorialsplanet.NET] Udemy - Python 3 Deep Dive (Part 4 – OOP)
magnet:?xt=urn:btih:2ab60020ff9f25233c155e099d159dcc1d8a4b04&dn=[Tutorialsplanet.NET] Udemy - Python 3 Deep Dive (Part 4 – OOP)
磁力链接详情
文件列表详情
2ab60020ff9f25233c155e099d159dcc1d8a4b04
infohash:
162
文件数量
17.97 GB
文件大小
2022-8-21 20:12
创建日期
2024-11-20 15:59
最后访问
相关分词
Tutorialsplanet
NET
Udemy
-
Python
3
Deep
Dive
Part
4
–
OOP
01 Introduction/001 Introduction.mp4 242.72 MB
01 Introduction/002 Prerequisites.mp4 200.7 MB
02 Classes/001 Introduction.mp4 57.12 MB
02 Classes/002 Objects and Classes - Lecture.mp4 252.85 MB
02 Classes/003 Objects and Classes - Coding.mp4 7.16 MB
02 Classes/004 Class Attributes - Lecture.mp4 306.81 MB
02 Classes/005 Class Attributes - Coding.mp4 36.57 MB
02 Classes/006 Callable Class Attributes - Lecture.mp4 55.68 MB
02 Classes/007 Callable Class Attributes - Coding.mp4 8.86 MB
02 Classes/008 Classes are Callables - Lecture.mp4 76.92 MB
02 Classes/009 Classes are Callables - Coding.mp4 13.87 MB
02 Classes/010 Data Attributes - Lecture.mp4 124.36 MB
02 Classes/011 Data Attributes - Coding.mp4 24.53 MB
02 Classes/012 Function Attributes - Lecture.mp4 294.01 MB
02 Classes/013 Function Attributes - Coding.mp4 97.01 MB
02 Classes/014 Initializing Class Instances - Lecture.mp4 146.25 MB
02 Classes/015 Initializing Class Instances - Coding.mp4 13.91 MB
02 Classes/016 Creating Attributes at Run-Time - Lecture.mp4 177.95 MB
02 Classes/017 Creating Attributes at Run-Time - Coding.mp4 92.31 MB
02 Classes/018 Properties - Lecture.mp4 392.34 MB
02 Classes/019 Properties - Coding.mp4 69.9 MB
02 Classes/020 Property Decorators - Lecture.mp4 283.11 MB
02 Classes/021 Property Decorators - Coding.mp4 203.04 MB
02 Classes/022 Read-Only and Computed Properties - Lecture.mp4 217.67 MB
02 Classes/023 Read-Only and Computed Properties - Coding.mp4 62.03 MB
02 Classes/024 Deleting Properties - Lecture.mp4 197.39 MB
02 Classes/025 Deleting Properties - Coding.mp4 14.27 MB
02 Classes/026 Some Questions on the Property Class.mp4 71.26 MB
02 Classes/027 Class and Static Methods - Lecture.mp4 259.82 MB
02 Classes/028 Class and Static Methods - Coding.mp4 124.07 MB
02 Classes/029 Python Builtin and Standard Types.mp4 79.52 MB
02 Classes/030 Class Body Scope - Lecture.mp4 108.76 MB
02 Classes/031 Class Body Scope - Coding.mp4 46.32 MB
02 Classes/032 Quick Recap.mp4 95.22 MB
03 Project 1/001 Project Description.mp4 145.86 MB
03 Project 1/002 Project Solution - TimeZone.mp4 57.08 MB
03 Project 1/003 Project Solution - Transaction Numbers.mp4 23.36 MB
03 Project 1/004 Project Solution - Account Numbers, Names.mp4 64.78 MB
03 Project 1/005 Project Solution - Preferred TimeZone.mp4 29.2 MB
03 Project 1/006 Project Solution - Account Balance.mp4 22.36 MB
03 Project 1/007 Project Solution - Interest Rate.mp4 28.66 MB
03 Project 1/008 Project Solution - Transaction Codes.mp4 13.4 MB
03 Project 1/009 Project Solution - Confirmation Codes.mp4 202.34 MB
03 Project 1/010 Project Solution - Transactions.mp4 157.85 MB
03 Project 1/011 Project Solution - Testing with unittest.mp4 323.03 MB
04 Polymorphism and Special Methods/001 Introduction.mp4 115.58 MB
04 Polymorphism and Special Methods/002 __str__ and __repr__ Methods - Lecture.mp4 87.51 MB
04 Polymorphism and Special Methods/003 __str__ and __repr__ Methods - Coding.mp4 19.75 MB
04 Polymorphism and Special Methods/004 Arithmetic Operators - Lecture.mp4 113.71 MB
04 Polymorphism and Special Methods/005 Arithmetic Operators - Coding.mp4 225.87 MB
04 Polymorphism and Special Methods/006 Rich Comparisons - Lecture.mp4 34.77 MB
04 Polymorphism and Special Methods/007 Rich Comparisons - Coding.mp4 45.3 MB
04 Polymorphism and Special Methods/008 Hashing and Equality - Lecture.mp4 43.96 MB
04 Polymorphism and Special Methods/009 Hashing and Equality - Coding.mp4 21.26 MB
04 Polymorphism and Special Methods/010 Booleans - Lecture.mp4 38.01 MB
04 Polymorphism and Special Methods/011 Booleans - Coding.mp4 20.44 MB
04 Polymorphism and Special Methods/012 Callables - Lecture.mp4 43.41 MB
04 Polymorphism and Special Methods/013 Callables - Coding.mp4 86.49 MB
04 Polymorphism and Special Methods/014 The __del__ Method - Lecture.mp4 91.19 MB
04 Polymorphism and Special Methods/015 The __del__ Method - Coding.mp4 80.78 MB
04 Polymorphism and Special Methods/016 The __format__ Method - Lecture.mp4 46.67 MB
04 Polymorphism and Special Methods/017 The __format__ Method - Coding.mp4 20.85 MB
05 Project 2/001 Project Description.mp4 131.47 MB
05 Project 2/002 Project Solution.mp4 115.21 MB
06 Single Inheritance/001 Introduction.mp4 28.5 MB
06 Single Inheritance/002 Single Inheritance - Lecture.mp4 427.85 MB
06 Single Inheritance/003 Single Inheritance - Coding.mp4 25.61 MB
06 Single Inheritance/004 The object Class - Lecture.mp4 111.13 MB
06 Single Inheritance/005 The object Class - Coding.mp4 21.3 MB
06 Single Inheritance/006 Overriding - Lecture.mp4 272.66 MB
06 Single Inheritance/007 Overriding - Coding.mp4 41.57 MB
06 Single Inheritance/008 Extending - Lecture.mp4 21.11 MB
06 Single Inheritance/009 Extending - Coding.mp4 59.09 MB
06 Single Inheritance/010 Delegating to Parent - Lecture.mp4 291.02 MB
06 Single Inheritance/011 Delegating to Parent - Coding.mp4 100.67 MB
06 Single Inheritance/012 Slots - Lecture.mp4 168.6 MB
06 Single Inheritance/013 Slots - Coding.mp4 22.71 MB
06 Single Inheritance/014 Slots and Single Inheritance - Lecture.mp4 189.46 MB
06 Single Inheritance/015 Slots and Single Inheritance - Coding.mp4 47.02 MB
07 Project 3/001 Project 3 - Description.mp4 115.27 MB
07 Project 3/002 Project Solution - Approach and Setup.mp4 51.73 MB
07 Project 3/003 Project Solution - Validators and tests.mp4 206.41 MB
07 Project 3/004 Project Solution - Resources class and tests.mp4 206.53 MB
07 Project 3/005 Project Solution - CPU class and tests.mp4 41.38 MB
07 Project 3/006 Project Solution - Storage class and tests.mp4 8.95 MB
07 Project 3/007 Project Solution - HDD and SSD classes and tests.mp4 29.49 MB
08 Descriptors/001 Introduction.mp4 28.69 MB
08 Descriptors/002 Descriptors - Lecture.mp4 195.11 MB
08 Descriptors/003 Descriptors - Coding.mp4 27.7 MB
08 Descriptors/004 Getters and Setters - Lecture.mp4 191.7 MB
08 Descriptors/005 Getters and Setters - Coding.mp4 81.68 MB
08 Descriptors/006 Using as Instance Properties - Lecture.mp4 148.98 MB
08 Descriptors/007 Using as Instance Properties - Coding.mp4 53.73 MB
08 Descriptors/008 Strong and Weak References - Lecture.mp4 173.98 MB
08 Descriptors/009 Strong and Weak References - Coding.mp4 52.22 MB
08 Descriptors/010 Back to Instance Properties - Lecture.mp4 113.63 MB
08 Descriptors/011 Back to Instance Properties - Coding.mp4 139.45 MB
08 Descriptors/012 The __set_name__ Method - Lecture.mp4 97.12 MB
08 Descriptors/013 The __set_name__ Method - Coding.mp4 96.03 MB
08 Descriptors/014 Property Lookup Resolution - Lecture.mp4 148.81 MB
08 Descriptors/015 Property Lookup Resolution - Coding.mp4 30.32 MB
08 Descriptors/016 Properties and Descriptors - Lecture.mp4 52.6 MB
08 Descriptors/017 Properties and Descriptors - Coding.mp4 58.15 MB
08 Descriptors/018 Application - Example 1.mp4 31.26 MB
08 Descriptors/019 Application - Example 2.mp4 138.89 MB
08 Descriptors/020 Functions and Descriptors - Lecture.mp4 41.54 MB
08 Descriptors/021 Functions and Descriptors - Coding.mp4 39.82 MB
09 Project 4/001 Project Description.mp4 67.32 MB
09 Project 4/002 Solution - Part 1.mp4 245.04 MB
09 Project 4/003 Solution - Part 2.mp4 60.24 MB
10 Enumerations/001 Introduction.mp4 23.3 MB
10 Enumerations/002 Making the case for Enumerations.mp4 191.34 MB
10 Enumerations/003 Enumerations - Lecture.mp4 228.59 MB
10 Enumerations/004 Enumerations - Coding.mp4 106.32 MB
10 Enumerations/005 Aliases - Lecture.mp4 111.87 MB
10 Enumerations/006 Aliases - Coding.mp4 22.41 MB
10 Enumerations/007 Customizing_Extending Enums - Lecture.mp4 127.68 MB
10 Enumerations/008 Customizing_Extending Enums - Coding.mp4 171.04 MB
10 Enumerations/009 Automatic Values - Lecture.mp4 112.76 MB
10 Enumerations/010 Automatic Values - Coding.mp4 85.27 MB
11 Project 5/001 Project Description.mp4 145.09 MB
11 Project 5/002 Project Solution.mp4 34.22 MB
12 Exceptions (Single Inheritance)/001 Introduction.mp4 30.92 MB
12 Exceptions (Single Inheritance)/002 Python Exceptions - Lecture.mp4 317.08 MB
12 Exceptions (Single Inheritance)/003 Python Exceptions - Coding.mp4 55.16 MB
12 Exceptions (Single Inheritance)/004 Handling Exceptions - Lecture.mp4 413.2 MB
12 Exceptions (Single Inheritance)/005 Handling Exceptions - Coding.mp4 216.67 MB
12 Exceptions (Single Inheritance)/006 Raising Exceptions - Lecture.mp4 146.98 MB
12 Exceptions (Single Inheritance)/007 Raising Exceptions - Coding.mp4 70.59 MB
12 Exceptions (Single Inheritance)/008 Custom Exceptions - Lecture.mp4 181.42 MB
12 Exceptions (Single Inheritance)/009 Custom Exceptions - Coding.mp4 250.89 MB
13 Project 6/001 Project Description.mp4 29.24 MB
13 Project 6/002 Project Solution.mp4 211.01 MB
14 Metaprogramming/001 Introduction.mp4 201.83 MB
14 Metaprogramming/002 Decorators and Descriptors - Review.mp4 23.2 MB
14 Metaprogramming/003 The __new__ Method - Lecture.mp4 242.87 MB
14 Metaprogramming/004 The __new__ Method - Coding.mp4 61.33 MB
14 Metaprogramming/005 How Classes are Created - Lecture.mp4 165.83 MB
14 Metaprogramming/006 How Classes are Created - Coding.mp4 41.04 MB
14 Metaprogramming/007 Inheriting from type - Lecture.mp4 70.26 MB
14 Metaprogramming/008 Inheriting from type - Coding.mp4 65.63 MB
14 Metaprogramming/009 Metaclasses - Lecture.mp4 137.23 MB
14 Metaprogramming/010 Metaclasses - Coding.mp4 25.23 MB
14 Metaprogramming/011 Class Decorators - Lecture.mp4 109.81 MB
14 Metaprogramming/012 Class Decorators - Coding.mp4 307.86 MB
14 Metaprogramming/013 Decorator Classes - Lecture.mp4 95.01 MB
14 Metaprogramming/014 Decorator Classes - Coding.mp4 59.17 MB
14 Metaprogramming/015 Metaclass vs Class Decorator - Lecture.mp4 60.12 MB
14 Metaprogramming/016 Metaclass vs Class Decorator - Coding.mp4 83.23 MB
14 Metaprogramming/017 Metaclass Parameters - Lecture.mp4 87.04 MB
14 Metaprogramming/018 Metaclass Parameters - Coding.mp4 50.37 MB
14 Metaprogramming/019 The __prepare__ Method - Lecture.mp4 67.31 MB
14 Metaprogramming/020 The __prepare__ Method - Coding.mp4 82.32 MB
14 Metaprogramming/021 Classes, Metaclasses, and __call__.mp4 398.54 MB
14 Metaprogramming/022 Metaprogramming Application 1.mp4 127.6 MB
14 Metaprogramming/023 Metaprogramming Application 2.mp4 88.39 MB
14 Metaprogramming/024 Metaprogramming Application 3.mp4 127.23 MB
14 Metaprogramming/025 Attribute Read Accessors - Lecture.mp4 234.03 MB
14 Metaprogramming/026 Attribute Read Accessors - Coding.mp4 149.09 MB
14 Metaprogramming/027 Attribute Write Accessors - Lecture.mp4 83 MB
14 Metaprogramming/028 Attribute Write Accessors - Coding.mp4 39.57 MB
14 Metaprogramming/029 Accessors - Application.mp4 123.61 MB
其他位置