Theme
light
dark
black
autumn
business
lemonade
halloween
1888+
TV
Movies
Movies libraries
Dub/Dual Audio
Anime
Anime libraries
Dub/Dual Audio
Subbed
Raw
Games
PC
Mac
Linux
Android
Softwares
Windows
Mac
Android
Music
MP3
Lossless
Album
Video
Other
Audio
Video
Image
Document
Program
Android
DiskImage
Source Code
Database
Archive
Theme
light
dark
black
autumn
business
lemonade
halloween
Torrents Search Engine
Search Any Type Of Torrents, Movies, or Anime
Search
Torrent Details
[FreeCourseSite.com] Udemy - Advanced Python Programming Build 10 OOP Applications
Category:
Ebook/Course
Size:
6.56 GB
Seeders:
1
Leechers:
96
Downloads:
485
Uploaded:
Jul 29, 2023
Torrent
Magnet
Files
Trackers
Info
[FreeCourseSite.com] Udemy - Advanced Python Programming Build 10 OOP Applications
0. Websites you may like
[CourseClub.Me].url
- 122 B
[FreeCourseSite.com].url
- 127 B
[GigaCourse.Com].url
- 49 B
01 - Getting Started
001 How This Course Will Make You a Pro.mp4
- 16.61 MB
001 How This Course Will Make You a Pro_en.srt
- 7.45 KB
002 What is the Best Python IDE.mp4
- 3.86 MB
002 What is the Best Python IDE_en.srt
- 4.2 KB
003 IDE Resource.html
- 293 B
004 Ready to Code.mp4
- 6.88 MB
004 Ready to Code_en.srt
- 4.72 KB
005 Getting Help.html
- 611 B
02 - App 1 Geometry Game - Introduction to Object Oriented Programming
001 Find the Objects in This Code (Assignment).mp4
- 1.11 MB
001 Find the Objects in This Code (Assignment)_en.srt
- 1.03 KB
002 Python Language Elements from a Deep View.mp4
- 10.79 MB
002 Python Language Elements from a Deep View_en.srt
- 6.66 KB
003 What is a Python Object.mp4
- 23.44 MB
003 What is a Python Object_en.srt
- 11.16 KB
03 - App 1 Geometry Game - Creating and Using Python Classes
001 Geometry Game Demonstration.mp4
- 6.33 MB
001 Geometry Game Demonstration_en.srt
- 2.51 KB
002 Find the Objects (Assignment).html
- 328 B
003 Answer The Objects in the Code.mp4
- 8.43 MB
003 Answer The Objects in the Code_en.srt
- 4.56 KB
004 The Steps of Writing a Professional Program.mp4
- 1.61 MB
004 The Steps of Writing a Professional Program_en.srt
- 2.39 KB
005 Creating a Python Class.mp4
- 5.19 MB
005 Creating a Python Class_en.srt
- 6.61 KB
006 Using the Created Class to Create Objects.mp4
- 17.88 MB
006 Using the Created Class to Create Objects_en.srt
- 5.69 KB
007 What is self.mp4
- 4.2 MB
007 What is self_en.srt
- 3.51 KB
008 More About self.mp4
- 2.79 MB
008 More About self_en.srt
- 2.6 KB
009 Creating Class Methods.mp4
- 15.64 MB
009 Creating Class Methods_en.srt
- 9.77 KB
010 The __init__ Method Vs. Normal Methods.mp4
- 3.43 MB
010 The __init__ Method Vs. Normal Methods_en.srt
- 2.22 KB
011 Add a distance Method (Assignment).html
- 395 B
012 Answer Adding a distance Method.mp4
- 10.48 MB
012 Answer Adding a distance Method_en.srt
- 6.07 KB
04 - App 1 Geometry Game - More Practice with Classes
001 Creating a Second Class for our Program.mp4
- 22.17 MB
001 Creating a Second Class for our Program_en.srt
- 8.89 KB
002 Wrapping Things Up.mp4
- 14.87 MB
002 Wrapping Things Up_en.srt
- 9.27 KB
003 Add a New Feature to the Program (Assignment).mp4
- 2.3 MB
003 Add a New Feature to the Program (Assignment)_en.srt
- 1.02 KB
004 Answer Adding a New Feature to the Program.mp4
- 35.73 MB
004 Answer Adding a New Feature to the Program_en.srt
- 5.13 KB
005 Code Improvement.html
- 2.64 KB
05 - Tools & Techniques 1 Setting up PyCharm and Directories for the Next Apps
001 Section Introduction.mp4
- 3.36 MB
001 Section Introduction_en.srt
- 2.02 KB
002 Installing PyCharm on Windows.mp4
- 11.49 MB
002 Installing PyCharm on Windows_en.srt
- 5.47 KB
003 Installing PyCharm on Mac.mp4
- 13.09 MB
003 Installing PyCharm on Mac_en.srt
- 4.22 KB
004 Installing PyCharm on Linux.mp4
- 15.81 MB
004 Installing PyCharm on Linux_en.srt
- 3.56 KB
005 How to Use PyCharm.mp4
- 42.51 MB
005 How to Use PyCharm_en.srt
- 14.07 KB
006 [IMPORTANT] File Resources and Python Libraries.mp4
- 40.88 MB
006 [IMPORTANT] File Resources and Python Libraries_en.srt
- 7.05 KB
06 - App 1 Geometry Game - Inheritance
001 Problem Statement.mp4
- 6.74 MB
001 Problem Statement_en.srt
- 4.18 KB
002 Investigating the Code.mp4
- 47.08 MB
002 Investigating the Code_en.srt
- 11.75 KB
003 Inheriting from the Rectangle Class.mp4
- 44.16 MB
003 Inheriting from the Rectangle Class_en.srt
- 14.29 KB
003 main.py
- 1.22 KB
004 Adding Methods to the Child Class.mp4
- 22.19 MB
004 Adding Methods to the Child Class_en.srt
- 4.48 KB
005 Wrapping Things Up.html
- 569 B
006 Inheriting from the Point Class.mp4
- 26.23 MB
006 Inheriting from the Point Class_en.srt
- 7.31 KB
07 - App 2 Flatmates' Bill Sharing - Planning Phase
001 Installing the Libraries for App 2.html
- 836 B
002 Preview of The Flatmates' Bill App.mp4
- 21.14 MB
002 Preview of The Flatmates' Bill App_en.srt
- 5.38 KB
003 Showcasing an App.html
- 508 B
004 Planning the App.mp4
- 110.98 MB
004 Planning the App_en.srt
- 19.88 KB
005 Writing the Empty Classes.mp4
- 137.39 MB
005 Writing the Empty Classes_en.srt
- 18.75 KB
006 Note.html
- 1022 B
08 - App 2 Flatmates' Bill Sharing - Implementation Phase
0. Websites you may like
[CourseClub.Me].url
- 122 B
[FreeCourseSite.com].url
- 127 B
[GigaCourse.Com].url
- 49 B
001 Implementing the pays Method.mp4
- 54.77 MB
001 Implementing the pays Method_en.srt
- 12.4 KB
002 PyCharm Tip.mp4
- 36.05 MB
002 PyCharm Tip_en.srt
- 6.46 KB
003 Generating a PDF Document.mp4
- 114.98 MB
003 Generating a PDF Document_en.srt
- 21.31 KB
004 Implementing the generate Method.mp4
- 105.35 MB
004 Implementing the generate Method_en.srt
- 11.88 KB
005 Polishing the Code.mp4
- 24.61 MB
005 Polishing the Code_en.srt
- 4.21 KB
006 Adding an Image to the PDF Document.mp4
- 8.67 MB
006 Adding an Image to the PDF Document_en.srt
- 2.14 KB
006 house.png
- 1.92 KB
007 Changing the PDF Text Font.mp4
- 12.1 MB
007 Changing the PDF Text Font_en.srt
- 2.62 KB
008 Automatically View a PDF File.mp4
- 29.53 MB
008 Automatically View a PDF File_en.srt
- 3.83 KB
09 - App 2 Flatmates' Bill Sharing - Building a User Interface
001 Three Kinds of Interfaces.mp4
- 40.99 MB
001 Three Kinds of Interfaces_en.srt
- 5.75 KB
002 Building a CLI - The Input Function.mp4
- 35.7 MB
002 Building a CLI - The Input Function_en.srt
- 10.84 KB
003 Implementing the Rest of the Input Functions.mp4
- 87.35 MB
003 Implementing the Rest of the Input Functions_en.srt
- 14.12 KB
004 Organizing the Code.mp4
- 43.81 MB
004 Organizing the Code_en.srt
- 6.03 KB
005 Organizing the Files.mp4
- 31.33 MB
005 Organizing the Files_en.srt
- 8.41 KB
10 - App 2 Flatmates' Bill - Deploying the App (Optional)
001 Note.html
- 512 B
002 What Does Deploying Mean.mp4
- 7.78 MB
002 What Does Deploying Mean_en.srt
- 904 B
003 Setting up the Deployment Environment.mp4
- 8.66 MB
003 Setting up the Deployment Environment_en.srt
- 3.7 KB
004 Uploading the Project Files.mp4
- 26.85 MB
004 Uploading the Project Files_en.srt
- 6.61 KB
005 Sharing the App.mp4
- 9.01 MB
005 Sharing the App_en.srt
- 4.43 KB
006 Feature Requests from Users.mp4
- 14.66 MB
006 Feature Requests from Users_en.srt
- 3.34 KB
007 Uploading Files to the Cloud.mp4
- 56.5 MB
007 Uploading Files to the Cloud_en.srt
- 9.92 KB
008 Implementing the Change in the App.mp4
- 100.95 MB
008 Implementing the Change in the App_en.srt
- 12.65 KB
009 Uploading the Changes to Production.mp4
- 13.3 MB
009 Uploading the Changes to Production_en.srt
- 2.09 KB
12 - App 3 Math Painter - Creating Images
001 Installing the Libraries for App 3.html
- 812 B
002 Preview of the Math Painter App.mp4
- 18.35 MB
002 Preview of the Math Painter App_en.srt
- 9.8 KB
003 How Python Handles Images.mp4
- 107.56 MB
003 How Python Handles Images_en.srt
- 5.01 KB
004 Creating an Image out of Nothing.mp4
- 15.23 MB
004 Creating an Image out of Nothing_en.srt
- 7.12 KB
005 Drawing Shapes in the Image.mp4
- 12.32 MB
005 Drawing Shapes in the Image_en.srt
- 5.17 KB
13 - App 3 Math Painter - Planning Phase
001 Planning the App.mp4
- 5.81 MB
001 Planning the App_en.srt
- 3.02 KB
002 Creating the Empty Classes.mp4
- 3.29 MB
002 Creating the Empty Classes_en.srt
- 1.29 KB
14 - App 3 - Math Painter - Implementing the Methods
001 Implementing the Methods.mp4
- 30.84 MB
001 Implementing the Methods_en.srt
- 9.4 KB
15 - App 3 Math Painter - Building the User Interface
001 Building the CLI Interface.mp4
- 67.3 MB
001 Building the CLI Interface_en.srt
- 8.95 KB
16 - Introduction to Kivy
0. Websites you may like
[CourseClub.Me].url
- 122 B
[FreeCourseSite.com].url
- 127 B
[GigaCourse.Com].url
- 49 B
001 Installing the Libraries for App 4.html
- 806 B
002 How the Introductory App Looks Like.mp4
- 3.4 MB
002 How the Introductory App Looks Like_en.srt
- 2.6 KB
003 The Four Main Objects of Kivy.mp4
- 85.82 MB
003 The Four Main Objects of Kivy_en.srt
- 12.28 KB
004 Building the Frontend.mp4
- 40.97 MB
004 Building the Frontend_en.srt
- 12.21 KB
005 Changing the Size of the Widgets.mp4
- 36.12 MB
005 Changing the Size of the Widgets_en.srt
- 5.16 KB
006 Setting an Image Dynamically.mp4
- 77.26 MB
006 Setting an Image Dynamically_en.srt
- 7.99 KB
007 Getting an Image from the Web Given a Search Query.mp4
- 36.69 MB
007 Getting an Image from the Web Given a Search Query_en.srt
- 5.35 KB
008 Downloading an Image from a URL.mp4
- 60.35 MB
008 Downloading an Image from a URL_en.srt
- 5.83 KB
009 Implementing the Search Image Functionality.mp4
- 38.74 MB
009 Implementing the Search Image Functionality_en.srt
- 10.71 KB
010 Best Coding Practices.mp4
- 19.65 MB
010 Best Coding Practices_en.srt
- 5.35 KB
17 - App 4 Webcam Photo Sharer - Planning Phase
001 Preview of the Webcam Photo Sharer App.mp4
- 7.57 MB
001 Preview of the Webcam Photo Sharer App_en.srt
- 4.08 KB
002 Note.html
- 261 B
003 Designing the Frontend.mp4
- 9.04 MB
003 Designing the Frontend_en.srt
- 5.62 KB
004 Designing the Object Types.mp4
- 45.8 MB
004 Designing the Object Types_en.srt
- 8.23 KB
005 Creating the Empty Classes.mp4
- 52.65 MB
005 Creating the Empty Classes_en.srt
- 9.1 KB
18 - App 4 Webcam Photo Sharer - The Camera Screen
001 Creating the Camera Screen.mp4
- 27.79 MB
001 Creating the Camera Screen_en.srt
- 8.35 KB
002 Starting the Camera.mp4
- 8.26 MB
002 Starting the Camera_en.srt
- 2.75 KB
003 Stopping the Camera.mp4
- 27.56 MB
003 Stopping the Camera_en.srt
- 7.83 KB
004 L4 - Capturing a Photo from the Camera.mp4
- 26.86 MB
004 L4 - Capturing a Photo from the Camera_en.srt
- 7.12 KB
19 - App 4 Webcam Photo Sharer - The Image Screen
001 Building the Image Screen.mp4
- 27.09 MB
001 Building the Image Screen_en.srt
- 6.23 KB
002 Showing the Image in the Screen Image.mp4
- 15.47 MB
002 Showing the Image in the Screen Image_en.srt
- 4.3 KB
003 Uploading and Creating a Sharable Link of the Image File.mp4
- 92.1 MB
003 Uploading and Creating a Sharable Link of the Image File_en.srt
- 14.14 KB
004 Implementing the Copy Link Button.mp4
- 51.6 MB
004 Implementing the Copy Link Button_en.srt
- 7.23 KB
005 Implementing the Open Link Button.mp4
- 36.74 MB
005 Implementing the Open Link Button_en.srt
- 4.76 KB
20 - App 4 Webcam Photo Sharer - Improving the Appearance of the App
001 Improving the Size of the Widgets.mp4
- 30.06 MB
001 Improving the Size of the Widgets_en.srt
- 6.43 KB
002 Changing the Color and Shape of the Buttons.mp4
- 18.33 MB
002 Changing the Color and Shape of the Buttons_en.srt
- 4.29 KB
003 Changing the App Background Color.mp4
- 33.28 MB
003 Changing the App Background Color_en.srt
- 8.29 KB
21 - App 5 Flatmates' Bill Web App - Planning Phase
001 Installing the Libraries for App 5.html
- 806 B
002 What the App Is About.mp4
- 8.84 MB
002 What the App Is About_en.srt
- 3.09 KB
003 The Design of the Webapp.mp4
- 8.86 MB
003 The Design of the Webapp_en.srt
- 4.56 KB
004 The Classes.mp4
- 9.61 MB
004 The Classes_en.srt
- 3.02 KB
005 Writing the Empty Classes.mp4
- 14.17 MB
005 Writing the Empty Classes_en.srt
- 7.52 KB
22 - OOP Exercises
001 Tip Don't Hard Code.html
- 2.66 KB
23 - App 5 Flatmates' Bill Web App - Implementation Phase
0. Websites you may like
[CourseClub.Me].url
- 122 B
[FreeCourseSite.com].url
- 127 B
[GigaCourse.Com].url
- 49 B
001 Implementing the Home Page.mp4
- 31.24 MB
001 Implementing the Home Page_en.srt
- 11.38 KB
002 Completing the Home Page.mp4
- 31.6 MB
002 Completing the Home Page_en.srt
- 9.69 KB
003 Implementing the Bill Form Page.mp4
- 10.44 MB
003 Implementing the Bill Form Page_en.srt
- 2.58 KB
004 Implementing the Web Form.mp4
- 55.52 MB
004 Implementing the Web Form_en.srt
- 12.47 KB
005 Implementing the Form Submit Button.mp4
- 86.9 MB
005 Implementing the Form Submit Button_en.srt
- 7.58 KB
006 Processing the User Data.mp4
- 49.29 MB
006 Processing the User Data_en.srt
- 10.45 KB
007 Default Data for the Input widgets.mp4
- 9.97 MB
007 Default Data for the Input widgets_en.srt
- 1.9 KB
008 Completing the Results page.mp4
- 12.01 MB
008 Completing the Results page_en.srt
- 3.56 KB
24 - App 5 Flatmates' Bill Web App - Making the App Visually Appealing
001 Creating and Linking the CSS File.mp4
- 21.26 MB
001 Creating and Linking the CSS File_en.srt
- 10.13 KB
002 Completing the Visual Changes.mp4
- 49.44 MB
002 Completing the Visual Changes_en.srt
- 9.94 KB
25 - App 5 Flatmates' Bill Web App - Deploying the App
001 Deploying the App on the Python Anywhere Servers.mp4
- 42.62 MB
001 Deploying the App on the Python Anywhere Servers_en.srt
- 10.92 KB
26 - App 5 Flatmates' Bill Web App - App Improvements
001 Showing the Results Under the Form.mp4
- 69.01 MB
001 Showing the Results Under the Form_en.srt
- 10.73 KB
27 - App 6 Calories App - Planning Phase
001 Installing the Libraries for App 6.html
- 806 B
002 Preview of the Calories App.mp4
- 15.06 MB
002 Preview of the Calories App_en.srt
- 3.15 KB
003 Planning the App.mp4
- 10.86 MB
003 Planning the App_en.srt
- 7.41 KB
004 The Empty Classes.mp4
- 4.7 MB
004 The Empty Classes_en.srt
- 2.89 KB
28 - App 6 Calories App - The Web Scraping Part
001 Making a URL Request with Python.mp4
- 63.85 MB
001 Making a URL Request with Python_en.srt
- 11.23 KB
002 Extracting the Temperature Value from the Webpage.mp4
- 82.29 MB
002 Extracting the Temperature Value from the Webpage_en.srt
- 12.8 KB
29 - App 6 Calories Flask App - Implementing The Methods
001 Implementing the Calorie Class.mp4
- 6.75 MB
001 Implementing the Calorie Class_en.srt
- 2.28 KB
002 Implementing the Temperature Class.mp4
- 74.34 MB
002 Implementing the Temperature Class_en.srt
- 10.48 KB
003 Implementing the Flask Classes.mp4
- 55.22 MB
003 Implementing the Flask Classes_en.srt
- 7.54 KB
30 - Tools & Techniques 2 Writing Readable Code
001 Introduction.mp4
- 25.92 MB
001 Introduction_en.srt
- 2 KB
002 What is the PEP 8 Style Guide.mp4
- 8.73 MB
002 What is the PEP 8 Style Guide_en.srt
- 3.17 KB
003 PEP 8 Guidelines.mp4
- 38.73 MB
003 PEP 8 Guidelines_en.srt
- 10.42 KB
31 - Tools & Techniques 3 Debugging a Program
001 Introduction.mp4
- 1.23 MB
001 Introduction_en.srt
- 1.35 KB
002 Program Execution Phases Under the Hood.mp4
- 13.78 MB
002 Program Execution Phases Under the Hood_en.srt
- 6.47 KB
003 The Parsing Phase and Syntax Errors.mp4
- 19.1 MB
003 The Parsing Phase and Syntax Errors_en.srt
- 9.42 KB
004 Exceptions.mp4
- 17.2 MB
004 Exceptions_en.srt
- 7.18 KB
005 Tracebacks with Multiple Errors.mp4
- 20.64 MB
005 Tracebacks with Multiple Errors_en.srt
- 6.51 KB
006 Debugging with Print Functions.mp4
- 17.84 MB
006 Debugging with Print Functions_en.srt
- 6.42 KB
007 Using the Debugger Tool.mp4
- 38.18 MB
007 Using the Debugger Tool_en.srt
- 16.33 KB
008 The Step Into My Code and Step Over Buttons.mp4
- 25.56 MB
008 The Step Into My Code and Step Over Buttons_en.srt
- 11.19 KB
32 - App 7 Automated Emails - Planning Phase
001 Installing the Libraries for App 7.html
- 806 B
002 Preview of the Automated Emails App.mp4
- 9.08 MB
002 Preview of the Automated Emails App_en.srt
- 4.47 KB
003 Planning the App.mp4
- 9.49 MB
003 Planning the App_en.srt
- 7.79 KB
004 Writing the Empty Classes.mp4
- 4.11 MB
004 Writing the Empty Classes_en.srt
- 3.14 KB
33 - App 7 Automated Emails - Getting News With Python
001 Getting All the News of Today.mp4
- 58.32 MB
001 Getting All the News of Today_en.srt
- 8.58 KB
002 Getting News for Certain Dates.mp4
- 53.14 MB
002 Getting News for Certain Dates_en.srt
- 7.9 KB
003 Getting a Particular News.mp4
- 67.79 MB
003 Getting a Particular News_en.srt
- 9.38 KB
004 Constructing a String of News Titles and Urls.mp4
- 74.32 MB
004 Constructing a String of News Titles and Urls_en.srt
- 11.83 KB
005 Implementing the News Feed Class.mp4
- 38.26 MB
005 Implementing the News Feed Class_en.srt
- 11.71 KB
34 - App 7 Automated Emails - Sending out Emails
001 Preparing the Tools.mp4
- 10.01 MB
001 Preparing the Tools_en.srt
- 2.96 KB
002 Sending a Single Email.mp4
- 33.19 MB
002 Sending a Single Email_en.srt
- 12.67 KB
003 Sending Batch Emails.mp4
- 94.27 MB
003 Sending Batch Emails_en.srt
- 15.08 KB
004 Dynamic Timestamps for Today and Yesterday.mp4
- 29.7 MB
004 Dynamic Timestamps for Today and Yesterday_en.srt
- 6.8 KB
005 Running the Code at a Certain Time.mp4
- 30.75 MB
005 Running the Code at a Certain Time_en.srt
- 8.28 KB
35 - Tools & Techniques 4 Code Refactoring
001 What is Code Refactoring.mp4
- 4.13 MB
001 What is Code Refactoring_en.srt
- 2.04 KB
002 Refactoring Our Code.mp4
- 31.15 MB
002 Refactoring Our Code_en.srt
- 10.36 KB
36 - Tools & Techniques 5.1 Git What is Git
001 What is Git.mp4
- 4.63 MB
001 What is Git_en.srt
- 3.44 KB
002 The Benefits of Git Illustrated.mp4
- 13.48 MB
002 The Benefits of Git Illustrated_en.srt
- 8.36 KB
37 - Tools & Techniques 5.2 Git Working with the Local Repo
001 Creating a Git-Enabled PyCharm Project.mp4
- 8.34 MB
001 Creating a Git-Enabled PyCharm Project_en.srt
- 2.99 KB
002 Add and Commit.mp4
- 29.07 MB
002 Add and Commit_en.srt
- 13.83 KB
003 Commit History.mp4
- 15.3 MB
003 Commit History_en.srt
- 6.16 KB
004 Git Reset.mp4
- 8.77 MB
004 Git Reset_en.srt
- 4.73 KB
005 Git Revert.mp4
- 12.2 MB
005 Git Revert_en.srt
- 5.49 KB
006 Unversioned Files and .gitignore.mp4
- 16.74 MB
006 Unversioned Files and .gitignore_en.srt
- 6.39 KB
38 - Tools & Techniques 5.3 Git Working with the Remote Repo (GitHub)
001 Pushing the Changes to GitHub.mp4
- 28.16 MB
001 Pushing the Changes to GitHub_en.srt
- 9.73 KB
002 Cloning a GitHub Repository.mp4
- 10.76 MB
002 Cloning a GitHub Repository_en.srt
- 4.06 KB
003 Using the requirements.txt File.mp4
- 39.34 MB
003 Using the requirements.txt File_en.srt
- 6.87 KB
39 - App 8 Instant Dictionary Web App & API - Planning Phase
001 Installing the Libraries for App 8.html
- 806 B
002 Planning the App.mp4
- 13.53 MB
002 Planning the App_en.srt
- 7.94 KB
003 Creating the Empty Classes.mp4
- 11.08 MB
003 Creating the Empty Classes_en.srt
- 5.25 KB
40 - App 8 Instant Dictionary Web App & API - Implementing the Definition Class
001 Implementing the Definition Class.mp4
- 37.21 MB
001 Implementing the Definition Class_en.srt
- 10.31 KB
001 data.csv
- 4.57 MB
41 - App 8 Instant Dictionary Web App & API - Interactive Webpage Frontend
001 What We Will Build.mp4
- 3.03 MB
001 What We Will Build_en.srt
- 2.49 KB
002 A Basic Webpage.mp4
- 22.58 MB
002 A Basic Webpage_en.srt
- 10.28 KB
003 Styling the Webpage.mp4
- 19.64 MB
003 Styling the Webpage_en.srt
- 5.56 KB
004 Adding More Components to the Webpage.mp4
- 52.43 MB
004 Adding More Components to the Webpage_en.srt
- 13.27 KB
005 Putting Components in a Grid.mp4
- 36.35 MB
005 Putting Components in a Grid_en.srt
- 5.81 KB
006 Handling Events.mp4
- 45.16 MB
006 Handling Events_en.srt
- 11.92 KB
007 More Mouse Events.mp4
- 14.7 MB
007 More Mouse Events_en.srt
- 3.96 KB
008 Using the Quasar Interface.mp4
- 45.62 MB
008 Using the Quasar Interface_en.srt
- 8.24 KB
42 - App 8 Instant Dictionary Web App & API - Making OOP Web Apps
001 The Problem with the Current Project Structure.mp4
- 10.24 MB
001 The Problem with the Current Project Structure_en.srt
- 1.73 KB
002 Making the About Page.mp4
- 67.45 MB
002 Making the About Page_en.srt
- 11.1 KB
003 Tip Inheritance vs. Composition.mp4
- 7.42 MB
003 Tip Inheritance vs. Composition_en.srt
- 2.59 KB
004 Making the Home page.mp4
- 53.07 MB
004 Making the Home page_en.srt
- 7.07 KB
005 Making the Dictionary Page.mp4
- 34.98 MB
005 Making the Dictionary Page_en.srt
- 7.13 KB
006 Time Bomb in the Code.mp4
- 27.76 MB
006 Time Bomb in the Code_en.srt
- 8.45 KB
007 Getting Output in the Output Div.mp4
- 68.89 MB
007 Getting Output in the Output Div_en.srt
- 10.46 KB
008 Getting the Definitions in the Output Box.mp4
- 34.47 MB
008 Getting the Definitions in the Output Box_en.srt
- 5.8 KB
009 Getting Output Instantly.mp4
- 19.38 MB
009 Getting Output Instantly_en.srt
- 5.88 KB
43 - App 8 Instant Dictionary Web App & API - Making the Navigation Menu
001 The Goal of This Section.mp4
- 3.17 MB
001 The Goal of This Section_en.srt
- 952 B
002 Making the Layout.mp4
- 172.26 MB
002 Making the Layout_en.srt
- 18.37 KB
003 Adding the Menu Items.mp4
- 37.95 MB
003 Adding the Menu Items_en.srt
- 5.77 KB
004 Making a Default Layout class.mp4
- 120.68 MB
004 Making a Default Layout class_en.srt
- 15.7 KB
005 Making the Routes Automatic.mp4
- 31.72 MB
005 Making the Routes Automatic_en.srt
- 8.73 KB
006 Creating an Abstract Class.mp4
- 53.32 MB
006 Creating an Abstract Class_en.srt
- 8.17 KB
44 - App 9 Instant Dictionary API - Understanding an API
001 Installing the Libraries for App 9.html
- 806 B
002 Understanding an API.mp4
- 13.49 MB
002 Understanding an API_en.srt
- 5.38 KB
45 - App 9 Instant Dictionary API - Building the API
001 Getting the Request.mp4
- 31.1 MB
001 Getting the Request_en.srt
- 9.75 KB
002 Definitions as API response.mp4
- 41.45 MB
002 Definitions as API response_en.srt
- 4.59 KB
003 Returning a JSON Response.mp4
- 18.97 MB
003 Returning a JSON Response_en.srt
- 3.05 KB
004 Writing the API Documentation.mp4
- 27.95 MB
004 Writing the API Documentation_en.srt
- 5.88 KB
46 - App 9 Instant Dictionary API - Using the API
001 Using the API.mp4
- 56.6 MB
001 Using the API_en.srt
- 6.75 KB
47 - Tools & Techniques 6 Databases
001 What is a Database and Why Use it.mp4
- 3.93 MB
001 What is a Database and Why Use it_en.srt
- 4.01 KB
002 Creating a Database and a Table in DB Viewer.mp4
- 29.77 MB
002 Creating a Database and a Table in DB Viewer_en.srt
- 13.75 KB
003 Adding Records in DB Viewer.mp4
- 4.41 MB
003 Adding Records in DB Viewer_en.srt
- 2.6 KB
004 Creating a Database Table with Python.mp4
- 10.08 MB
004 Creating a Database Table with Python_en.srt
- 4.39 KB
005 Inserting Records to a Table.mp4
- 11.55 MB
005 Inserting Records to a Table_en.srt
- 5.02 KB
006 Selecting Records.mp4
- 16.34 MB
006 Selecting Records_en.srt
- 5.42 KB
007 Updating Records.mp4
- 10.84 MB
007 Updating Records_en.srt
- 2.63 KB
008 Deleting Records.mp4
- 8.02 MB
008 Deleting Records_en.srt
- 832 B
009 Query Parameters.mp4
- 13.27 MB
009 Query Parameters_en.srt
- 3.56 KB
48 - App 10 Cinema Booking App - Planning Phase
001 Installing the Libraries for App 10.html
- 807 B
002 Preview of the Cinema Booking App.mp4
- 33.21 MB
002 Preview of the Cinema Booking App_en.srt
- 13.05 KB
003 Planning the App.mp4
- 21.41 MB
003 Planning the App_en.srt
- 11.51 KB
49 - App 10 Cinema Booking App - Implementation Phase
001 The Empty Classes.mp4
- 6.76 MB
001 The Empty Classes_en.srt
- 3.27 KB
002 The Complete Code.mp4
- 91.41 MB
002 The Complete Code_en.srt
- 14.37 KB
50 - App 11 (Bonus) Creating a Weather Forecast Package
001 Introduction.mp4
- 3.31 MB
001 Introduction_en.srt
- 2.5 KB
002 Demo of the Package.mp4
- 23.17 MB
002 Demo of the Package_en.srt
- 6.55 KB
003 The Library Structure.mp4
- 3.02 MB
003 The Library Structure_en.srt
- 2.79 KB
004 Preparing the Input Data.mp4
- 69.21 MB
004 Preparing the Input Data_en.srt
- 10.05 KB
005 Creating the Weather Class.mp4
- 80.88 MB
005 Creating the Weather Class_en.srt
- 10.67 KB
006 Getting Weather Forecast by Coordinates.mp4
- 47.75 MB
006 Getting Weather Forecast by Coordinates_en.srt
- 13.72 KB
007 Raising Errors When Arguments Are Not Passed.mp4
- 42.08 MB
007 Raising Errors When Arguments Are Not Passed_en.srt
- 6.47 KB
008 Cleaning the Data.mp4
- 58.3 MB
008 Cleaning the Data_en.srt
- 7.25 KB
009 Providing Simplified Weather Data.mp4
- 45.55 MB
009 Providing Simplified Weather Data_en.srt
- 11.4 KB
010 Raising Errors When Data Are Incorrect.mp4
- 13.59 MB
010 Raising Errors When Data Are Incorrect_en.srt
- 4.8 KB
011 Adding Docs to Your Library.mp4
- 8.82 MB
011 Adding Docs to Your Library_en.srt
- 3.01 KB
012 Preparing and Testing the Library.mp4
- 15.54 MB
012 Preparing and Testing the Library_en.srt
- 4.05 KB
013 Uploading the Library to PyPi.mp4
- 103.02 MB
013 Uploading the Library to PyPi_en.srt
- 17.1 KB
014 Making and Uploading a Package Change.mp4
- 124.3 MB
014 Making and Uploading a Package Change_en.srt
- 14.92 KB
015 Bonus Lecture.html
- 1014 B
Trackers
Seeders
Leechers
Downloads
InfoHash:
9DD5091F7EBEA574B29F64EB01E1B6C97A006674
Last updated:
Jul 29, 2023
File count:
452 B
File Category:
9
Tags:
Applications, OOP, Build 10, Programming, Python, Advanced, Udemy, Other, Tutorials
Related Torrents
Introducing Functional Programming Using C - Leveraging a New Perspective for OOP Developers
Ebook/Course
Sep 16, 2023
4.26 MB
65
56
1.81 k
Torrent
Magnet
[FreeCourseSite.com] Udemy - Advanced Python Programming Build 10 OOP Applications
Ebook/Course
Jul 29, 2023
6.56 GB
1
96
485
Torrent
Magnet
Introducing Functional Programming Using C#_ Leveraging a New Perspective for OOP Developers by Vaskaran Sarcar EPUB
Ebook/Course
Dec 5, 2023
4.26 MB
4
56
300
Torrent
Magnet
The Complete Python Course Build 10 Professional OOP Apps
Ebook/Course
May 8, 2021
12.21 GB
19
18
37
Torrent
Magnet
[ DevCourseWeb.com ] Udemy - Python OOP - Object Oriented Programming for Beginners
Ebook/Course
Jul 1, 2022
3.79 GB
0
0
0
Torrent
Magnet
[FreeAllCourse.Com] Udemy - C# Intermediate Classes, Interfaces and OOP
Ebook/Course
Feb 23, 2020
671.56 MB
4
0
8
Torrent
Magnet
Data Structures and OOP with C CS105 C104 Masterclass
Ebook/Course
Mar 13, 2023
3.34 GB
4
47
255
Torrent
Magnet
[ DevCourseWeb.com ] Udemy - PHP OOP with MySQL 2023 - Build Restaurant Management System
Ebook/Course
Apr 28, 2023
3.96 GB
1
50
0
Torrent
Magnet
[ FreeCryptoLearn.com ] Udemy - Algorithmic Trading In MQL5 - OOP and Advanced Techniques
Ebook/Course
Dec 10, 2022
2.62 GB
1
38
96
Torrent
Magnet
[ FreeCourseWeb.com ] Udemy - Object Oriented php - build real world project using OOP
Ebook/Course
Sep 17, 2021
1.66 GB
3
0
109
Torrent
Magnet
[GigaCourse.Com] ZerotoMastery - C#.NET Bootcamp The Fundamentals (OOP, LINQ, Test Automation + more)
Ebook/Course
Jun 3, 2023
1.11 GB
4
29
165
Torrent
Magnet
Python Programming Full Course (Basics,OOP,Modules,PyQt)
Ebook/Course
Dec 17, 2018
807.22 MB
12
20
988
Torrent
Magnet
C# 8.0 - OOP - Ultimate Guide - Beginner to Advanced
Ebook/Course
Oct 5, 2021
11.49 GB
11
19
154
Torrent
Magnet
350+ Exercises - Python Programming Mega Pack - OOP - 2022
Ebook/Course
Jun 7, 2022
186.57 MB
13
12
352
Torrent
Magnet
[ DevCourseWeb.com ] Udemy - Mastering JavaScript - OOP, Ajax, APIs, JSON, and Beyond
Ebook/Course
Oct 31, 2023
908.71 MB
8
16
164
Torrent
Magnet
PHP OOP with MySQL 2023 Build Restaurant Management System
Ebook/Course
May 11, 2023
3.98 GB
3
13
80
Torrent
Magnet
The Complete Python Course in the Professional OOP Approach
Ebook/Course
Feb 18, 2021
12.31 GB
11
4
265
Torrent
Magnet
[FreeCourseSite.com] ZeroToMastery - C#.NET Bootcamp The Fundamentals (OOP, LINQ, Test Automation + more)
Ebook/Course
Jun 17, 2023
1.11 GB
7
4
65
Torrent
Magnet
Python Programming - Basics, Multithreading, OOP and NumPy
Ebook/Course
Feb 19, 2021
2.88 GB
6
4
67
Torrent
Magnet
[ CourseHulu.com ] Udemy - OOP real world class - validation using object oriented php
Ebook/Course
Oct 28, 2021
344.04 MB
7
3
90
Torrent
Magnet
Home
Movies
TV Shows
Anime
Videos
Music
Games
Software
18+
Books