zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeCourseSite.com] Udemy - Advanced Python Programming Build 10 OOP Applications
magnet:?xt=urn:btih:9dd5091f7ebea574b29f64eb01e1b6c97a006674&dn=[FreeCourseSite.com] Udemy - Advanced Python Programming Build 10 OOP Applications
磁力链接详情
Hash值:
9dd5091f7ebea574b29f64eb01e1b6c97a006674
点击数:
2
文件大小:
6.55 GB
文件数量:
208
创建日期:
2024-11-1 22:46
最后访问:
2024-11-1 23:23
访问标签:
FreeCourseSite
com
Udemy
-
Advanced
Python
Programming
Build
10
OOP
Applications
文件列表详情
01 - Getting Started/001 How This Course Will Make You a Pro.mp4 16.61 MB
01 - Getting Started/002 What is the Best Python IDE.mp4 3.86 MB
01 - Getting Started/004 Ready to Code.mp4 6.88 MB
02 - App 1 Geometry Game - Introduction to Object Oriented Programming/001 Find the Objects in This Code (Assignment).mp4 1.11 MB
02 - App 1 Geometry Game - Introduction to Object Oriented Programming/002 Python Language Elements from a Deep View.mp4 10.79 MB
02 - App 1 Geometry Game - Introduction to Object Oriented Programming/003 What is a Python Object.mp4 23.44 MB
03 - App 1 Geometry Game - Creating and Using Python Classes/001 Geometry Game Demonstration.mp4 6.33 MB
03 - App 1 Geometry Game - Creating and Using Python Classes/003 Answer The Objects in the Code.mp4 8.43 MB
03 - App 1 Geometry Game - Creating and Using Python Classes/004 The Steps of Writing a Professional Program.mp4 1.61 MB
03 - App 1 Geometry Game - Creating and Using Python Classes/005 Creating a Python Class.mp4 5.19 MB
03 - App 1 Geometry Game - Creating and Using Python Classes/006 Using the Created Class to Create Objects.mp4 17.88 MB
03 - App 1 Geometry Game - Creating and Using Python Classes/007 What is self.mp4 4.2 MB
03 - App 1 Geometry Game - Creating and Using Python Classes/008 More About self.mp4 2.79 MB
03 - App 1 Geometry Game - Creating and Using Python Classes/009 Creating Class Methods.mp4 15.64 MB
03 - App 1 Geometry Game - Creating and Using Python Classes/010 The __init__ Method Vs. Normal Methods.mp4 3.43 MB
03 - App 1 Geometry Game - Creating and Using Python Classes/012 Answer Adding a distance Method.mp4 10.48 MB
04 - App 1 Geometry Game - More Practice with Classes/001 Creating a Second Class for our Program.mp4 22.17 MB
04 - App 1 Geometry Game - More Practice with Classes/002 Wrapping Things Up.mp4 14.87 MB
04 - App 1 Geometry Game - More Practice with Classes/003 Add a New Feature to the Program (Assignment).mp4 2.3 MB
04 - App 1 Geometry Game - More Practice with Classes/004 Answer Adding a New Feature to the Program.mp4 35.73 MB
05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/001 Section Introduction.mp4 3.36 MB
05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/002 Installing PyCharm on Windows.mp4 11.49 MB
05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/003 Installing PyCharm on Mac.mp4 13.09 MB
05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/004 Installing PyCharm on Linux.mp4 15.81 MB
05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/005 How to Use PyCharm.mp4 42.51 MB
05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/006 [IMPORTANT] File Resources and Python Libraries.mp4 40.88 MB
06 - App 1 Geometry Game - Inheritance/001 Problem Statement.mp4 6.74 MB
06 - App 1 Geometry Game - Inheritance/002 Investigating the Code.mp4 47.08 MB
06 - App 1 Geometry Game - Inheritance/003 Inheriting from the Rectangle Class.mp4 44.16 MB
06 - App 1 Geometry Game - Inheritance/004 Adding Methods to the Child Class.mp4 22.19 MB
06 - App 1 Geometry Game - Inheritance/006 Inheriting from the Point Class.mp4 26.23 MB
07 - App 2 Flatmates' Bill Sharing - Planning Phase/002 Preview of The Flatmates' Bill App.mp4 21.14 MB
07 - App 2 Flatmates' Bill Sharing - Planning Phase/004 Planning the App.mp4 110.98 MB
07 - App 2 Flatmates' Bill Sharing - Planning Phase/005 Writing the Empty Classes.mp4 137.39 MB
08 - App 2 Flatmates' Bill Sharing - Implementation Phase/001 Implementing the pays Method.mp4 54.77 MB
08 - App 2 Flatmates' Bill Sharing - Implementation Phase/002 PyCharm Tip.mp4 36.05 MB
08 - App 2 Flatmates' Bill Sharing - Implementation Phase/003 Generating a PDF Document.mp4 114.98 MB
08 - App 2 Flatmates' Bill Sharing - Implementation Phase/004 Implementing the generate Method.mp4 105.35 MB
08 - App 2 Flatmates' Bill Sharing - Implementation Phase/005 Polishing the Code.mp4 24.61 MB
08 - App 2 Flatmates' Bill Sharing - Implementation Phase/006 Adding an Image to the PDF Document.mp4 8.67 MB
08 - App 2 Flatmates' Bill Sharing - Implementation Phase/007 Changing the PDF Text Font.mp4 12.1 MB
08 - App 2 Flatmates' Bill Sharing - Implementation Phase/008 Automatically View a PDF File.mp4 29.53 MB
09 - App 2 Flatmates' Bill Sharing - Building a User Interface/001 Three Kinds of Interfaces.mp4 40.99 MB
09 - App 2 Flatmates' Bill Sharing - Building a User Interface/002 Building a CLI - The Input Function.mp4 35.7 MB
09 - App 2 Flatmates' Bill Sharing - Building a User Interface/003 Implementing the Rest of the Input Functions.mp4 87.35 MB
09 - App 2 Flatmates' Bill Sharing - Building a User Interface/004 Organizing the Code.mp4 43.81 MB
09 - App 2 Flatmates' Bill Sharing - Building a User Interface/005 Organizing the Files.mp4 31.33 MB
10 - App 2 Flatmates' Bill - Deploying the App (Optional)/002 What Does Deploying Mean.mp4 7.78 MB
10 - App 2 Flatmates' Bill - Deploying the App (Optional)/003 Setting up the Deployment Environment.mp4 8.66 MB
10 - App 2 Flatmates' Bill - Deploying the App (Optional)/004 Uploading the Project Files.mp4 26.85 MB
10 - App 2 Flatmates' Bill - Deploying the App (Optional)/005 Sharing the App.mp4 9.01 MB
10 - App 2 Flatmates' Bill - Deploying the App (Optional)/006 Feature Requests from Users.mp4 14.66 MB
10 - App 2 Flatmates' Bill - Deploying the App (Optional)/007 Uploading Files to the Cloud.mp4 56.5 MB
10 - App 2 Flatmates' Bill - Deploying the App (Optional)/008 Implementing the Change in the App.mp4 100.95 MB
10 - App 2 Flatmates' Bill - Deploying the App (Optional)/009 Uploading the Changes to Production.mp4 13.3 MB
12 - App 3 Math Painter - Creating Images/002 Preview of the Math Painter App.mp4 18.35 MB
12 - App 3 Math Painter - Creating Images/003 How Python Handles Images.mp4 107.56 MB
12 - App 3 Math Painter - Creating Images/004 Creating an Image out of Nothing.mp4 15.23 MB
12 - App 3 Math Painter - Creating Images/005 Drawing Shapes in the Image.mp4 12.32 MB
13 - App 3 Math Painter - Planning Phase/001 Planning the App.mp4 5.81 MB
13 - App 3 Math Painter - Planning Phase/002 Creating the Empty Classes.mp4 3.29 MB
14 - App 3 - Math Painter - Implementing the Methods/001 Implementing the Methods.mp4 30.84 MB
15 - App 3 Math Painter - Building the User Interface/001 Building the CLI Interface.mp4 67.3 MB
16 - Introduction to Kivy/002 How the Introductory App Looks Like.mp4 3.4 MB
16 - Introduction to Kivy/003 The Four Main Objects of Kivy.mp4 85.82 MB
16 - Introduction to Kivy/004 Building the Frontend.mp4 40.97 MB
16 - Introduction to Kivy/005 Changing the Size of the Widgets.mp4 36.12 MB
16 - Introduction to Kivy/006 Setting an Image Dynamically.mp4 77.26 MB
16 - Introduction to Kivy/007 Getting an Image from the Web Given a Search Query.mp4 36.69 MB
16 - Introduction to Kivy/008 Downloading an Image from a URL.mp4 60.35 MB
16 - Introduction to Kivy/009 Implementing the Search Image Functionality.mp4 38.74 MB
16 - Introduction to Kivy/010 Best Coding Practices.mp4 19.65 MB
17 - App 4 Webcam Photo Sharer - Planning Phase/001 Preview of the Webcam Photo Sharer App.mp4 7.57 MB
17 - App 4 Webcam Photo Sharer - Planning Phase/003 Designing the Frontend.mp4 9.04 MB
17 - App 4 Webcam Photo Sharer - Planning Phase/004 Designing the Object Types.mp4 45.8 MB
17 - App 4 Webcam Photo Sharer - Planning Phase/005 Creating the Empty Classes.mp4 52.65 MB
18 - App 4 Webcam Photo Sharer - The Camera Screen/001 Creating the Camera Screen.mp4 27.79 MB
18 - App 4 Webcam Photo Sharer - The Camera Screen/002 Starting the Camera.mp4 8.26 MB
18 - App 4 Webcam Photo Sharer - The Camera Screen/003 Stopping the Camera.mp4 27.56 MB
18 - App 4 Webcam Photo Sharer - The Camera Screen/004 L4 - Capturing a Photo from the Camera.mp4 26.86 MB
19 - App 4 Webcam Photo Sharer - The Image Screen/001 Building the Image Screen.mp4 27.09 MB
19 - App 4 Webcam Photo Sharer - The Image Screen/002 Showing the Image in the Screen Image.mp4 15.47 MB
19 - App 4 Webcam Photo Sharer - The Image Screen/003 Uploading and Creating a Sharable Link of the Image File.mp4 92.1 MB
19 - App 4 Webcam Photo Sharer - The Image Screen/004 Implementing the Copy Link Button.mp4 51.6 MB
19 - App 4 Webcam Photo Sharer - The Image Screen/005 Implementing the Open Link Button.mp4 36.74 MB
20 - App 4 Webcam Photo Sharer - Improving the Appearance of the App/001 Improving the Size of the Widgets.mp4 30.06 MB
20 - App 4 Webcam Photo Sharer - Improving the Appearance of the App/002 Changing the Color and Shape of the Buttons.mp4 18.33 MB
20 - App 4 Webcam Photo Sharer - Improving the Appearance of the App/003 Changing the App Background Color.mp4 33.28 MB
21 - App 5 Flatmates' Bill Web App - Planning Phase/002 What the App Is About.mp4 8.84 MB
21 - App 5 Flatmates' Bill Web App - Planning Phase/003 The Design of the Webapp.mp4 8.86 MB
21 - App 5 Flatmates' Bill Web App - Planning Phase/004 The Classes.mp4 9.61 MB
21 - App 5 Flatmates' Bill Web App - Planning Phase/005 Writing the Empty Classes.mp4 14.17 MB
23 - App 5 Flatmates' Bill Web App - Implementation Phase/001 Implementing the Home Page.mp4 31.24 MB
23 - App 5 Flatmates' Bill Web App - Implementation Phase/002 Completing the Home Page.mp4 31.6 MB
23 - App 5 Flatmates' Bill Web App - Implementation Phase/003 Implementing the Bill Form Page.mp4 10.44 MB
23 - App 5 Flatmates' Bill Web App - Implementation Phase/004 Implementing the Web Form.mp4 55.52 MB
23 - App 5 Flatmates' Bill Web App - Implementation Phase/005 Implementing the Form Submit Button.mp4 86.9 MB
23 - App 5 Flatmates' Bill Web App - Implementation Phase/006 Processing the User Data.mp4 49.29 MB
23 - App 5 Flatmates' Bill Web App - Implementation Phase/007 Default Data for the Input widgets.mp4 9.97 MB
23 - App 5 Flatmates' Bill Web App - Implementation Phase/008 Completing the Results page.mp4 12.01 MB
24 - App 5 Flatmates' Bill Web App - Making the App Visually Appealing/001 Creating and Linking the CSS File.mp4 21.26 MB
24 - App 5 Flatmates' Bill Web App - Making the App Visually Appealing/002 Completing the Visual Changes.mp4 49.44 MB
25 - App 5 Flatmates' Bill Web App - Deploying the App/001 Deploying the App on the Python Anywhere Servers.mp4 42.62 MB
26 - App 5 Flatmates' Bill Web App - App Improvements/001 Showing the Results Under the Form.mp4 69.01 MB
27 - App 6 Calories App - Planning Phase/002 Preview of the Calories App.mp4 15.06 MB
27 - App 6 Calories App - Planning Phase/003 Planning the App.mp4 10.86 MB
27 - App 6 Calories App - Planning Phase/004 The Empty Classes.mp4 4.7 MB
28 - App 6 Calories App - The Web Scraping Part/001 Making a URL Request with Python.mp4 63.85 MB
28 - App 6 Calories App - The Web Scraping Part/002 Extracting the Temperature Value from the Webpage.mp4 82.29 MB
29 - App 6 Calories Flask App - Implementing The Methods/001 Implementing the Calorie Class.mp4 6.75 MB
29 - App 6 Calories Flask App - Implementing The Methods/002 Implementing the Temperature Class.mp4 74.34 MB
29 - App 6 Calories Flask App - Implementing The Methods/003 Implementing the Flask Classes.mp4 55.22 MB
30 - Tools & Techniques 2 Writing Readable Code/001 Introduction.mp4 25.92 MB
30 - Tools & Techniques 2 Writing Readable Code/002 What is the PEP 8 Style Guide.mp4 8.73 MB
30 - Tools & Techniques 2 Writing Readable Code/003 PEP 8 Guidelines.mp4 38.73 MB
31 - Tools & Techniques 3 Debugging a Program/001 Introduction.mp4 1.23 MB
31 - Tools & Techniques 3 Debugging a Program/002 Program Execution Phases Under the Hood.mp4 13.78 MB
31 - Tools & Techniques 3 Debugging a Program/003 The Parsing Phase and Syntax Errors.mp4 19.1 MB
31 - Tools & Techniques 3 Debugging a Program/004 Exceptions.mp4 17.2 MB
31 - Tools & Techniques 3 Debugging a Program/005 Tracebacks with Multiple Errors.mp4 20.64 MB
31 - Tools & Techniques 3 Debugging a Program/006 Debugging with Print Functions.mp4 17.84 MB
31 - Tools & Techniques 3 Debugging a Program/007 Using the Debugger Tool.mp4 38.18 MB
31 - Tools & Techniques 3 Debugging a Program/008 The Step Into My Code and Step Over Buttons.mp4 25.56 MB
32 - App 7 Automated Emails - Planning Phase/002 Preview of the Automated Emails App.mp4 9.08 MB
32 - App 7 Automated Emails - Planning Phase/003 Planning the App.mp4 9.49 MB
32 - App 7 Automated Emails - Planning Phase/004 Writing the Empty Classes.mp4 4.11 MB
33 - App 7 Automated Emails - Getting News With Python/001 Getting All the News of Today.mp4 58.32 MB
33 - App 7 Automated Emails - Getting News With Python/002 Getting News for Certain Dates.mp4 53.14 MB
33 - App 7 Automated Emails - Getting News With Python/003 Getting a Particular News.mp4 67.79 MB
33 - App 7 Automated Emails - Getting News With Python/004 Constructing a String of News Titles and Urls.mp4 74.32 MB
33 - App 7 Automated Emails - Getting News With Python/005 Implementing the News Feed Class.mp4 38.26 MB
34 - App 7 Automated Emails - Sending out Emails/001 Preparing the Tools.mp4 10.01 MB
34 - App 7 Automated Emails - Sending out Emails/002 Sending a Single Email.mp4 33.19 MB
34 - App 7 Automated Emails - Sending out Emails/003 Sending Batch Emails.mp4 94.27 MB
34 - App 7 Automated Emails - Sending out Emails/004 Dynamic Timestamps for Today and Yesterday.mp4 29.7 MB
34 - App 7 Automated Emails - Sending out Emails/005 Running the Code at a Certain Time.mp4 30.75 MB
35 - Tools & Techniques 4 Code Refactoring/001 What is Code Refactoring.mp4 4.13 MB
35 - Tools & Techniques 4 Code Refactoring/002 Refactoring Our Code.mp4 31.15 MB
36 - Tools & Techniques 5.1 Git What is Git/001 What is Git.mp4 4.63 MB
36 - Tools & Techniques 5.1 Git What is Git/002 The Benefits of Git Illustrated.mp4 13.48 MB
37 - Tools & Techniques 5.2 Git Working with the Local Repo/001 Creating a Git-Enabled PyCharm Project.mp4 8.34 MB
37 - Tools & Techniques 5.2 Git Working with the Local Repo/002 Add and Commit.mp4 29.07 MB
37 - Tools & Techniques 5.2 Git Working with the Local Repo/003 Commit History.mp4 15.3 MB
37 - Tools & Techniques 5.2 Git Working with the Local Repo/004 Git Reset.mp4 8.77 MB
37 - Tools & Techniques 5.2 Git Working with the Local Repo/005 Git Revert.mp4 12.2 MB
37 - Tools & Techniques 5.2 Git Working with the Local Repo/006 Unversioned Files and .gitignore.mp4 16.74 MB
38 - Tools & Techniques 5.3 Git Working with the Remote Repo (GitHub)/001 Pushing the Changes to GitHub.mp4 28.16 MB
38 - Tools & Techniques 5.3 Git Working with the Remote Repo (GitHub)/002 Cloning a GitHub Repository.mp4 10.76 MB
38 - Tools & Techniques 5.3 Git Working with the Remote Repo (GitHub)/003 Using the requirements.txt File.mp4 39.34 MB
39 - App 8 Instant Dictionary Web App & API - Planning Phase/002 Planning the App.mp4 13.53 MB
39 - App 8 Instant Dictionary Web App & API - Planning Phase/003 Creating the Empty Classes.mp4 11.08 MB
40 - App 8 Instant Dictionary Web App & API - Implementing the Definition Class/001 Implementing the Definition Class.mp4 37.21 MB
41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/001 What We Will Build.mp4 3.03 MB
41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/002 A Basic Webpage.mp4 22.58 MB
41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/003 Styling the Webpage.mp4 19.64 MB
41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/004 Adding More Components to the Webpage.mp4 52.43 MB
41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/005 Putting Components in a Grid.mp4 36.35 MB
41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/006 Handling Events.mp4 45.16 MB
41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/007 More Mouse Events.mp4 14.7 MB
41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/008 Using the Quasar Interface.mp4 45.62 MB
42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/001 The Problem with the Current Project Structure.mp4 10.24 MB
42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/002 Making the About Page.mp4 67.45 MB
42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/003 Tip Inheritance vs. Composition.mp4 7.42 MB
42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/004 Making the Home page.mp4 53.07 MB
42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/005 Making the Dictionary Page.mp4 34.98 MB
42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/006 Time Bomb in the Code.mp4 27.76 MB
42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/007 Getting Output in the Output Div.mp4 68.89 MB
42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/008 Getting the Definitions in the Output Box.mp4 34.47 MB
42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/009 Getting Output Instantly.mp4 19.38 MB
43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/001 The Goal of This Section.mp4 3.17 MB
43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/002 Making the Layout.mp4 172.26 MB
43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/003 Adding the Menu Items.mp4 37.95 MB
43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/004 Making a Default Layout class.mp4 120.68 MB
43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/005 Making the Routes Automatic.mp4 31.72 MB
43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/006 Creating an Abstract Class.mp4 53.32 MB
44 - App 9 Instant Dictionary API - Understanding an API/002 Understanding an API.mp4 13.49 MB
45 - App 9 Instant Dictionary API - Building the API/001 Getting the Request.mp4 31.1 MB
45 - App 9 Instant Dictionary API - Building the API/002 Definitions as API response.mp4 41.45 MB
45 - App 9 Instant Dictionary API - Building the API/003 Returning a JSON Response.mp4 18.97 MB
45 - App 9 Instant Dictionary API - Building the API/004 Writing the API Documentation.mp4 27.95 MB
46 - App 9 Instant Dictionary API - Using the API/001 Using the API.mp4 56.6 MB
47 - Tools & Techniques 6 Databases/001 What is a Database and Why Use it.mp4 3.93 MB
47 - Tools & Techniques 6 Databases/002 Creating a Database and a Table in DB Viewer.mp4 29.77 MB
47 - Tools & Techniques 6 Databases/003 Adding Records in DB Viewer.mp4 4.41 MB
47 - Tools & Techniques 6 Databases/004 Creating a Database Table with Python.mp4 10.08 MB
47 - Tools & Techniques 6 Databases/005 Inserting Records to a Table.mp4 11.55 MB
47 - Tools & Techniques 6 Databases/006 Selecting Records.mp4 16.34 MB
47 - Tools & Techniques 6 Databases/007 Updating Records.mp4 10.84 MB
47 - Tools & Techniques 6 Databases/008 Deleting Records.mp4 8.02 MB
47 - Tools & Techniques 6 Databases/009 Query Parameters.mp4 13.27 MB
48 - App 10 Cinema Booking App - Planning Phase/002 Preview of the Cinema Booking App.mp4 33.21 MB
48 - App 10 Cinema Booking App - Planning Phase/003 Planning the App.mp4 21.41 MB
49 - App 10 Cinema Booking App - Implementation Phase/001 The Empty Classes.mp4 6.76 MB
49 - App 10 Cinema Booking App - Implementation Phase/002 The Complete Code.mp4 91.41 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/001 Introduction.mp4 3.31 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/002 Demo of the Package.mp4 23.17 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/003 The Library Structure.mp4 3.02 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/004 Preparing the Input Data.mp4 69.21 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/005 Creating the Weather Class.mp4 80.88 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/006 Getting Weather Forecast by Coordinates.mp4 47.75 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/007 Raising Errors When Arguments Are Not Passed.mp4 42.08 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/008 Cleaning the Data.mp4 58.3 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/009 Providing Simplified Weather Data.mp4 45.55 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/010 Raising Errors When Data Are Incorrect.mp4 13.59 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/011 Adding Docs to Your Library.mp4 8.82 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/012 Preparing and Testing the Library.mp4 15.54 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/013 Uploading the Library to PyPi.mp4 103.02 MB
50 - App 11 (Bonus) Creating a Weather Forecast Package/014 Making and Uploading a Package Change.mp4 124.3 MB
其他位置