[FreeCoursesOnline.Me] PacktPub - Complete Python Web Course Build 8 Python Web Applications


[FreeCoursesOnline.Me] PacktPub - Complete Python Web Course Build 8 Python Web Applications
Category:
Date:
03/01/23 at 4:24pm GMT+1
Submitter:
Seeders:
24
Leechers:
2
File size:
2.4 GB in 97 files

Torrent Status:
  This torrent has NOT been verified. 

Infohash:
26b724661650261c60ffa0f32425424ac9404cd7


File list

  • [FreeCoursesOnline.Me] PacktPub - Complete Python Web Course Build 8 Python Web Applications
  • icon 0. Websites you may like/1. Get Free Premium Accounts Daily On Our Discord Server!.txt 1.3 KB
    icon Chapter 1 Your Age in Seconds/001. Introduction.mp4 3.2 MB
    icon Chapter 1 Your Age in Seconds/002. Installing Python.mp4 2.6 MB
    icon Chapter 1 Your Age in Seconds/003. Integers and Strings.mp4 2.8 MB
    icon Chapter 1 Your Age in Seconds/004. Variables in Python.mp4 2.3 MB
    icon Chapter 1 Your Age in Seconds/005. Coding Exercise and Solution - Creating Variables.mp4 3.3 MB
    icon Chapter 1 Your Age in Seconds/006. Methods Print(), Str(), and Int().mp4 6 MB
    icon Chapter 1 Your Age in Seconds/007. Coding Exercise and Solution - Print(), Str(), and Int().mp4 11.4 MB
    icon Chapter 1 Your Age in Seconds/008. The Format() Method.mp4 5.9 MB
    icon Chapter 1 Your Age in Seconds/009. Coding Exercise and Solution - Format().mp4 10.6 MB
    icon Chapter 1 Your Age in Seconds/010. Getting User Input with the Input() Method.mp4 5.6 MB
    icon Chapter 1 Your Age in Seconds/011. Coding Exercise and Solution - User Input.mp4 2.7 MB
    icon Chapter 1 Your Age in Seconds/012. Creating Your Own Methods in Python.mp4 4.7 MB
    icon Chapter 1 Your Age in Seconds/013. Coding Exercise and Solution - Creating Functions.mp4 7 MB
    icon Chapter 1 Your Age in Seconds/014. If Statements in Python.mp4 12.8 MB
    icon Chapter 1 Your Age in Seconds/015. Coding Exercise and Solution - If Statements.mp4 12.2 MB
    icon Chapter 1 Your Age in Seconds/016. Assignment Video.mp4 3.2 MB
    icon Chapter 2 Price of a Chair/001. Our Development Environment.mp4 3.8 MB
    icon Chapter 2 Price of a Chair/002. Creating Virtual Environments for Python Development.mp4 15.2 MB
    icon Chapter 2 Price of a Chair/003. Our Age Application in PyCharm.mp4 6.3 MB
    icon Chapter 2 Price of a Chair/004. (Aside) Tweaking PyCharm.mp4 13.1 MB
    icon Chapter 2 Price of a Chair/005. Understanding JavaScript Object Notation (JSON) and Extensible Markup Language (XML).mp4 11.4 MB
    icon Chapter 2 Price of a Chair/006. Making our First Hyper Text Transfer Protocol (HTTP) GET Request.mp4 8.5 MB
    icon Chapter 2 Price of a Chair/007. Finding our Chair Price Parsing Hyper Text Markup Language (HTML).mp4 20.1 MB
    icon Chapter 2 Price of a Chair/008. Parsing Hyper Text Markup Language (HTML) Data using BeautifulSoup.mp4 12.6 MB
    icon Chapter 2 Price of a Chair/009. Using the Price as a Number.mp4 13.4 MB
    icon Chapter 3 A Simple Terminal Blog/001. Installing MongoDB.mp4 17.5 MB
    icon Chapter 3 A Simple Terminal Blog/002. Introduction to MongoDB.mp4 10.6 MB
    icon Chapter 3 A Simple Terminal Blog/003. Creating a PyCharm Project that Uses MongoDB and PyMongo.mp4 11.5 MB
    icon Chapter 3 A Simple Terminal Blog/004. Simplifying Lists in Python with List Comprehension.mp4 10.6 MB
    icon Chapter 3 A Simple Terminal Blog/005. Introduction to Object-Oriented Programming.mp4 21.2 MB
    icon Chapter 3 A Simple Terminal Blog/006. Creating the First Class - the Post.mp4 9.7 MB
    icon Chapter 3 A Simple Terminal Blog/007. Creating a Database Class for Database Interactions.mp4 22.8 MB
    icon Chapter 3 A Simple Terminal Blog/008. The Last Few Post Methods.mp4 5.8 MB
    icon Chapter 3 A Simple Terminal Blog/009. Having Default Parameter Values in Python Methods.mp4 9.3 MB
    icon Chapter 3 A Simple Terminal Blog/010. Understanding Dates in Python - The Datetime Module(1).mp4 4.6 MB
    icon Chapter 3 A Simple Terminal Blog/010. Understanding Dates in Python - The Datetime Module.mp4 0 B
    icon Chapter 3 A Simple Terminal Blog/011. Verifying that All the Post Methods Work.mp4 10.7 MB
    icon Chapter 3 A Simple Terminal Blog/012. The Blog Class and @classmethods.mp4 27.2 MB
    icon Chapter 3 A Simple Terminal Blog/013. Verifying that All the Blog Methods Work.mp4 11.8 MB
    icon Chapter 3 A Simple Terminal Blog/014. Starting the Menu and User Interactions.mp4 19.2 MB
    icon Chapter 3 A Simple Terminal Blog/015. Finalising the Menu Class.mp4 14.6 MB
    icon Chapter 3 A Simple Terminal Blog/016. Finally, Running the Application!.mp4 7.3 MB
    icon Chapter 4 Our First Web Application/001. Introduction to REST APIs.mp4 11.3 MB
    icon Chapter 4 Our First Web Application/002. How Can You Make Your Own API What is Flask.mp4 11.6 MB
    icon Chapter 4 Our First Web Application/003. Python Cls() and Argument Unpacking.mp4 23.1 MB
    icon Chapter 4 Our First Web Application/004. Creating the User Model for Your Application.mp4 8.4 MB
    icon Chapter 4 Our First Web Application/005. Starting to Develop the User Model.mp4 17.3 MB
    icon Chapter 4 Our First Web Application/006. Creating the Login and Register.mp4 11.6 MB
    icon Chapter 4 Our First Web Application/007. Finding Blogs by a Specific Author.mp4 13 MB
    icon Chapter 4 Our First Web Application/008. Allowing Creation of Blogs and Posts.mp4 15.3 MB
    icon Chapter 4 Our First Web Application/009. Creating Static Resources and Templates.mp4 6.1 MB
    icon Chapter 4 Our First Web Application/010. Your First Template in Jinja2.mp4 13.5 MB
    icon Chapter 4 Our First Web Application/011. Beginning Cascading Style Sheets (CSS) Styling of Pages.mp4 12.3 MB
    icon Chapter 4 Our First Web Application/012. The User Login Page.mp4 29.6 MB
    icon Chapter 4 Our First Web Application/013. The User Registration Page.mp4 13.7 MB
    icon Chapter 4 Our First Web Application/014. Using Bootstrap for the First Time for Great Styling.mp4 42.5 MB
    icon Chapter 4 Our First Web Application/015. How Can You Display a List of Blogs.mp4 18.1 MB
    icon Chapter 4 Our First Web Application/016. Displaying a List of Posts.mp4 20 MB
    icon Chapter 4 Our First Web Application/017. The Jinja2 If Statement for Structure Control.mp4 3.4 MB
    icon Chapter 4 Our First Web Application/018. Creating New Blogs (front-end).mp4 20.6 MB
    icon Chapter 4 Our First Web Application/019. Finalising the Application by Allowing to Create Posts.mp4 19.1 MB
    icon Chapter 5 Price Alerts for Online Web Stores/001. Creating New Python Projects in PyCharm 2019.mp4 21.8 MB
    icon Chapter 5 Price Alerts for Online Web Stores/002. What are Flask Blueprints.mp4 13.5 MB
    icon Chapter 5 Price Alerts for Online Web Stores/003. Creating Your New Application Structure.mp4 10.9 MB
    icon Chapter 5 Price Alerts for Online Web Stores/004. Getting Page Content with Requests.mp4 8.6 MB
    icon Chapter 5 Price Alerts for Online Web Stores/005. How to Find the Price on a Website.mp4 19.2 MB
    icon Chapter 5 Price Alerts for Online Web Stores/006. Getting an Element's Content with BeautifulSoup.mp4 8.6 MB
    icon Chapter 5 Price Alerts for Online Web Stores/007. Using RegEx to Get Specific Information From a String.mp4 23.1 MB
    icon Chapter 5 Price Alerts for Online Web Stores/008. Creating Your Item Model.mp4 25.6 MB
    icon Chapter 5 Price Alerts for Online Web Stores/009. Adding Type Hinting to Your Application.mp4 12.9 MB
    icon Chapter 5 Price Alerts for Online Web Stores/010. Starting Up MongoDB and Making Sure it Works.mp4 3.9 MB
    icon Chapter 5 Price Alerts for Online Web Stores/011. Preparing Your Item Model for Saving in MongoDB.mp4 16.5 MB
    icon Chapter 5 Price Alerts for Online Web Stores/012. Inserting Items into MongoDB.mp4 19.5 MB
    icon Chapter 5 Price Alerts for Online Web Stores/013. Retrieving Items from MongoDB.mp4 16.4 MB
    icon Chapter 5 Price Alerts for Online Web Stores/014. Notifying Users in a Simple Way when the Price is Reached.mp4 39.3 MB
    icon Chapter 5 Price Alerts for Online Web Stores/015. What is an Abstract Class in Python.mp4 18.5 MB
    icon Chapter 5 Price Alerts for Online Web Stores/016. Making More Methods Generic.mp4 27.9 MB
    icon Chapter 5 Price Alerts for Online Web Stores/017. Finishing Up the Model Superclass.mp4 22.6 MB
    icon Chapter 5 Price Alerts for Online Web Stores/018. How to Force a Subclass to Have Properties of a Parent Class.mp4 10.9 MB
    icon Chapter 5 Price Alerts for Online Web Stores/019. Type Hinting the Current Object Type in a Method Return.mp4 23 MB
    icon Chapter 5 Price Alerts for Online Web Stores/020. Creating Items Through the Web Interface.mp4 55.8 MB
    icon Chapter 5 Price Alerts for Online Web Stores/021. Styling Your Site Using Bootstrap 4.mp4 24.3 MB
    icon Chapter 5 Price Alerts for Online Web Stores/022. Creating the Item's Blueprint.mp4 16 MB
    icon Chapter 5 Price Alerts for Online Web Stores/023. Creating a Page to Show All Items.mp4 32.1 MB
    icon Chapter 5 Price Alerts for Online Web Stores/024. Creating Alerts Through the Web Interface.mp4 24.6 MB
    icon Chapter 6 Developing a Complete Front-End with Bootstrap 4/001. Introducing Stores to Your Application.mp4 58 MB
    icon Chapter 6 Developing a Complete Front-End with Bootstrap 4/002. Getting Rid of Items.mp4 18.4 MB
    icon Chapter 6 Developing a Complete Front-End with Bootstrap 4/003. Testing Your Application with Stores.mp4 22.2 MB
    icon Chapter 6 Developing a Complete Front-End with Bootstrap 4/004. Dataclasses in Python 3.7.mp4 54.5 MB
    icon Chapter 6 Developing a Complete Front-End with Bootstrap 4/005. Turning Your Models into Dataclasses.mp4 37 MB
    icon Chapter 6 Developing a Complete Front-End with Bootstrap 4/006. Giving Names to Alerts in Your Application.mp4 16.5 MB
    icon Chapter 6 Developing a Complete Front-End with Bootstrap 4/007. Saving the Last Item Price.mp4 15.5 MB
    icon Chapter 6 Developing a Complete Front-End with Bootstrap 4/008. Creating Stores Through the Web Interface.mp4 35.1 MB
    icon Chapter 6 Developing a Complete Front-End with Bootstrap 4/009. Editing Alert Properties.mp4 41.8 MB
    icon Chapter 6 Developing a Complete Front-End with Bootstrap 4/010. Linking the Alert Index to the Edit Page.mp4 14.9 MB
    icon Chapter 6 Developing a Complete Front-End with Bootstrap 4/011. Editing Stores.mp4 28.6 MB

Similar Torrents

Category
Name
Size
Date
 [FreeCoursesOnline.Me] Code With Mosh - The Ultimate Data Structures & Algorithms [3in1] 2.3 GB12/10/22466
 [FreeCoursesOnline.Me] Code With Mosh - The Ultimate HTML-CSS Mastery Series [3in1] 3.2 GB12/12/22443
 [FreeCoursesOnline.Me] Code With Mosh - The Ultimate JavaScript Series [2In1] 1.8 GB12/19/22434
 [FreeCoursesOnline.Me] Skillshare - Using ChatGPT to Improve Your YouTube Content A Ste ... 136 MB03/15/23401
 [FreeCoursesOnline.Me] Coursera - Google Data Analytics Professional Certificate 6.9 GB01/07/23396
 [FreeCoursesOnline.Me] Code With Mosh - The Ultimate Design Patterns [Series] 3 In 1 1.3 GB12/06/22374
 [FreeCoursesOnline.Me] MasterClass -DANIEL NEGREANU TEACHES POKER 6.7 GB11/12/18354
 [FreeCoursesOnline.Me] TechWorld - The Ultimate Course For IT Beginners 3.5 GB12/08/22359
 [FreeCoursesOnline.Me] Code With Mosh - Clean Coding and Refactoring 784 MB12/24/22342
 [FreeCoursesOnline.Me] MASTERCLASS - Ray Dalio Teaches Mastering The Markets - Make The ...839 MB07/13/23332
 [FreeCoursesOnline.Me] Complete AI Course ChatGPT, DALL-E, Midjourney and More Ai1.7 GB01/27/24335
 [FreeCoursesOnline.Me] SkillShare - Python 3 Object Oriented Programming - SkilledHares 1.8 GB12/29/22325
 [FreeCoursesOnline.Me] Coursera - Generative AI for Everyone 442 MB02/25/24321
 [FreeCoursesOnline.Me] PhotoshopEasy - The Ultimate Photoshop Course - Learn To Master ... 26.9 GB12/25/223013
 [FreeCoursesOnline.Me] Code With Mosh - The Ultimate Git Mastery Course 939 MB12/21/22292