zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[03-2021] complete-python-bootcamp
magnet:?xt=urn:btih:a5167d5a004b2c805457defbc302a7f7a716d705&dn=[03-2021] complete-python-bootcamp
磁力链接详情
Hash值:
a5167d5a004b2c805457defbc302a7f7a716d705
点击数:
103
文件大小:
8.68 GB
文件数量:
141
创建日期:
2023-2-3 23:24
最后访问:
2024-12-26 09:22
访问标签:
03-2021
complete-python-bootcamp
文件列表详情
15 Web Scraping with Python/120 Python Web Scraping - Grabbing an Image.mp4 247.12 MB
01 Course Overview/002 Course Introduction.mp4 37.72 MB
01 Course Overview/003 Course Curriculum Overview.mp4 16.95 MB
01 Course Overview/004 Why Python_.mp4 19.73 MB
02 Python Setup/006 Command Line Basics.mp4 101.92 MB
02 Python Setup/007 Installing Python (Step by Step).mp4 208.66 MB
02 Python Setup/008 Running Python Code.mp4 141.96 MB
02 Python Setup/009 Getting the Notebooks and the Course Material.mp4 22.86 MB
02 Python Setup/010 Git and Github Overview (Optional).mp4 18.32 MB
03 Python Object and Data Structure Basics/011 Introduction to Python Data Types.mp4 18.09 MB
03 Python Object and Data Structure Basics/012 Python Numbers.mp4 10.66 MB
03 Python Object and Data Structure Basics/014 Variable Assignments.mp4 34.34 MB
03 Python Object and Data Structure Basics/015 Introduction to Strings.mp4 22.08 MB
03 Python Object and Data Structure Basics/016 Indexing and Slicing with Strings.mp4 21.15 MB
03 Python Object and Data Structure Basics/017 String Properties and Methods.mp4 28.03 MB
03 Python Object and Data Structure Basics/019 Print Formatting with Strings.mp4 66.39 MB
03 Python Object and Data Structure Basics/021 Lists in Python.mp4 54.1 MB
03 Python Object and Data Structure Basics/023 Dictionaries in Python.mp4 39.75 MB
03 Python Object and Data Structure Basics/025 Tuples with Python.mp4 13.6 MB
03 Python Object and Data Structure Basics/026 Sets in Python.mp4 7.39 MB
03 Python Object and Data Structure Basics/027 Booleans in Python.mp4 14.03 MB
03 Python Object and Data Structure Basics/028 I_O with Basic Files in Python.mp4 120.22 MB
03 Python Object and Data Structure Basics/030 Python Objects and Data Structures Assessment Test Overview.mp4 79.88 MB
03 Python Object and Data Structure Basics/031 Python Objects and Data Structures Assessment Test Solutions.mp4 70.49 MB
04 Python Comparison Operators/032 Comparison Operators in Python.mp4 18.97 MB
04 Python Comparison Operators/033 Chaining Comparison Operators in Python with Logical Operators.mp4 14.04 MB
05 Python Statements/034 If Elif and Else Statements in Python.mp4 25.96 MB
05 Python Statements/035 For Loops in Python.mp4 47.85 MB
05 Python Statements/036 While Loops in Python.mp4 54.13 MB
05 Python Statements/037 Useful Operators in Python.mp4 53.29 MB
05 Python Statements/038 List Comprehensions in Python.mp4 57.05 MB
05 Python Statements/039 Python Statements Test Overview.mp4 21 MB
05 Python Statements/040 Python Statements Test Solutions.mp4 64.67 MB
06 Methods and Functions/041 Methods and the Python Documentation.mp4 113.83 MB
06 Methods and Functions/042 Introduction to Functions.mp4 9.84 MB
06 Methods and Functions/043 def Keyword.mp4 27.51 MB
06 Methods and Functions/044 Basics of Python Functions.mp4 35.29 MB
06 Methods and Functions/045 Logic with Python Functions.mp4 35.39 MB
06 Methods and Functions/046 Tuple Unpacking with Python Functions.mp4 57.58 MB
06 Methods and Functions/047 Interactions between Python Functions.mp4 43.32 MB
06 Methods and Functions/049 _args and __kwargs in Python.mp4 57.89 MB
06 Methods and Functions/050 Function Practice Exercises - Overview.mp4 54.2 MB
06 Methods and Functions/051 Function Practice Exercises - Solutions.mp4 86.04 MB
06 Methods and Functions/052 Function Practice - Solutions Level One.mp4 53.12 MB
06 Methods and Functions/053 Function Practice - Solutions Level Two.mp4 76.63 MB
06 Methods and Functions/054 Function Exercise Solutions - Challenge Problem.mp4 57.44 MB
06 Methods and Functions/055 Lambda Expressions, Map, and Filter Functions.mp4 74.1 MB
06 Methods and Functions/056 Nested Statements and Scope.mp4 86.91 MB
06 Methods and Functions/057 Methods and Functions Homework Overview.mp4 46.74 MB
06 Methods and Functions/058 Methods and Functions Homework - Solutions.mp4 162.72 MB
07 Milestone Project - 1/059 Introduction to Warm Up Project Exercises.mp4 12.13 MB
07 Milestone Project - 1/060 Displaying Information.mp4 16.87 MB
07 Milestone Project - 1/061 Accepting User Input.mp4 33.81 MB
07 Milestone Project - 1/062 Validating User Input.mp4 124.99 MB
07 Milestone Project - 1/063 Simple User Interaction.mp4 118 MB
07 Milestone Project - 1/064 First Python Milestone Project Overview.mp4 144.8 MB
07 Milestone Project - 1/066 Solution Overview for MileStone Project 1 - Part One.mp4 154.96 MB
07 Milestone Project - 1/067 Solution Overview for MileStone Project 1 - Part Two.mp4 97.09 MB
08 Object Oriented Programming/068 Object Oriented Programming - Introduction.mp4 18.78 MB
08 Object Oriented Programming/069 Object Oriented Programming - Attributes and Class Keyword.mp4 70.13 MB
08 Object Oriented Programming/070 Object Oriented Programming - Class Object Attributes and Methods.mp4 110.22 MB
08 Object Oriented Programming/071 Object Oriented Programming - Inheritance and Polymorphism.mp4 103.84 MB
08 Object Oriented Programming/072 Object Oriented Programming - Special (Magic_Dunder) Methods.mp4 30.53 MB
08 Object Oriented Programming/073 Object Oriented Programming - Homework.mp4 14.39 MB
08 Object Oriented Programming/074 Object Oriented Programming - Homework Solutions.mp4 28.88 MB
08 Object Oriented Programming/075 Object Oriented Programming - Challenge Overview.mp4 32.91 MB
08 Object Oriented Programming/076 Object Oriented Programming - Challenge Solution.mp4 21.9 MB
09 Modules and Packages/077 Pip Install and PyPi.mp4 55.81 MB
09 Modules and Packages/078 Modules and Packages.mp4 33.13 MB
09 Modules and Packages/079 __name__ and ___main___.mp4 25.29 MB
10 Errors and Exceptions Handling/080 Errors and Exception Handling.mp4 136.77 MB
10 Errors and Exceptions Handling/081 Errors and Exceptions Homework.mp4 11.54 MB
10 Errors and Exceptions Handling/082 Errors and Exception Homework - Solutions.mp4 30.41 MB
10 Errors and Exceptions Handling/084 Pylint Overview.mp4 40.64 MB
10 Errors and Exceptions Handling/085 Running tests with the Unittest Library.mp4 40.24 MB
11 Milestone Project - 2/086 Introduction to Milestone Project 2 Section Warmup.mp4 10.35 MB
11 Milestone Project - 2/087 Card Class.mp4 81.04 MB
11 Milestone Project - 2/088 Deck Class.mp4 96.89 MB
11 Milestone Project - 2/089 Player Class.mp4 63.29 MB
11 Milestone Project - 2/090 Game Logic - Part One.mp4 24.32 MB
11 Milestone Project - 2/091 Game Logic - Part Two.mp4 49.79 MB
11 Milestone Project - 2/092 Game Logic - Part Three.mp4 70.54 MB
11 Milestone Project - 2/093 Milestone Project 2 Overview.mp4 70.29 MB
11 Milestone Project - 2/094 Solution Walkthrough - Card and Deck classes.mp4 123.55 MB
11 Milestone Project - 2/095 Solution Walkthrough - Hand and Chip Classes.mp4 152.22 MB
11 Milestone Project - 2/096 Solution Walkthrough - Functions for Game Play.mp4 154.09 MB
11 Milestone Project - 2/097 Solutions Walkthrough - Final Gameplay Script.mp4 108.63 MB
12 Python Decorators/098 Decorators with Python Overview.mp4 138.58 MB
12 Python Decorators/099 Decorators Homework.mp4 27.9 MB
13 Python Generators/100 Generators with Python.mp4 59.78 MB
13 Python Generators/101 Generators Homework Overview.mp4 15.5 MB
13 Python Generators/102 Generators Homework Solutions.mp4 19.73 MB
14 Advanced Python Modules/103 Introduction to Advanced Python Modules.mp4 2.92 MB
14 Advanced Python Modules/104 Python Collections Module.mp4 78.36 MB
14 Advanced Python Modules/105 Opening and Reading Files and Folders (Python OS Module).mp4 197.59 MB
14 Advanced Python Modules/106 Python Datetime Module.mp4 61.6 MB
14 Advanced Python Modules/107 Python Math and Random Modules.mp4 97.38 MB
14 Advanced Python Modules/108 Python Debugger.mp4 28.94 MB
14 Advanced Python Modules/109 Python Regular Expressions Part One.mp4 62.44 MB
14 Advanced Python Modules/110 Python Regular Expressions Part Two.mp4 90.52 MB
14 Advanced Python Modules/111 Python Regular Expressions Part Three.mp4 83.21 MB
14 Advanced Python Modules/112 Timing Your Python Code.mp4 73.51 MB
14 Advanced Python Modules/113 Zipping and Unzipping files with Python.mp4 74.79 MB
14 Advanced Python Modules/114 Advanced Python Module Puzzle - Overview.mp4 8.01 MB
14 Advanced Python Modules/115 Advanced Python Module Puzzle - Solution.mp4 90.6 MB
15 Web Scraping with Python/116 Introduction to Web Scraping.mp4 94.5 MB
15 Web Scraping with Python/117 Setting Up Web Scraping Libraries.mp4 131.43 MB
15 Web Scraping with Python/118 Python Web Scraping - Grabbing a Title.mp4 116.97 MB
15 Web Scraping with Python/119 Python Web Scraping - Grabbing a Class.mp4 101.19 MB
15 Web Scraping with Python/121 Python Web Scraping - Book Examples Part One.mp4 122.66 MB
15 Web Scraping with Python/122 Python Web Scraping - Book Examples Part Two.mp4 106.63 MB
15 Web Scraping with Python/123 Python Web Scraping - Exercise Overview.mp4 46.85 MB
15 Web Scraping with Python/124 Python Web Scraping - Exercise Solutions.mp4 192.52 MB
16 Working with Images with Python/125 Introduction to Images with Python.mp4 2.14 MB
16 Working with Images with Python/126 Working with Images with Python.mp4 134.13 MB
16 Working with Images with Python/127 Python Image Exercises - Overview.mp4 20.34 MB
16 Working with Images with Python/128 Python Image Exercises - Solution.mp4 29.44 MB
17 Working with PDFs and Spreadsheet CSV Files/129 Introduction to PDFs and Spreadsheets with Python.mp4 2.94 MB
17 Working with PDFs and Spreadsheet CSV Files/130 Working with CSV Files in Python.mp4 130.37 MB
17 Working with PDFs and Spreadsheet CSV Files/131 Working with PDF Files in Python.mp4 93.85 MB
17 Working with PDFs and Spreadsheet CSV Files/132 PDFs and Spreadsheets Python Puzzle Exercise.mp4 19.69 MB
17 Working with PDFs and Spreadsheet CSV Files/133 PDFs and Spreadsheets Python Puzzle Exercise - Solutions.mp4 94.74 MB
18 Emails with Python/134 Introduction to Emails with Python.mp4 5.64 MB
18 Emails with Python/135 Sending Emails with Python.mp4 61.02 MB
18 Emails with Python/136 Receiving Emails with Python.mp4 131.53 MB
19 Final Capstone Python Project/137 Final Capstone Project.mp4 47.09 MB
20 Advanced Python Objects and Data Structures/138 Advanced Numbers.mp4 40.04 MB
20 Advanced Python Objects and Data Structures/139 Advanced Strings.mp4 37.67 MB
20 Advanced Python Objects and Data Structures/140 Advanced Sets.mp4 70.85 MB
20 Advanced Python Objects and Data Structures/141 Advanced Dictionaries.mp4 27.12 MB
20 Advanced Python Objects and Data Structures/142 Advanced Lists.mp4 50.03 MB
20 Advanced Python Objects and Data Structures/143 Advanced Python Objects Assessment Test.mp4 9 MB
20 Advanced Python Objects and Data Structures/144 Advanced Python Objects Test - Solutions.mp4 9.22 MB
21 Bonus Material - Introduction to GUIs/147 Interact Functionality with GUIs.mp4 88.31 MB
21 Bonus Material - Introduction to GUIs/148 GUI Widget Basics.mp4 28.45 MB
21 Bonus Material - Introduction to GUIs/149 List of Possible Widgets.mp4 69.37 MB
21 Bonus Material - Introduction to GUIs/150 Widget Styling and Layouts.mp4 35.77 MB
21 Bonus Material - Introduction to GUIs/151 Example of what a Widget can do!.mp4 56.59 MB
22 APPENDIX_ OLDER PYTHON 2 MATERIAL/152 Objects and Data Structures Assessment - Solutions.mp4 42.1 MB
22 APPENDIX_ OLDER PYTHON 2 MATERIAL/153 Comparison Operators.mp4 41.14 MB
22 APPENDIX_ OLDER PYTHON 2 MATERIAL/154 Chained Comparison Operators.mp4 17.35 MB
其他位置