zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[Udemy] Complete Python Developer in 2021 3a Zero to Mastery [04.2021] [En]
magnet:?xt=urn:btih:74b6a0fdbc5a82c9a6a0bf52fbe63a3bdaa18519&dn=[Udemy] Complete Python Developer in 2021 3a Zero to Mastery [04.2021] [En]
磁力链接详情
Hash值:
74b6a0fdbc5a82c9a6a0bf52fbe63a3bdaa18519
点击数:
251
文件大小:
15 GB
文件数量:
275
创建日期:
2022-3-30 11:32
最后访问:
2024-12-26 21:30
访问标签:
Udemy
Complete
Python
Developer
in
2021
3a
Zero
to
Mastery
04
2021
En
文件列表详情
01 Introduction/001 Course Outline.mp4 81.59 MB
02 Python Introduction/001 What Is A Programming Language.mp4 104.72 MB
02 Python Introduction/002 Python Interpreter.mp4 78.19 MB
02 Python Introduction/003 How To Run Python Code.mp4 52.84 MB
02 Python Introduction/005 Our First Python Program.mp4 47.19 MB
02 Python Introduction/007 Latest Version Of Python.mp4 10.65 MB
02 Python Introduction/008 Python 2 vs Python 3.mp4 69.6 MB
02 Python Introduction/009 Why So Many Languages_.mp4 40.43 MB
02 Python Introduction/010 Exercise_ How Does Python Work_.mp4 25.91 MB
03 Python Basics/001 Learning Python.mp4 38.58 MB
03 Python Basics/002 Python Data Types.mp4 28.88 MB
03 Python Basics/004 Numbers.mp4 72.65 MB
03 Python Basics/005 Math Functions.mp4 41.83 MB
03 Python Basics/006 DEVELOPER FUNDAMENTALS_ I.mp4 59.7 MB
03 Python Basics/007 Operator Precedence.mp4 14.42 MB
03 Python Basics/009 Optional_ bin() and complex.mp4 21.92 MB
03 Python Basics/010 Variables.mp4 93.48 MB
03 Python Basics/011 Expressions vs Statements.mp4 10.95 MB
03 Python Basics/012 Augmented Assignment Operator.mp4 15.32 MB
03 Python Basics/013 Strings.mp4 30.98 MB
03 Python Basics/014 String Concatenation.mp4 7.35 MB
03 Python Basics/015 Type Conversion.mp4 18.98 MB
03 Python Basics/016 Escape Sequences.mp4 23.14 MB
03 Python Basics/017 Formatted Strings.mp4 49.24 MB
03 Python Basics/018 String Indexes.mp4 49.16 MB
03 Python Basics/019 Immutability.mp4 20.8 MB
03 Python Basics/020 Built-In Functions + Methods.mp4 69.4 MB
03 Python Basics/021 Booleans.mp4 16.55 MB
03 Python Basics/022 Exercise_ Type Conversion.mp4 50.34 MB
03 Python Basics/023 DEVELOPER FUNDAMENTALS_ II.mp4 29.21 MB
03 Python Basics/024 Exercise_ Password Checker.mp4 51.08 MB
03 Python Basics/025 Lists.mp4 21.97 MB
03 Python Basics/026 List Slicing.mp4 49.89 MB
03 Python Basics/027 Matrix.mp4 19.15 MB
03 Python Basics/028 List Methods.mp4 61.73 MB
03 Python Basics/029 List Methods 2.mp4 27.39 MB
03 Python Basics/030 List Methods 3.mp4 27.66 MB
03 Python Basics/031 Common List Patterns.mp4 40.47 MB
03 Python Basics/032 List Unpacking.mp4 13.86 MB
03 Python Basics/033 None.mp4 7.93 MB
03 Python Basics/034 Dictionaries.mp4 32.71 MB
03 Python Basics/035 DEVELOPER FUNDAMENTALS_ III.mp4 26.62 MB
03 Python Basics/036 Dictionary Keys.mp4 20.36 MB
03 Python Basics/037 Dictionary Methods.mp4 27.17 MB
03 Python Basics/038 Dictionary Methods 2.mp4 42.41 MB
03 Python Basics/039 Tuples.mp4 25.65 MB
03 Python Basics/040 Tuples 2.mp4 16.99 MB
03 Python Basics/041 Sets.mp4 37.02 MB
03 Python Basics/042 Sets 2.mp4 64.26 MB
04 Python Basics II/001 Breaking The Flow.mp4 23.75 MB
04 Python Basics II/002 Conditional Logic.mp4 84.75 MB
04 Python Basics II/003 Indentation In Python.mp4 32.82 MB
04 Python Basics II/004 Truthy vs Falsey.mp4 46.73 MB
04 Python Basics II/005 Ternary Operator.mp4 22.43 MB
04 Python Basics II/006 Short Circuiting.mp4 22.1 MB
04 Python Basics II/007 Logical Operators.mp4 32.24 MB
04 Python Basics II/008 Exercise_ Logical Operators.mp4 47.4 MB
04 Python Basics II/009 is vs ==.mp4 39.56 MB
04 Python Basics II/010 For Loops.mp4 39.21 MB
04 Python Basics II/011 Iterables.mp4 49.96 MB
04 Python Basics II/012 Exercise_ Tricky Counter.mp4 18.61 MB
04 Python Basics II/013 range().mp4 31.54 MB
04 Python Basics II/014 enumerate().mp4 27.9 MB
04 Python Basics II/015 While Loops.mp4 31.82 MB
04 Python Basics II/016 While Loops 2.mp4 30 MB
04 Python Basics II/017 break, continue, pass.mp4 25.98 MB
04 Python Basics II/018 Our First GUI.mp4 56.3 MB
04 Python Basics II/019 DEVELOPER FUNDAMENTALS_ IV.mp4 57.2 MB
04 Python Basics II/020 Exercise_ Find Duplicates.mp4 23.52 MB
04 Python Basics II/021 Functions.mp4 56.03 MB
04 Python Basics II/022 Parameters and Arguments.mp4 26.51 MB
04 Python Basics II/023 Default Parameters and Keyword Arguments.mp4 43.87 MB
04 Python Basics II/024 return.mp4 72.93 MB
04 Python Basics II/026 Methods vs Functions.mp4 34.54 MB
04 Python Basics II/027 Docstrings.mp4 19.94 MB
04 Python Basics II/028 Clean Code.mp4 22.84 MB
04 Python Basics II/029 _args and __kwargs.mp4 49.49 MB
04 Python Basics II/030 Exercise_ Functions.mp4 24.94 MB
04 Python Basics II/031 Walrus Operator.mp4 48.65 MB
04 Python Basics II/032 Scope.mp4 23.53 MB
04 Python Basics II/033 Scope Rules.mp4 44.13 MB
04 Python Basics II/034 global Keyword.mp4 42.71 MB
04 Python Basics II/035 nonlocal Keyword.mp4 21.48 MB
04 Python Basics II/036 Why Do We Need Scope_.mp4 22.95 MB
05 Developer Environment/001 MAC - Python Install.mp4 36.4 MB
05 Developer Environment/002 WINDOWS - Python Install.mp4 44.53 MB
05 Developer Environment/005 Python Developer Tools.mp4 51.56 MB
05 Developer Environment/006 Sublime Text.mp4 35.92 MB
05 Developer Environment/009 Optional_ Terminal Commands.mp4 117.36 MB
05 Developer Environment/011 Using the Command Line_Terminal.mp4 26.6 MB
05 Developer Environment/012 Visual Studio Code.mp4 50.75 MB
05 Developer Environment/013 PyCharm.mp4 60.3 MB
05 Developer Environment/014 Code Formatting - PEP 8.mp4 47.84 MB
05 Developer Environment/016 Jupyter Notebooks.mp4 105.44 MB
05 Developer Environment/017 Section Review.mp4 42.25 MB
06 Advanced Python_ Object Oriented Programming/002 What Is OOP_.mp4 83.32 MB
06 Advanced Python_ Object Oriented Programming/003 What is OOP_ Part 2.mp4 87.34 MB
06 Advanced Python_ Object Oriented Programming/004 Creating Our Own Objects.mp4 80.46 MB
06 Advanced Python_ Object Oriented Programming/005 Attributes and Methods.mp4 84.72 MB
06 Advanced Python_ Object Oriented Programming/006 __init__.mp4 25.43 MB
06 Advanced Python_ Object Oriented Programming/008 @classmethod and @staticmethod.mp4 48.85 MB
06 Advanced Python_ Object Oriented Programming/009 Reviewing What We Know So Far.mp4 16.66 MB
06 Advanced Python_ Object Oriented Programming/010 DEVELOPER FUNDAMENTALS_ V.mp4 24.52 MB
06 Advanced Python_ Object Oriented Programming/011 Encapsulation.mp4 54.66 MB
06 Advanced Python_ Object Oriented Programming/012 Abstraction.mp4 44.86 MB
06 Advanced Python_ Object Oriented Programming/013 Private vs Public Variables.mp4 48.67 MB
06 Advanced Python_ Object Oriented Programming/014 Inheritance.mp4 80.07 MB
06 Advanced Python_ Object Oriented Programming/015 Inheritance 2.mp4 36.81 MB
06 Advanced Python_ Object Oriented Programming/016 Polymorphism.mp4 84.9 MB
06 Advanced Python_ Object Oriented Programming/018 super().mp4 49.38 MB
06 Advanced Python_ Object Oriented Programming/019 Object Introspection.mp4 17.81 MB
06 Advanced Python_ Object Oriented Programming/020 Dunder Methods.mp4 89.04 MB
06 Advanced Python_ Object Oriented Programming/021 Exercise_ Extending List.mp4 26.32 MB
06 Advanced Python_ Object Oriented Programming/022 Multiple Inheritance.mp4 66.57 MB
06 Advanced Python_ Object Oriented Programming/023 MRO - Method Resolution Order.mp4 57.96 MB
07 Advanced Python_ Functional Programming/001 Functional Programming.mp4 19.01 MB
07 Advanced Python_ Functional Programming/002 What Is Functional Programming_.mp4 55.73 MB
07 Advanced Python_ Functional Programming/003 Pure Functions.mp4 83.37 MB
07 Advanced Python_ Functional Programming/004 map().mp4 43.98 MB
07 Advanced Python_ Functional Programming/005 filter().mp4 27.25 MB
07 Advanced Python_ Functional Programming/006 zip().mp4 24.57 MB
07 Advanced Python_ Functional Programming/007 reduce().mp4 59.27 MB
07 Advanced Python_ Functional Programming/009 Lambda Expressions.mp4 54.08 MB
07 Advanced Python_ Functional Programming/010 Exercise_ Lambda Expressions.mp4 35.83 MB
07 Advanced Python_ Functional Programming/011 List Comprehensions.mp4 59.36 MB
07 Advanced Python_ Functional Programming/012 Set and Dictionary Comprehension.mp4 39.64 MB
07 Advanced Python_ Functional Programming/013 Exercise_ Comprehensions.mp4 25.39 MB
08 Advanced Python_ Decorators/001 Decorators.mp4 37.89 MB
08 Advanced Python_ Decorators/002 Higher Order Functions.mp4 11.47 MB
08 Advanced Python_ Decorators/003 Decorators 2.mp4 51.1 MB
08 Advanced Python_ Decorators/004 Decorators 3.mp4 45.01 MB
08 Advanced Python_ Decorators/005 Why Do We Need Decorators_.mp4 57.7 MB
09 Advanced Python_ Error Handling/001 Errors in Python.mp4 42.25 MB
09 Advanced Python_ Error Handling/002 Error Handling.mp4 58.58 MB
09 Advanced Python_ Error Handling/003 Error Handling 2.mp4 41.18 MB
09 Advanced Python_ Error Handling/004 Exercises_ Error Handling.mp4 41.82 MB
09 Advanced Python_ Error Handling/005 Error Handling 3.mp4 26.22 MB
10 Advanced Python_ Generators/001 Generators.mp4 49.64 MB
10 Advanced Python_ Generators/002 Generators 2.mp4 94.9 MB
10 Advanced Python_ Generators/003 Generators Performance.mp4 32.58 MB
10 Advanced Python_ Generators/004 Under The Hood Of Generators.mp4 71.07 MB
10 Advanced Python_ Generators/005 Exercise_ Fibonacci Numbers.mp4 76.09 MB
11 Modules In Python/001 Modules In Python.mp4 94.05 MB
11 Modules In Python/002 Packages In Python.mp4 72.14 MB
11 Modules In Python/003 Different Ways To Import.mp4 47.88 MB
11 Modules In Python/004 __name__.mp4 59.49 MB
11 Modules In Python/005 Python Built-in Modules.mp4 110.5 MB
11 Modules In Python/006 Python Built-in Modules 2.mp4 37.5 MB
11 Modules In Python/007 Exercise_ Guessing Game.mp4 86.5 MB
11 Modules In Python/008 Python Package Index.mp4 84.92 MB
11 Modules In Python/009 pip install.mp4 74.34 MB
11 Modules In Python/010 Virtual Environments.mp4 47.67 MB
11 Modules In Python/011 Useful Modules.mp4 67.75 MB
11 Modules In Python/013 Useful Modules 2.mp4 39.85 MB
11 Modules In Python/014 DEVELOPER FUNDAMENTALS_ VI.mp4 27.93 MB
12 Debugging In Python/001 How To Debug Code.mp4 80.39 MB
13 File I_O/001 Working With Files In Python.mp4 47.05 MB
13 File I_O/002 Read, Write, Append.mp4 55.4 MB
13 File I_O/003 File Paths.mp4 51.96 MB
13 File I_O/004 File IO Errors.mp4 15.25 MB
13 File I_O/005 Exercise_ Translator.mp4 83.42 MB
14 Regular Expressions/001 Regular Expressions.mp4 53.65 MB
14 Regular Expressions/002 Regular Expressions 2.mp4 57.95 MB
14 Regular Expressions/004 Regular Expressions 3.mp4 56.58 MB
14 Regular Expressions/005 Exercise_ Password Validation.mp4 43.33 MB
15 Testing In Python/001 Testing Introduction.mp4 45.02 MB
15 Testing In Python/002 Unittest.mp4 63.82 MB
15 Testing In Python/003 Writing Unit Tests.mp4 66.88 MB
15 Testing In Python/004 Writing Unit Tests 2.mp4 58.92 MB
15 Testing In Python/005 Exercise_ Testing.mp4 95.78 MB
16 Career Of A Python Developer/001 Python Careers.mp4 72.89 MB
16 Career Of A Python Developer/004 What If I Don't Have Enough Experience_.mp4 202.53 MB
16 Career Of A Python Developer/006 Now What__.mp4 69.7 MB
17 Scripting with Python/001 Section Overview.mp4 23 MB
17 Scripting with Python/002 What Is Image Processing_.mp4 31.75 MB
17 Scripting with Python/003 DEVELOPER FUNDAMENTALS_ VII.mp4 25.12 MB
17 Scripting with Python/004 Images With Python.mp4 49.66 MB
17 Scripting with Python/005 Images With Python 2.mp4 36.88 MB
17 Scripting with Python/006 Images With Python 3.mp4 39.74 MB
17 Scripting with Python/007 Exercise_ JPG to PNG Pokedex Converter.mp4 28.13 MB
17 Scripting with Python/009 Solution_ JPG to PNG Pokedex Converter.mp4 87.62 MB
17 Scripting with Python/010 OpenCV.mp4 7.79 MB
17 Scripting with Python/011 PDFs With Python.mp4 79.34 MB
17 Scripting with Python/012 Exercise_ PDF Merger.mp4 33.68 MB
17 Scripting with Python/013 Exercise_ Watermarker.mp4 10.41 MB
17 Scripting with Python/014 Solution_ Watermarker.mp4 43.45 MB
17 Scripting with Python/015 Sending Emails With Python.mp4 32.08 MB
17 Scripting with Python/017 Sending Emails With Python 2.mp4 45.97 MB
17 Scripting with Python/018 Sending Emails With Python 3.mp4 74 MB
17 Scripting with Python/019 Password Checker Project.mp4 7.22 MB
17 Scripting with Python/020 How Hackers Work.mp4 36.83 MB
17 Scripting with Python/021 Password API.mp4 42.04 MB
17 Scripting with Python/023 Optional_ Hash Function.mp4 88.08 MB
17 Scripting with Python/024 Password Checker.mp4 76.29 MB
17 Scripting with Python/025 Password Checker 2.mp4 81.72 MB
17 Scripting with Python/026 Password Checker 3.mp4 65.66 MB
17 Scripting with Python/027 Password Checker 4.mp4 32.78 MB
17 Scripting with Python/029 Twitter API.mp4 30.85 MB
17 Scripting with Python/030 Our First Twitter Bot.mp4 55.32 MB
17 Scripting with Python/031 Our First Twitter Bot 2.mp4 67.21 MB
17 Scripting with Python/032 Our First Twitter Bot 3.mp4 14.39 MB
17 Scripting with Python/033 Our First Twitter Bot 4.mp4 65.26 MB
17 Scripting with Python/034 SMS With Python.mp4 22.53 MB
17 Scripting with Python/035 SMS With Python 2.mp4 12.02 MB
17 Scripting with Python/036 SMS With Python 3.mp4 42.5 MB
18 Scraping Data with Python/001 Web Scraping Introduction.mp4 72.72 MB
18 Scraping Data with Python/002 Web Scraping and APIs.mp4 82.66 MB
18 Scraping Data with Python/003 How Googlebot Works.mp4 35.94 MB
18 Scraping Data with Python/004 Our Hacker News Project.mp4 32.59 MB
18 Scraping Data with Python/005 Requesting Data.mp4 41.95 MB
18 Scraping Data with Python/006 BeautifulSoup Basics.mp4 68.14 MB
18 Scraping Data with Python/007 BeautifulSoup Selectors.mp4 69.52 MB
18 Scraping Data with Python/008 Hacker News Project.mp4 77.97 MB
18 Scraping Data with Python/009 Hacker News Project 2.mp4 70.62 MB
18 Scraping Data with Python/010 Hacker News Project 3.mp4 61.78 MB
18 Scraping Data with Python/011 Solution_ Hacker News Project 3.mp4 44.5 MB
18 Scraping Data with Python/012 What To Do Next With Scraping_.mp4 37.74 MB
19 Web Development with Python/001 Section Overview.mp4 22.6 MB
19 Web Development with Python/002 How Websites Work.mp4 92.14 MB
19 Web Development with Python/003 How Websites Work 2.mp4 39.34 MB
19 Web Development with Python/004 Building Our First Server.mp4 50.36 MB
19 Web Development with Python/005 Setting Up Flask.mp4 81.68 MB
19 Web Development with Python/006 Building A Flask Server.mp4 77.31 MB
19 Web Development with Python/007 Flask Templates.mp4 59.18 MB
19 Web Development with Python/008 Flask Static Files.mp4 31.79 MB
19 Web Development with Python/009 Favicon.mp4 24.81 MB
19 Web Development with Python/010 Templating Engine.mp4 28.6 MB
19 Web Development with Python/011 URL Parameters.mp4 48.96 MB
19 Web Development with Python/012 MIME Types.mp4 45.68 MB
19 Web Development with Python/013 Building A Portfolio.mp4 85.96 MB
19 Web Development with Python/015 Building A Portfolio 2.mp4 67.07 MB
19 Web Development with Python/016 Building A Portfolio 3.mp4 73.68 MB
19 Web Development with Python/017 Building A Portfolio 4.mp4 55.49 MB
19 Web Development with Python/019 Building A Portfolio 5.mp4 96.37 MB
19 Web Development with Python/020 Building A Portfolio 6.mp4 55.19 MB
19 Web Development with Python/021 Building A Portfolio 7.mp4 97.59 MB
19 Web Development with Python/023 Quick Note About Databases.mp4 16.72 MB
19 Web Development with Python/025 Optional_ How Databases Work.mp4 77.97 MB
19 Web Development with Python/026 Building A Portfolio 8.mp4 120.08 MB
19 Web Development with Python/027 Building A Portfolio 9.mp4 63.51 MB
20 Automation_Testing/001 Section Overview.mp4 26.81 MB
20 Automation_Testing/002 Selenium Introduction.mp4 83.06 MB
20 Automation_Testing/003 Selenium Basics.mp4 122.35 MB
20 Automation_Testing/004 Selenium Basics 2.mp4 109.5 MB
20 Automation_Testing/005 Selenium Basics 3.mp4 58.46 MB
21 Machine Learning + Data Science/001 Section Overview.mp4 36.79 MB
21 Machine Learning + Data Science/002 AI_Machine Learning_Data Science.mp4 49.74 MB
21 Machine Learning + Data Science/003 How Machine Learning Works.mp4 91.42 MB
21 Machine Learning + Data Science/004 History Of Data.mp4 68.52 MB
21 Machine Learning + Data Science/005 Types of Machine Learning.mp4 70.55 MB
21 Machine Learning + Data Science/006 Machine Learning 101.mp4 31.6 MB
21 Machine Learning + Data Science/007 Tools In Machine Learning.mp4 46.82 MB
21 Machine Learning + Data Science/008 Data Science 1.mp4 86.08 MB
21 Machine Learning + Data Science/009 Data Science 2.mp4 97.21 MB
21 Machine Learning + Data Science/010 Data Science 3.mp4 93.94 MB
21 Machine Learning + Data Science/011 Machine Learning 1.mp4 79 MB
21 Machine Learning + Data Science/012 Machine Learning 2.mp4 41.36 MB
21 Machine Learning + Data Science/014 Machine Learning 3.mp4 38.75 MB
21 Machine Learning + Data Science/015 Machine Learning 4.mp4 21.88 MB
21 Machine Learning + Data Science/016 Machine Learning 5.mp4 35.07 MB
21 Machine Learning + Data Science/017 Machine Learning 6.mp4 44.54 MB
21 Machine Learning + Data Science/018 Exercise_ ReallySmartBrain.mp4 138.83 MB
22 Where To Go From Here_/002 Thank You.mp4 21.7 MB
23 Bonus_ Extra Bits/002 CWD_ Git + Github.mp4 187.72 MB
23 Bonus_ Extra Bits/004 CWD_ Git + Github 2.mp4 132.09 MB
23 Bonus_ Extra Bits/005 Contributing To Open Source.mp4 130.3 MB
23 Bonus_ Extra Bits/006 Contributing To Open Source 2.mp4 112.97 MB
23 Bonus_ Extra Bits/010 JTS_ Learn to Learn.mp4 20.39 MB
23 Bonus_ Extra Bits/011 JTS_ Start With Why.mp4 27.46 MB
23 Bonus_ Extra Bits/013 My Terminal Setup.mp4 70.45 MB
23 Bonus_ Extra Bits/015 AMA - 1,000 Students!!.mp4 425.9 MB
23 Bonus_ Extra Bits/016 AMA - 100,000 Students!!.mp4 859.16 MB
24 Bonus_ HTML Forms/002 HTML Forms.mp4 56.44 MB
24 Bonus_ HTML Forms/003 HTML Forms 2.mp4 28.39 MB
24 Bonus_ HTML Forms/004 Submitting A Form.mp4 70.8 MB
其他位置