首页 磁力链接怎么用

[Udemy] Advanced Python Python OOP with 10 Real-World Programs (12.2021)

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2022-6-5 05:07 2024-6-24 01:37 150 12.49 GB 237
二维码链接
[Udemy] Advanced Python Python OOP with 10 Real-World Programs (12.2021)的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 Getting Started/001 How This Course Will Make You a Pro.mp416.61MB
  2. 01 Getting Started/002 What is the Best Python IDE_.mp45.12MB
  3. 01 Getting Started/004 Ready to Code.mp49.86MB
  4. 02 Introduction to Object Oriented Programming - Building a Geometry Game (App 1)/001 Find the Objects in This Code (Assignment).mp41.5MB
  5. 02 Introduction to Object Oriented Programming - Building a Geometry Game (App 1)/002 Python Language Elements from a Deep View.mp415.6MB
  6. 02 Introduction to Object Oriented Programming - Building a Geometry Game (App 1)/003 What is a Python Object_.mp435.05MB
  7. 03 Creating and Using Python Classes - Building a Geometry Game (App 1)/001 Geometry Game Demonstration.mp411.62MB
  8. 03 Creating and Using Python Classes - Building a Geometry Game (App 1)/003 Answer_ The Objects in the Code.mp412.53MB
  9. 03 Creating and Using Python Classes - Building a Geometry Game (App 1)/004 The Steps of Writing a Professional Program.mp42.08MB
  10. 03 Creating and Using Python Classes - Building a Geometry Game (App 1)/005 Creating a Python Class.mp46.66MB
  11. 03 Creating and Using Python Classes - Building a Geometry Game (App 1)/006 Using the Created Class to Create Objects.mp425.22MB
  12. 03 Creating and Using Python Classes - Building a Geometry Game (App 1)/007 What is _self__.mp45.53MB
  13. 03 Creating and Using Python Classes - Building a Geometry Game (App 1)/008 More About _self_.mp43.63MB
  14. 03 Creating and Using Python Classes - Building a Geometry Game (App 1)/009 Creating Class Methods.mp422.02MB
  15. 03 Creating and Using Python Classes - Building a Geometry Game (App 1)/010 The ___init___ Method Vs. Normal Methods.mp44.82MB
  16. 03 Creating and Using Python Classes - Building a Geometry Game (App 1)/012 Answer_ Adding a _distance_ Method.mp415.68MB
  17. 04 More Practice with Classes - Building a Geometry Game (App 1, Part 2)/001 Creating a Second Class for our Program.mp433.73MB
  18. 04 More Practice with Classes - Building a Geometry Game (App 1, Part 2)/002 Wrapping Things Up.mp421.36MB
  19. 04 More Practice with Classes - Building a Geometry Game (App 1, Part 2)/003 Add a New Feature to the Program (Assignment).mp43.66MB
  20. 04 More Practice with Classes - Building a Geometry Game (App 1, Part 2)/004 Answer_ Adding a New Feature to the Program.mp455.4MB
  21. 05 Tools _ Techniques 1_ Setting up PyCharm and Directories for the Next Apps/001 Section Introduction.mp44.77MB
  22. 05 Tools _ Techniques 1_ Setting up PyCharm and Directories for the Next Apps/002 Installing PyCharm on Windows.mp418.65MB
  23. 05 Tools _ Techniques 1_ Setting up PyCharm and Directories for the Next Apps/003 Installing PyCharm on Mac.mp422.51MB
  24. 05 Tools _ Techniques 1_ Setting up PyCharm and Directories for the Next Apps/004 Installing PyCharm on Linux.mp426.4MB
  25. 05 Tools _ Techniques 1_ Setting up PyCharm and Directories for the Next Apps/005 How to Use PyCharm.mp464.87MB
  26. 05 Tools _ Techniques 1_ Setting up PyCharm and Directories for the Next Apps/006 [IMPORTANT] File Resources and Python Libraries.mp469MB
  27. 06 Inheritance - Building a Geometry Game (App 1)/001 Problem Statement.mp49.66MB
  28. 06 Inheritance - Building a Geometry Game (App 1)/002 Investigating the Code.mp471.17MB
  29. 06 Inheritance - Building a Geometry Game (App 1)/003 Inheriting from the Rectangle Class.mp468.63MB
  30. 06 Inheritance - Building a Geometry Game (App 1)/004 Adding Methods to the Child Class.mp435.28MB
  31. 06 Inheritance - Building a Geometry Game (App 1)/006 Inheriting from the Point Class.mp441.67MB
  32. 07 App 2_ Flatmates_ Bill _ S1_ Planning Phase/002 Preview of The Flatmates_ Bill App.mp421.14MB
  33. 07 App 2_ Flatmates_ Bill _ S1_ Planning Phase/004 Planning the App.mp4110.98MB
  34. 07 App 2_ Flatmates_ Bill _ S1_ Planning Phase/005 Writing the Empty Classes.mp4137.39MB
  35. 08 App 2_ Flatmates_ Bill _ S2_ Implementation Phase/001 Implementing the _pays_ Method.mp489.71MB
  36. 08 App 2_ Flatmates_ Bill _ S2_ Implementation Phase/002 PyCharm Tip.mp460.94MB
  37. 08 App 2_ Flatmates_ Bill _ S2_ Implementation Phase/003 Generating a PDF Document.mp4194.05MB
  38. 08 App 2_ Flatmates_ Bill _ S2_ Implementation Phase/004 Implementing the _generate_ Method.mp4184.08MB
  39. 08 App 2_ Flatmates_ Bill _ S2_ Implementation Phase/005 Polishing the Code.mp441.44MB
  40. 08 App 2_ Flatmates_ Bill _ S2_ Implementation Phase/006 Adding an Image to the PDF Document.mp414.83MB
  41. 08 App 2_ Flatmates_ Bill _ S2_ Implementation Phase/007 Changing the PDF Text Font.mp421.12MB
  42. 08 App 2_ Flatmates_ Bill _ S2_ Implementation Phase/008 Automatically View a PDF File.mp449.61MB
  43. 09 App 2_ Flatmates_ Bill _ S3_ Building a User Interface/001 Three Kinds of Interfaces.mp472.04MB
  44. 09 App 2_ Flatmates_ Bill _ S3_ Building a User Interface/002 Building a CLI - The Input Function.mp461.99MB
  45. 09 App 2_ Flatmates_ Bill _ S3_ Building a User Interface/003 Implementing the Rest of the Input Functions.mp4148.58MB
  46. 09 App 2_ Flatmates_ Bill _ S3_ Building a User Interface/004 Organizing the Code.mp475.79MB
  47. 09 App 2_ Flatmates_ Bill _ S3_ Building a User Interface/005 Organizing the Files.mp454.12MB
  48. 11 App 3 (Project)_ Math Painter _ S1_ Creating Images/002 Preview of the Math Painter App.mp427.63MB
  49. 11 App 3 (Project)_ Math Painter _ S1_ Creating Images/003 How Python Handles Images.mp4107.56MB
  50. 11 App 3 (Project)_ Math Painter _ S1_ Creating Images/004 Creating an Image out of Nothing.mp421.92MB
  51. 11 App 3 (Project)_ Math Painter _ S1_ Creating Images/005 Drawing Shapes in the Image.mp417.96MB
  52. 12 App 3 (Project)_ Math Painter _ S2_ Planning Phase/001 Planning the App.mp48.18MB
  53. 12 App 3 (Project)_ Math Painter _ S2_ Planning Phase/002 Creating the Empty Classes.mp45.05MB
  54. 13 App 3_ (Project)_ Math Painter _ S3_ Implementing the Methods/001 Implementing the Methods.mp448.18MB
  55. 14 App 3 (Project)_ Math Painter _ S4_ Building the User Interface/001 Building the CLI Interface.mp4110.03MB
  56. 15 App 4_ Webcam Photo Sharer _ S1_ Introductory App - Photo Searcher/002 How the Introductory App Looks Like.mp45.34MB
  57. 15 App 4_ Webcam Photo Sharer _ S1_ Introductory App - Photo Searcher/003 The Four Main Objects of Kivy.mp4150.56MB
  58. 15 App 4_ Webcam Photo Sharer _ S1_ Introductory App - Photo Searcher/004 Building the Frontend.mp471.31MB
  59. 15 App 4_ Webcam Photo Sharer _ S1_ Introductory App - Photo Searcher/005 Changing the Size of the Widgets.mp464.69MB
  60. 15 App 4_ Webcam Photo Sharer _ S1_ Introductory App - Photo Searcher/006 Setting an Image Dynamically.mp4139.09MB
  61. 15 App 4_ Webcam Photo Sharer _ S1_ Introductory App - Photo Searcher/007 Getting an Image from the Web Given a Search Query.mp463.56MB
  62. 15 App 4_ Webcam Photo Sharer _ S1_ Introductory App - Photo Searcher/008 Downloading an Image from a URL.mp4106.82MB
  63. 15 App 4_ Webcam Photo Sharer _ S1_ Introductory App - Photo Searcher/009 Implementing the Search Image Functionality.mp467.6MB
  64. 15 App 4_ Webcam Photo Sharer _ S1_ Introductory App - Photo Searcher/010 Best Coding Practices.mp434.59MB
  65. 16 App 4_ Webcam Photo Sharer _ S2_ Planning Phase/001 Preview of the Webcam Photo Sharer App.mp412.54MB
  66. 16 App 4_ Webcam Photo Sharer _ S2_ Planning Phase/003 Designing the Frontend.mp413.36MB
  67. 16 App 4_ Webcam Photo Sharer _ S2_ Planning Phase/004 Designing the Object Types.mp476.28MB
  68. 16 App 4_ Webcam Photo Sharer _ S2_ Planning Phase/005 Creating the Empty Classes.mp490.36MB
  69. 17 App 4_ Webcam Photo Sharer _ S3_ The Camera Screen/001 Creating the Camera Screen.mp445.91MB
  70. 17 App 4_ Webcam Photo Sharer _ S3_ The Camera Screen/002 Starting the Camera.mp413.77MB
  71. 17 App 4_ Webcam Photo Sharer _ S3_ The Camera Screen/003 Stopping the Camera.mp445.63MB
  72. 17 App 4_ Webcam Photo Sharer _ S3_ The Camera Screen/004 L4 - Capturing a Photo from the Camera.mp446.03MB
  73. 18 App 4_ Webcam Photo Sharer _ S4_ The Image Screen/001 Building the Image Screen.mp446.2MB
  74. 18 App 4_ Webcam Photo Sharer _ S4_ The Image Screen/002 Showing the Image in the Screen Image.mp426.39MB
  75. 18 App 4_ Webcam Photo Sharer _ S4_ The Image Screen/003 Uploading and Creating a Sharable Link of the Image File.mp4154.14MB
  76. 18 App 4_ Webcam Photo Sharer _ S4_ The Image Screen/004 Implementing the Copy Link Button.mp485.79MB
  77. 18 App 4_ Webcam Photo Sharer _ S4_ The Image Screen/005 Implementing the Open Link Button.mp461.12MB
  78. 19 App 4_ Webcam Photo Sharer _ S5_ Improving the Appearance of the App/001 Improving the Size of the Widgets.mp451.58MB
  79. 19 App 4_ Webcam Photo Sharer _ S5_ Improving the Appearance of the App/002 Changing the Color and Shape of the Buttons.mp431.83MB
  80. 19 App 4_ Webcam Photo Sharer _ S5_ Improving the Appearance of the App/003 Changing the App Background Color.mp457.61MB
  81. 20 App 5_ Flatmates_ Bill Web App _ S1_ Planning Phase/002 What the App Is About.mp414.05MB
  82. 20 App 5_ Flatmates_ Bill Web App _ S1_ Planning Phase/003 The Design of the Webapp.mp414.21MB
  83. 20 App 5_ Flatmates_ Bill Web App _ S1_ Planning Phase/004 The Classes.mp414.73MB
  84. 20 App 5_ Flatmates_ Bill Web App _ S1_ Planning Phase/005 Writing the Empty Classes.mp420.97MB
  85. 22 App 5_ Flatmates_ Bill Web App _ S2_ Implementation Phase/001 Implementing the Home Page.mp448.25MB
  86. 22 App 5_ Flatmates_ Bill Web App _ S2_ Implementation Phase/002 Completing the Home Page.mp448.9MB
  87. 22 App 5_ Flatmates_ Bill Web App _ S2_ Implementation Phase/003 Implementing the Bill Form Page.mp416.08MB
  88. 22 App 5_ Flatmates_ Bill Web App _ S2_ Implementation Phase/004 Implementing the Web Form.mp488.49MB
  89. 22 App 5_ Flatmates_ Bill Web App _ S2_ Implementation Phase/005 Implementing the Form Submit Button.mp4151.41MB
  90. 22 App 5_ Flatmates_ Bill Web App _ S2_ Implementation Phase/006 Processing the User Data.mp480.69MB
  91. 22 App 5_ Flatmates_ Bill Web App _ S2_ Implementation Phase/007 Default Data for the Input widgets.mp417.9MB
  92. 22 App 5_ Flatmates_ Bill Web App _ S2_ Implementation Phase/008 Completing the Results page.mp419.96MB
  93. 23 App 5_ Flatmates_ Bill Web App _ S3_ Making the App Visually Appealing/001 Creating and Linking the CSS File.mp431.86MB
  94. 23 App 5_ Flatmates_ Bill Web App _ S3_ Making the App Visually Appealing/002 Completing the Visual Changes.mp476.45MB
  95. 24 App 5_ Flatmates_ Bill Web App _ S4_ Deploying the App/001 Deploying the App on the Python Anywhere Servers.mp466.66MB
  96. 25 App 5_ Flatmates_ Bill Web App _ S5_ App Improvements/001 Showing the Results Under the Form.mp4108.46MB
  97. 26 App 6 (Project)_ Calories App _ S1_ Planning Phase/002 Preview of the Calories App.mp429.69MB
  98. 26 App 6 (Project)_ Calories App _ S1_ Planning Phase/003 Planning the App.mp415.4MB
  99. 26 App 6 (Project)_ Calories App _ S1_ Planning Phase/004 The Empty Classes.mp46.79MB
  100. 27 App 6 (Project)_ Calories App _ S2_ The Web Scraping Part/001 Making a URL Request with Python.mp4103.09MB
  101. 27 App 6 (Project)_ Calories App _ S2_ The Web Scraping Part/002 Extracting the Temperature Value from the Webpage.mp4127.35MB
  102. 28 App 6 (Project)_ Calories Flask App _ S3_ Implementing The Methods/001 Implementing the Calorie Class.mp410.21MB
  103. 28 App 6 (Project)_ Calories Flask App _ S3_ Implementing The Methods/002 Implementing the Temperature Class.mp4116.73MB
  104. 28 App 6 (Project)_ Calories Flask App _ S3_ Implementing The Methods/003 Implementing the Flask Classes.mp489.35MB
  105. 29 Tools _ Techniques 2_ Writing Readable Code/001 Introduction.mp452.07MB
  106. 29 Tools _ Techniques 2_ Writing Readable Code/002 What is the PEP 8 Style Guide_.mp413.97MB
  107. 29 Tools _ Techniques 2_ Writing Readable Code/003 PEP 8 Guidelines.mp462.14MB
  108. 30 Tools _ Techniques 3_ Debugging a Program/001 Introduction.mp41.68MB
  109. 30 Tools _ Techniques 3_ Debugging a Program/002 Program Execution Phases Under the Hood.mp421.21MB
  110. 30 Tools _ Techniques 3_ Debugging a Program/003 The Parsing Phase and Syntax Errors.mp428.68MB
  111. 30 Tools _ Techniques 3_ Debugging a Program/004 Exceptions.mp426.96MB
  112. 30 Tools _ Techniques 3_ Debugging a Program/005 Tracebacks with Multiple Errors.mp433.84MB
  113. 30 Tools _ Techniques 3_ Debugging a Program/006 Debugging with Print Functions.mp428.47MB
  114. 30 Tools _ Techniques 3_ Debugging a Program/007 Using the Debugger Tool.mp458.99MB
  115. 30 Tools _ Techniques 3_ Debugging a Program/008 The Step Into My Code and Step Over Buttons.mp438.92MB
  116. 31 App 7_ Automated Emails _ S1_ Planning Phase/002 Preview of the Automated Emails App.mp414.34MB
  117. 31 App 7_ Automated Emails _ S1_ Planning Phase/003 Planning the App.mp412.88MB
  118. 31 App 7_ Automated Emails _ S1_ Planning Phase/004 Writing the Empty Classes.mp45.67MB
  119. 32 App 7_ Automated Emails _ S2_ Getting News With Python/001 Getting All the News of Today.mp499.99MB
  120. 32 App 7_ Automated Emails _ S2_ Getting News With Python/002 Getting News for Certain Dates.mp485.41MB
  121. 32 App 7_ Automated Emails _ S2_ Getting News With Python/003 Getting a Particular News.mp4108.1MB
  122. 32 App 7_ Automated Emails _ S2_ Getting News With Python/004 Constructing a String of News Titles and Urls.mp4120.63MB
  123. 32 App 7_ Automated Emails _ S2_ Getting News With Python/005 Implementing the News Feed Class.mp458.45MB
  124. 33 App 7_ Automated Emails _ S3_ Sending out Emails/001 Preparing the Tools.mp416.6MB
  125. 33 App 7_ Automated Emails _ S3_ Sending out Emails/002 Sending a Single Email.mp444.21MB
  126. 33 App 7_ Automated Emails _ S3_ Sending out Emails/003 Sending Batch Emails.mp4147.85MB
  127. 33 App 7_ Automated Emails _ S3_ Sending out Emails/004 Dynamic Timestamps for Today and Yesterday.mp446.97MB
  128. 33 App 7_ Automated Emails _ S3_ Sending out Emails/005 Running the Code at a Certain Time.mp448.23MB
  129. 34 Tools _ Techniques 4_ Code Refactoring/001 What is Code Refactoring_.mp46.52MB
  130. 34 Tools _ Techniques 4_ Code Refactoring/002 Refactoring Our Code.mp451.03MB
  131. 35 Tools _ Techniques 5.1_ Git_ What is Git_/001 What is Git_.mp46.66MB
  132. 35 Tools _ Techniques 5.1_ Git_ What is Git_/002 The Benefits of Git Illustrated.mp420.21MB
  133. 36 Tools _ Techniques 5.2_ Git_ Working with the Local Repo/001 Creating a Git-Enabled PyCharm Project.mp414.07MB
  134. 36 Tools _ Techniques 5.2_ Git_ Working with the Local Repo/002 Add and Commit.mp446.53MB
  135. 36 Tools _ Techniques 5.2_ Git_ Working with the Local Repo/003 Commit History.mp424.35MB
  136. 36 Tools _ Techniques 5.2_ Git_ Working with the Local Repo/004 Git Reset.mp413.64MB
  137. 36 Tools _ Techniques 5.2_ Git_ Working with the Local Repo/005 Git Revert.mp419.09MB
  138. 36 Tools _ Techniques 5.2_ Git_ Working with the Local Repo/006 Unversioned Files and .gitignore.mp425.64MB
  139. 37 Tools _ Techniques 5.3_ Git_ Working with the Remote Repo (GitHub)/001 Pushing the Changes to GitHub.mp443.98MB
  140. 37 Tools _ Techniques 5.3_ Git_ Working with the Remote Repo (GitHub)/002 Cloning a GitHub Repository.mp416.73MB
  141. 37 Tools _ Techniques 5.3_ Git_ Working with the Remote Repo (GitHub)/003 Using the _requirements.txt_ File.mp467.57MB
  142. 38 App 8_ Instant Dictionary Web App _ API _ S1_ Planning Phase/002 Planning the App.mp420.73MB
  143. 38 App 8_ Instant Dictionary Web App _ API _ S1_ Planning Phase/003 Creating the Empty Classes.mp416.14MB
  144. 39 App 8_ Instant Dictionary Web App _ API _ S2_ Implementing the Definition Class/001 Implementing the Definition Class.mp458.19MB
  145. 40 App 8_ Instant Dictionary Web App _ API _ S3_ Interactive Webpage Frontend/001 What We Will Build.mp44.23MB
  146. 40 App 8_ Instant Dictionary Web App _ API _ S3_ Interactive Webpage Frontend/002 A Basic Webpage.mp435.46MB
  147. 40 App 8_ Instant Dictionary Web App _ API _ S3_ Interactive Webpage Frontend/003 Styling the Webpage.mp430.93MB
  148. 40 App 8_ Instant Dictionary Web App _ API _ S3_ Interactive Webpage Frontend/004 Adding More Components to the Webpage.mp482.72MB
  149. 40 App 8_ Instant Dictionary Web App _ API _ S3_ Interactive Webpage Frontend/005 Putting Components in a Grid.mp457.21MB
  150. 40 App 8_ Instant Dictionary Web App _ API _ S3_ Interactive Webpage Frontend/006 Handling Events.mp474.28MB
  151. 40 App 8_ Instant Dictionary Web App _ API _ S3_ Interactive Webpage Frontend/007 More Mouse Events.mp424.39MB
  152. 40 App 8_ Instant Dictionary Web App _ API _ S3_ Interactive Webpage Frontend/008 Using the Quasar Interface.mp473.39MB
  153. 41 App 8_ Instant Dictionary Web App _ API _ S4_ Making OOP Web Apps/001 The Problem with the Current Project Structure.mp416.52MB
  154. 41 App 8_ Instant Dictionary Web App _ API _ S4_ Making OOP Web Apps/002 Making the About Page.mp4108.92MB
  155. 41 App 8_ Instant Dictionary Web App _ API _ S4_ Making OOP Web Apps/003 Tip_ Inheritance vs. Composition.mp412.34MB
  156. 41 App 8_ Instant Dictionary Web App _ API _ S4_ Making OOP Web Apps/004 Making the Home page.mp485.41MB
  157. 41 App 8_ Instant Dictionary Web App _ API _ S4_ Making OOP Web Apps/005 Making the Dictionary Page.mp454.21MB
  158. 41 App 8_ Instant Dictionary Web App _ API _ S4_ Making OOP Web Apps/006 Time Bomb in the Code.mp444.26MB
  159. 41 App 8_ Instant Dictionary Web App _ API _ S4_ Making OOP Web Apps/007 Getting Output in the Output Div.mp4106.54MB
  160. 41 App 8_ Instant Dictionary Web App _ API _ S4_ Making OOP Web Apps/008 Getting the Definitions in the Output Box.mp454.35MB
  161. 41 App 8_ Instant Dictionary Web App _ API _ S4_ Making OOP Web Apps/009 Getting Output Instantly.mp430.65MB
  162. 42 App 8_ Instant Dictionary Web App _ API _ S5_ Making the Navigation Menu/001 The Goal of This Section.mp45.7MB
  163. 42 App 8_ Instant Dictionary Web App _ API _ S5_ Making the Navigation Menu/002 Making the Layout.mp4283.54MB
  164. 42 App 8_ Instant Dictionary Web App _ API _ S5_ Making the Navigation Menu/003 Adding the Menu Items.mp461.51MB
  165. 42 App 8_ Instant Dictionary Web App _ API _ S5_ Making the Navigation Menu/004 Making a Default Layout class.mp4194.13MB
  166. 42 App 8_ Instant Dictionary Web App _ API _ S5_ Making the Navigation Menu/005 Making the Routes Automatic.mp450.6MB
  167. 42 App 8_ Instant Dictionary Web App _ API _ S5_ Making the Navigation Menu/006 Creating an Abstract Class.mp485.62MB
  168. 43 App 9_ Instant Dictionary API _ S1_ Understanding an API/002 Understanding an API.mp422.39MB
  169. 44 App 9_ Instant Dictionary API _ S2_ Building the API/001 Getting the Request.mp451MB
  170. 44 App 9_ Instant Dictionary API _ S2_ Building the API/002 Definitions as API response.mp470.22MB
  171. 44 App 9_ Instant Dictionary API _ S2_ Building the API/003 Returning a JSON Response.mp431.58MB
  172. 44 App 9_ Instant Dictionary API _ S2_ Building the API/004 Writing the API Documentation.mp445.9MB
  173. 45 App 9_ Instant Dictionary API _ S3_ Using the API/001 Using the API.mp494.83MB
  174. 46 Tools _ Techniques 6_ Databases/001 What is a Database and Why Use it_.mp45.7MB
  175. 46 Tools _ Techniques 6_ Databases/002 Creating a Database and a Table in DB Viewer.mp443.58MB
  176. 46 Tools _ Techniques 6_ Databases/003 Adding Records in DB Viewer.mp46.64MB
  177. 46 Tools _ Techniques 6_ Databases/004 Creating a Database Table with Python.mp415.01MB
  178. 46 Tools _ Techniques 6_ Databases/005 Inserting Records to a Table.mp417.62MB
  179. 46 Tools _ Techniques 6_ Databases/006 Selecting Records.mp425.32MB
  180. 46 Tools _ Techniques 6_ Databases/007 Updating Records.mp417.2MB
  181. 46 Tools _ Techniques 6_ Databases/008 Deleting Records.mp48.02MB
  182. 46 Tools _ Techniques 6_ Databases/009 Query Parameters.mp421.11MB
  183. 47 App 10 (Project)_ Cinema Booking App _ S1_ Planning Phase/002 Preview of the Cinema Booking App.mp451.16MB
  184. 47 App 10 (Project)_ Cinema Booking App _ S1_ Planning Phase/003 Planning the App.mp431.75MB
  185. 48 App 10 (Project)_ Cinema Booking App _ S2_ Implementation Phase/001 The Empty Classes.mp410.19MB
  186. 48 App 10 (Project)_ Cinema Booking App _ S2_ Implementation Phase/002 The Complete Code.mp4150.25MB
  187. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/001 Introduction.mp44.94MB
  188. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/002 Demo of the Package.mp438.5MB
  189. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/003 The Library Structure.mp44.24MB
  190. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/004 Preparing the Input Data.mp4118.59MB
  191. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/005 Creating the Weather Class.mp4141.57MB
  192. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/006 Getting Weather Forecast by Coordinates.mp480.16MB
  193. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/007 Raising Errors When Arguments Are Not Passed.mp468.8MB
  194. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/008 Cleaning the Data.mp497.51MB
  195. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/009 Providing Simplified Weather Data.mp478.66MB
  196. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/010 Raising Errors When Data Are Incorrect.mp423.31MB
  197. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/011 Adding Docs to Your Library.mp414.81MB
  198. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/012 Preparing and Testing the Library.mp426.22MB
  199. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/013 Uploading the Library to PyPi.mp4179.02MB
  200. 49 App X (Bonus and Optional)_ Creating a Weather Forecast Package/014 Making and Uploading a Package Change.mp4216.81MB
  201. 50 Bonus Videos/002 Course Overview.mp412.18MB
  202. 50 Bonus Videos/003 Setting up Python and the IDE.mp421.16MB
  203. 50 Bonus Videos/005 The Other Side of the World.mp4170.48MB
  204. 50 Bonus Videos/006 Abstracting Real-World Objects in Python.mp410.26MB
  205. 50 Bonus Videos/008 Interaction Between Python Objects.mp426.93MB
  206. 50 Bonus Videos/009 Difference Between Methods and Functions.mp410.84MB
  207. 50 Bonus Videos/010 More on Abstraction and Interaction.mp455.17MB
  208. 50 Bonus Videos/011 Decision Making.mp458.5MB
  209. 50 Bonus Videos/012 Using Third-Party Objects.mp4141.49MB
  210. 50 Bonus Videos/013 The Nine Elements of Python.mp480.5MB
  211. 50 Bonus Videos/014 Syntactic Sugar.mp4136.64MB
  212. 50 Bonus Videos/015 Introduction.mp413.95MB
  213. 50 Bonus Videos/016 Creating New Types.mp4176.63MB
  214. 50 Bonus Videos/017 Adding a Time Method.mp440.44MB
  215. 50 Bonus Videos/020 Implementing the Time Method.mp467.07MB
  216. 50 Bonus Videos/021 Implementing the Weather Method.mp438.39MB
  217. 50 Bonus Videos/022 Class vs. Object.mp419.75MB
  218. 50 Bonus Videos/023 Instance Methods vs Class Methods.mp459.32MB
  219. 50 Bonus Videos/024 Instance Variables vs Class Variables.mp426.91MB
  220. 50 Bonus Videos/025 Glossary Of Classes.mp437.25MB
  221. 50 Bonus Videos/027 Introduction.mp42.32MB
  222. 50 Bonus Videos/028 What Problem Does Inheritance Solve.mp4157.48MB
  223. 50 Bonus Videos/029 Inheriting Methods.mp4169.39MB
  224. 50 Bonus Videos/030 Inheriting Arguments.mp472.45MB
  225. 50 Bonus Videos/031 Displaying the Weather Forecast in a Popup Window.mp4152.9MB
  226. 50 Bonus Videos/033 What Are Sequence Types.mp485.78MB
  227. 50 Bonus Videos/034 String Types.mp414.31MB
  228. 50 Bonus Videos/035 String Methods.mp472.18MB
  229. 50 Bonus Videos/036 String Magic Methods.mp476.01MB
  230. 50 Bonus Videos/037 String Formatting.mp47.36MB
  231. 50 Bonus Videos/038 Slicing Sequences.mp417.9MB
  232. 50 Bonus Videos/039 Lists, Tuples, and Ranges.mp441.13MB
  233. 50 Bonus Videos/040 Practice_ Formatting the Popup Content.mp4167.85MB
  234. 50 Bonus Videos/041 Extracting the Values for the Popup.mp498.5MB
  235. 50 Bonus Videos/042 Problem Statement.mp468.53MB
  236. 50 Bonus Videos/043 _for_ Loops.mp428.25MB
  237. 50 Bonus Videos/044 Looping with Multiple Variables.mp428.52MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统