本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCourseSite.com] Udemy - Advanced Python Programming Build 10 OOP Applications

种子简介

种子名称: [FreeCourseSite.com] Udemy - Advanced Python Programming Build 10 OOP Applications
文件类型: 视频
文件数目: 208个文件
文件大小: 6.55 GB
收录时间: 2024-11-1 22:46
已经下载: 3
资源热度: 40
最近下载: 2024-11-23 19:49

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:9dd5091f7ebea574b29f64eb01e1b6c97a006674&dn=[FreeCourseSite.com] Udemy - Advanced Python Programming Build 10 OOP Applications 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseSite.com] Udemy - Advanced Python Programming Build 10 OOP Applications.torrent
  • 01 - Getting Started/001 How This Course Will Make You a Pro.mp416.61MB
  • 01 - Getting Started/002 What is the Best Python IDE.mp43.86MB
  • 01 - Getting Started/004 Ready to Code.mp46.88MB
  • 02 - App 1 Geometry Game - Introduction to Object Oriented Programming/001 Find the Objects in This Code (Assignment).mp41.11MB
  • 02 - App 1 Geometry Game - Introduction to Object Oriented Programming/002 Python Language Elements from a Deep View.mp410.79MB
  • 02 - App 1 Geometry Game - Introduction to Object Oriented Programming/003 What is a Python Object.mp423.44MB
  • 03 - App 1 Geometry Game - Creating and Using Python Classes/001 Geometry Game Demonstration.mp46.33MB
  • 03 - App 1 Geometry Game - Creating and Using Python Classes/003 Answer The Objects in the Code.mp48.43MB
  • 03 - App 1 Geometry Game - Creating and Using Python Classes/004 The Steps of Writing a Professional Program.mp41.61MB
  • 03 - App 1 Geometry Game - Creating and Using Python Classes/005 Creating a Python Class.mp45.19MB
  • 03 - App 1 Geometry Game - Creating and Using Python Classes/006 Using the Created Class to Create Objects.mp417.88MB
  • 03 - App 1 Geometry Game - Creating and Using Python Classes/007 What is self.mp44.2MB
  • 03 - App 1 Geometry Game - Creating and Using Python Classes/008 More About self.mp42.79MB
  • 03 - App 1 Geometry Game - Creating and Using Python Classes/009 Creating Class Methods.mp415.64MB
  • 03 - App 1 Geometry Game - Creating and Using Python Classes/010 The __init__ Method Vs. Normal Methods.mp43.43MB
  • 03 - App 1 Geometry Game - Creating and Using Python Classes/012 Answer Adding a distance Method.mp410.48MB
  • 04 - App 1 Geometry Game - More Practice with Classes/001 Creating a Second Class for our Program.mp422.17MB
  • 04 - App 1 Geometry Game - More Practice with Classes/002 Wrapping Things Up.mp414.87MB
  • 04 - App 1 Geometry Game - More Practice with Classes/003 Add a New Feature to the Program (Assignment).mp42.3MB
  • 04 - App 1 Geometry Game - More Practice with Classes/004 Answer Adding a New Feature to the Program.mp435.73MB
  • 05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/001 Section Introduction.mp43.36MB
  • 05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/002 Installing PyCharm on Windows.mp411.49MB
  • 05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/003 Installing PyCharm on Mac.mp413.09MB
  • 05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/004 Installing PyCharm on Linux.mp415.81MB
  • 05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/005 How to Use PyCharm.mp442.51MB
  • 05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps/006 [IMPORTANT] File Resources and Python Libraries.mp440.88MB
  • 06 - App 1 Geometry Game - Inheritance/001 Problem Statement.mp46.74MB
  • 06 - App 1 Geometry Game - Inheritance/002 Investigating the Code.mp447.08MB
  • 06 - App 1 Geometry Game - Inheritance/003 Inheriting from the Rectangle Class.mp444.16MB
  • 06 - App 1 Geometry Game - Inheritance/004 Adding Methods to the Child Class.mp422.19MB
  • 06 - App 1 Geometry Game - Inheritance/006 Inheriting from the Point Class.mp426.23MB
  • 07 - App 2 Flatmates' Bill Sharing - Planning Phase/002 Preview of The Flatmates' Bill App.mp421.14MB
  • 07 - App 2 Flatmates' Bill Sharing - Planning Phase/004 Planning the App.mp4110.98MB
  • 07 - App 2 Flatmates' Bill Sharing - Planning Phase/005 Writing the Empty Classes.mp4137.39MB
  • 08 - App 2 Flatmates' Bill Sharing - Implementation Phase/001 Implementing the pays Method.mp454.77MB
  • 08 - App 2 Flatmates' Bill Sharing - Implementation Phase/002 PyCharm Tip.mp436.05MB
  • 08 - App 2 Flatmates' Bill Sharing - Implementation Phase/003 Generating a PDF Document.mp4114.98MB
  • 08 - App 2 Flatmates' Bill Sharing - Implementation Phase/004 Implementing the generate Method.mp4105.35MB
  • 08 - App 2 Flatmates' Bill Sharing - Implementation Phase/005 Polishing the Code.mp424.61MB
  • 08 - App 2 Flatmates' Bill Sharing - Implementation Phase/006 Adding an Image to the PDF Document.mp48.67MB
  • 08 - App 2 Flatmates' Bill Sharing - Implementation Phase/007 Changing the PDF Text Font.mp412.1MB
  • 08 - App 2 Flatmates' Bill Sharing - Implementation Phase/008 Automatically View a PDF File.mp429.53MB
  • 09 - App 2 Flatmates' Bill Sharing - Building a User Interface/001 Three Kinds of Interfaces.mp440.99MB
  • 09 - App 2 Flatmates' Bill Sharing - Building a User Interface/002 Building a CLI - The Input Function.mp435.7MB
  • 09 - App 2 Flatmates' Bill Sharing - Building a User Interface/003 Implementing the Rest of the Input Functions.mp487.35MB
  • 09 - App 2 Flatmates' Bill Sharing - Building a User Interface/004 Organizing the Code.mp443.81MB
  • 09 - App 2 Flatmates' Bill Sharing - Building a User Interface/005 Organizing the Files.mp431.33MB
  • 10 - App 2 Flatmates' Bill - Deploying the App (Optional)/002 What Does Deploying Mean.mp47.78MB
  • 10 - App 2 Flatmates' Bill - Deploying the App (Optional)/003 Setting up the Deployment Environment.mp48.66MB
  • 10 - App 2 Flatmates' Bill - Deploying the App (Optional)/004 Uploading the Project Files.mp426.85MB
  • 10 - App 2 Flatmates' Bill - Deploying the App (Optional)/005 Sharing the App.mp49.01MB
  • 10 - App 2 Flatmates' Bill - Deploying the App (Optional)/006 Feature Requests from Users.mp414.66MB
  • 10 - App 2 Flatmates' Bill - Deploying the App (Optional)/007 Uploading Files to the Cloud.mp456.5MB
  • 10 - App 2 Flatmates' Bill - Deploying the App (Optional)/008 Implementing the Change in the App.mp4100.95MB
  • 10 - App 2 Flatmates' Bill - Deploying the App (Optional)/009 Uploading the Changes to Production.mp413.3MB
  • 12 - App 3 Math Painter - Creating Images/002 Preview of the Math Painter App.mp418.35MB
  • 12 - App 3 Math Painter - Creating Images/003 How Python Handles Images.mp4107.56MB
  • 12 - App 3 Math Painter - Creating Images/004 Creating an Image out of Nothing.mp415.23MB
  • 12 - App 3 Math Painter - Creating Images/005 Drawing Shapes in the Image.mp412.32MB
  • 13 - App 3 Math Painter - Planning Phase/001 Planning the App.mp45.81MB
  • 13 - App 3 Math Painter - Planning Phase/002 Creating the Empty Classes.mp43.29MB
  • 14 - App 3 - Math Painter - Implementing the Methods/001 Implementing the Methods.mp430.84MB
  • 15 - App 3 Math Painter - Building the User Interface/001 Building the CLI Interface.mp467.3MB
  • 16 - Introduction to Kivy/002 How the Introductory App Looks Like.mp43.4MB
  • 16 - Introduction to Kivy/003 The Four Main Objects of Kivy.mp485.82MB
  • 16 - Introduction to Kivy/004 Building the Frontend.mp440.97MB
  • 16 - Introduction to Kivy/005 Changing the Size of the Widgets.mp436.12MB
  • 16 - Introduction to Kivy/006 Setting an Image Dynamically.mp477.26MB
  • 16 - Introduction to Kivy/007 Getting an Image from the Web Given a Search Query.mp436.69MB
  • 16 - Introduction to Kivy/008 Downloading an Image from a URL.mp460.35MB
  • 16 - Introduction to Kivy/009 Implementing the Search Image Functionality.mp438.74MB
  • 16 - Introduction to Kivy/010 Best Coding Practices.mp419.65MB
  • 17 - App 4 Webcam Photo Sharer - Planning Phase/001 Preview of the Webcam Photo Sharer App.mp47.57MB
  • 17 - App 4 Webcam Photo Sharer - Planning Phase/003 Designing the Frontend.mp49.04MB
  • 17 - App 4 Webcam Photo Sharer - Planning Phase/004 Designing the Object Types.mp445.8MB
  • 17 - App 4 Webcam Photo Sharer - Planning Phase/005 Creating the Empty Classes.mp452.65MB
  • 18 - App 4 Webcam Photo Sharer - The Camera Screen/001 Creating the Camera Screen.mp427.79MB
  • 18 - App 4 Webcam Photo Sharer - The Camera Screen/002 Starting the Camera.mp48.26MB
  • 18 - App 4 Webcam Photo Sharer - The Camera Screen/003 Stopping the Camera.mp427.56MB
  • 18 - App 4 Webcam Photo Sharer - The Camera Screen/004 L4 - Capturing a Photo from the Camera.mp426.86MB
  • 19 - App 4 Webcam Photo Sharer - The Image Screen/001 Building the Image Screen.mp427.09MB
  • 19 - App 4 Webcam Photo Sharer - The Image Screen/002 Showing the Image in the Screen Image.mp415.47MB
  • 19 - App 4 Webcam Photo Sharer - The Image Screen/003 Uploading and Creating a Sharable Link of the Image File.mp492.1MB
  • 19 - App 4 Webcam Photo Sharer - The Image Screen/004 Implementing the Copy Link Button.mp451.6MB
  • 19 - App 4 Webcam Photo Sharer - The Image Screen/005 Implementing the Open Link Button.mp436.74MB
  • 20 - App 4 Webcam Photo Sharer - Improving the Appearance of the App/001 Improving the Size of the Widgets.mp430.06MB
  • 20 - App 4 Webcam Photo Sharer - Improving the Appearance of the App/002 Changing the Color and Shape of the Buttons.mp418.33MB
  • 20 - App 4 Webcam Photo Sharer - Improving the Appearance of the App/003 Changing the App Background Color.mp433.28MB
  • 21 - App 5 Flatmates' Bill Web App - Planning Phase/002 What the App Is About.mp48.84MB
  • 21 - App 5 Flatmates' Bill Web App - Planning Phase/003 The Design of the Webapp.mp48.86MB
  • 21 - App 5 Flatmates' Bill Web App - Planning Phase/004 The Classes.mp49.61MB
  • 21 - App 5 Flatmates' Bill Web App - Planning Phase/005 Writing the Empty Classes.mp414.17MB
  • 23 - App 5 Flatmates' Bill Web App - Implementation Phase/001 Implementing the Home Page.mp431.24MB
  • 23 - App 5 Flatmates' Bill Web App - Implementation Phase/002 Completing the Home Page.mp431.6MB
  • 23 - App 5 Flatmates' Bill Web App - Implementation Phase/003 Implementing the Bill Form Page.mp410.44MB
  • 23 - App 5 Flatmates' Bill Web App - Implementation Phase/004 Implementing the Web Form.mp455.52MB
  • 23 - App 5 Flatmates' Bill Web App - Implementation Phase/005 Implementing the Form Submit Button.mp486.9MB
  • 23 - App 5 Flatmates' Bill Web App - Implementation Phase/006 Processing the User Data.mp449.29MB
  • 23 - App 5 Flatmates' Bill Web App - Implementation Phase/007 Default Data for the Input widgets.mp49.97MB
  • 23 - App 5 Flatmates' Bill Web App - Implementation Phase/008 Completing the Results page.mp412.01MB
  • 24 - App 5 Flatmates' Bill Web App - Making the App Visually Appealing/001 Creating and Linking the CSS File.mp421.26MB
  • 24 - App 5 Flatmates' Bill Web App - Making the App Visually Appealing/002 Completing the Visual Changes.mp449.44MB
  • 25 - App 5 Flatmates' Bill Web App - Deploying the App/001 Deploying the App on the Python Anywhere Servers.mp442.62MB
  • 26 - App 5 Flatmates' Bill Web App - App Improvements/001 Showing the Results Under the Form.mp469.01MB
  • 27 - App 6 Calories App - Planning Phase/002 Preview of the Calories App.mp415.06MB
  • 27 - App 6 Calories App - Planning Phase/003 Planning the App.mp410.86MB
  • 27 - App 6 Calories App - Planning Phase/004 The Empty Classes.mp44.7MB
  • 28 - App 6 Calories App - The Web Scraping Part/001 Making a URL Request with Python.mp463.85MB
  • 28 - App 6 Calories App - The Web Scraping Part/002 Extracting the Temperature Value from the Webpage.mp482.29MB
  • 29 - App 6 Calories Flask App - Implementing The Methods/001 Implementing the Calorie Class.mp46.75MB
  • 29 - App 6 Calories Flask App - Implementing The Methods/002 Implementing the Temperature Class.mp474.34MB
  • 29 - App 6 Calories Flask App - Implementing The Methods/003 Implementing the Flask Classes.mp455.22MB
  • 30 - Tools & Techniques 2 Writing Readable Code/001 Introduction.mp425.92MB
  • 30 - Tools & Techniques 2 Writing Readable Code/002 What is the PEP 8 Style Guide.mp48.73MB
  • 30 - Tools & Techniques 2 Writing Readable Code/003 PEP 8 Guidelines.mp438.73MB
  • 31 - Tools & Techniques 3 Debugging a Program/001 Introduction.mp41.23MB
  • 31 - Tools & Techniques 3 Debugging a Program/002 Program Execution Phases Under the Hood.mp413.78MB
  • 31 - Tools & Techniques 3 Debugging a Program/003 The Parsing Phase and Syntax Errors.mp419.1MB
  • 31 - Tools & Techniques 3 Debugging a Program/004 Exceptions.mp417.2MB
  • 31 - Tools & Techniques 3 Debugging a Program/005 Tracebacks with Multiple Errors.mp420.64MB
  • 31 - Tools & Techniques 3 Debugging a Program/006 Debugging with Print Functions.mp417.84MB
  • 31 - Tools & Techniques 3 Debugging a Program/007 Using the Debugger Tool.mp438.18MB
  • 31 - Tools & Techniques 3 Debugging a Program/008 The Step Into My Code and Step Over Buttons.mp425.56MB
  • 32 - App 7 Automated Emails - Planning Phase/002 Preview of the Automated Emails App.mp49.08MB
  • 32 - App 7 Automated Emails - Planning Phase/003 Planning the App.mp49.49MB
  • 32 - App 7 Automated Emails - Planning Phase/004 Writing the Empty Classes.mp44.11MB
  • 33 - App 7 Automated Emails - Getting News With Python/001 Getting All the News of Today.mp458.32MB
  • 33 - App 7 Automated Emails - Getting News With Python/002 Getting News for Certain Dates.mp453.14MB
  • 33 - App 7 Automated Emails - Getting News With Python/003 Getting a Particular News.mp467.79MB
  • 33 - App 7 Automated Emails - Getting News With Python/004 Constructing a String of News Titles and Urls.mp474.32MB
  • 33 - App 7 Automated Emails - Getting News With Python/005 Implementing the News Feed Class.mp438.26MB
  • 34 - App 7 Automated Emails - Sending out Emails/001 Preparing the Tools.mp410.01MB
  • 34 - App 7 Automated Emails - Sending out Emails/002 Sending a Single Email.mp433.19MB
  • 34 - App 7 Automated Emails - Sending out Emails/003 Sending Batch Emails.mp494.27MB
  • 34 - App 7 Automated Emails - Sending out Emails/004 Dynamic Timestamps for Today and Yesterday.mp429.7MB
  • 34 - App 7 Automated Emails - Sending out Emails/005 Running the Code at a Certain Time.mp430.75MB
  • 35 - Tools & Techniques 4 Code Refactoring/001 What is Code Refactoring.mp44.13MB
  • 35 - Tools & Techniques 4 Code Refactoring/002 Refactoring Our Code.mp431.15MB
  • 36 - Tools & Techniques 5.1 Git What is Git/001 What is Git.mp44.63MB
  • 36 - Tools & Techniques 5.1 Git What is Git/002 The Benefits of Git Illustrated.mp413.48MB
  • 37 - Tools & Techniques 5.2 Git Working with the Local Repo/001 Creating a Git-Enabled PyCharm Project.mp48.34MB
  • 37 - Tools & Techniques 5.2 Git Working with the Local Repo/002 Add and Commit.mp429.07MB
  • 37 - Tools & Techniques 5.2 Git Working with the Local Repo/003 Commit History.mp415.3MB
  • 37 - Tools & Techniques 5.2 Git Working with the Local Repo/004 Git Reset.mp48.77MB
  • 37 - Tools & Techniques 5.2 Git Working with the Local Repo/005 Git Revert.mp412.2MB
  • 37 - Tools & Techniques 5.2 Git Working with the Local Repo/006 Unversioned Files and .gitignore.mp416.74MB
  • 38 - Tools & Techniques 5.3 Git Working with the Remote Repo (GitHub)/001 Pushing the Changes to GitHub.mp428.16MB
  • 38 - Tools & Techniques 5.3 Git Working with the Remote Repo (GitHub)/002 Cloning a GitHub Repository.mp410.76MB
  • 38 - Tools & Techniques 5.3 Git Working with the Remote Repo (GitHub)/003 Using the requirements.txt File.mp439.34MB
  • 39 - App 8 Instant Dictionary Web App & API - Planning Phase/002 Planning the App.mp413.53MB
  • 39 - App 8 Instant Dictionary Web App & API - Planning Phase/003 Creating the Empty Classes.mp411.08MB
  • 40 - App 8 Instant Dictionary Web App & API - Implementing the Definition Class/001 Implementing the Definition Class.mp437.21MB
  • 41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/001 What We Will Build.mp43.03MB
  • 41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/002 A Basic Webpage.mp422.58MB
  • 41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/003 Styling the Webpage.mp419.64MB
  • 41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/004 Adding More Components to the Webpage.mp452.43MB
  • 41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/005 Putting Components in a Grid.mp436.35MB
  • 41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/006 Handling Events.mp445.16MB
  • 41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/007 More Mouse Events.mp414.7MB
  • 41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend/008 Using the Quasar Interface.mp445.62MB
  • 42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/001 The Problem with the Current Project Structure.mp410.24MB
  • 42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/002 Making the About Page.mp467.45MB
  • 42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/003 Tip Inheritance vs. Composition.mp47.42MB
  • 42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/004 Making the Home page.mp453.07MB
  • 42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/005 Making the Dictionary Page.mp434.98MB
  • 42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/006 Time Bomb in the Code.mp427.76MB
  • 42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/007 Getting Output in the Output Div.mp468.89MB
  • 42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/008 Getting the Definitions in the Output Box.mp434.47MB
  • 42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps/009 Getting Output Instantly.mp419.38MB
  • 43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/001 The Goal of This Section.mp43.17MB
  • 43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/002 Making the Layout.mp4172.26MB
  • 43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/003 Adding the Menu Items.mp437.95MB
  • 43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/004 Making a Default Layout class.mp4120.68MB
  • 43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/005 Making the Routes Automatic.mp431.72MB
  • 43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu/006 Creating an Abstract Class.mp453.32MB
  • 44 - App 9 Instant Dictionary API - Understanding an API/002 Understanding an API.mp413.49MB
  • 45 - App 9 Instant Dictionary API - Building the API/001 Getting the Request.mp431.1MB
  • 45 - App 9 Instant Dictionary API - Building the API/002 Definitions as API response.mp441.45MB
  • 45 - App 9 Instant Dictionary API - Building the API/003 Returning a JSON Response.mp418.97MB
  • 45 - App 9 Instant Dictionary API - Building the API/004 Writing the API Documentation.mp427.95MB
  • 46 - App 9 Instant Dictionary API - Using the API/001 Using the API.mp456.6MB
  • 47 - Tools & Techniques 6 Databases/001 What is a Database and Why Use it.mp43.93MB
  • 47 - Tools & Techniques 6 Databases/002 Creating a Database and a Table in DB Viewer.mp429.77MB
  • 47 - Tools & Techniques 6 Databases/003 Adding Records in DB Viewer.mp44.41MB
  • 47 - Tools & Techniques 6 Databases/004 Creating a Database Table with Python.mp410.08MB
  • 47 - Tools & Techniques 6 Databases/005 Inserting Records to a Table.mp411.55MB
  • 47 - Tools & Techniques 6 Databases/006 Selecting Records.mp416.34MB
  • 47 - Tools & Techniques 6 Databases/007 Updating Records.mp410.84MB
  • 47 - Tools & Techniques 6 Databases/008 Deleting Records.mp48.02MB
  • 47 - Tools & Techniques 6 Databases/009 Query Parameters.mp413.27MB
  • 48 - App 10 Cinema Booking App - Planning Phase/002 Preview of the Cinema Booking App.mp433.21MB
  • 48 - App 10 Cinema Booking App - Planning Phase/003 Planning the App.mp421.41MB
  • 49 - App 10 Cinema Booking App - Implementation Phase/001 The Empty Classes.mp46.76MB
  • 49 - App 10 Cinema Booking App - Implementation Phase/002 The Complete Code.mp491.41MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/001 Introduction.mp43.31MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/002 Demo of the Package.mp423.17MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/003 The Library Structure.mp43.02MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/004 Preparing the Input Data.mp469.21MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/005 Creating the Weather Class.mp480.88MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/006 Getting Weather Forecast by Coordinates.mp447.75MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/007 Raising Errors When Arguments Are Not Passed.mp442.08MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/008 Cleaning the Data.mp458.3MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/009 Providing Simplified Weather Data.mp445.55MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/010 Raising Errors When Data Are Incorrect.mp413.59MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/011 Adding Docs to Your Library.mp48.82MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/012 Preparing and Testing the Library.mp415.54MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/013 Uploading the Library to PyPi.mp4103.02MB
  • 50 - App 11 (Bonus) Creating a Weather Forecast Package/014 Making and Uploading a Package Change.mp4124.3MB