Curated Video
React JS Masterclass - Go From Zero To Job Ready - Codebook Demo / 097
This video demonstrates updating and stylizing the product list based on specific eCommerce store sales criteria.
Curated Video
How to Use ChatGPT and Generative AI for Passive Income - Publishing eBooks with Amazon Direct Publishing
Once you have created your eBook, learn how to publish it on Kindle using Amazon Direct Publishing. This video will guide you through the process of uploading your eBook to the platform and setting it up for sale. This clip is from the...
Bill Carmody
Social Media That Sells
Bill Carmody wants you to reevaluate your social media marketing to make sure it sells.
Brian McLogan
What are the three most important secrets every math student must know
Learn math your way. My mission is to provide quality math education to everyone that is willing to receive it. This video is only a portion of a video course I have created as a math teacher. Please visit my website to join my mailing...
Easy Languages
Clothing | Super Easy German (13)
Clothing | Super Easy German (13) Easy Languages is an international video project aiming at supporting people worldwide to learn languages through authentic street interviews and expose the street culture of participating partner...
Easy Languages
Clothing
Easy Languages is an international video project aiming at supporting people worldwide to learn languages through authentic street interviews and expose the street culture of participating partner countries abroad. Episodes are produced...
Curated Video
Hello! How to Greet the Examiner - IELTS Energy Podcast 1201
What should you say when you meet the IELTS Examiner for your Speaking test? Learn the do's and don'ts that Examiners care about today, so you don't waste any time and start off on the wrong foot.
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Using Item in Spiders
In this video, we will learn about scrapy items in scrapy projects. The video tutorial demonstrates how to structure extracted data into scrapy items, specifically creating an ebook item, and how to import it into your spider module...
Curated Video
Python In Practice - 15 Projects to Master Python - Web Development with Python and Django
This video explains web development with Python and Django. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
Python In Practice - 15 Projects to Master Python - Using Bootstrap Icons for html Elements
This video helps in using Bootstrap icons for html elements. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Object Attributes - Classes - Cart Class
In the previous lesson, we created our object and class; now, we will look at creating the cart class, which is useful for storing the objects that we have created. This clip is from the chapter "Classes" of the series "The Ultimate...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Creating Spiders
In this video, we'll be learning how to create spiders for web scraping using Python and Scrapy. Our experienced instructor will guide you step by step through the process of defining a spider that will extract data from different...
Curated Video
Python In Practice - 15 Projects to Master Python - Defining add_to_cart( ) View Function
This video helps in defining add_to_cart( ) view function. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Appending Data to Previous Output
In this video, you will learn how to use Scrapy to scrape data and store it efficiently in a specific format, such as a JSON file. Our helpful instructor guides you through step by step, showing you how to overwrite and append data to a...
Curated Video
Python In Practice - 15 Projects to Master Python - Starting Our Website Project with Django
This video helps in starting our website project with Django. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
Python In Practice - 15 Projects to Master Python - Django Template and Context System for html Views
This video explains the Django template and Context system for html views. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
Python In Practice - 15 Projects to Master Python - Creating Our Store View
This video explains creating our Store view. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
Python In Practice - 15 Projects to Master Python - Creating Models and Storing eBooks in the Database
This video explains creating models and storing eBooks in the database. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
Python In Practice - 15 Projects to Master Python - Bootstrap as Base Template
This video explains Bootstrap as base template. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
Python In Practice - 15 Projects to Master Python - Adding eBooks Through the Admin Application
This video helps in adding eBooks through the admin application. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Organizing Modules into Packages
In the previous lesson, you learned how to create modules to reuse code; in this lesson, you will learn how to organize your modules into groups called packages. This clip is from the chapter "Modules and Packages" of the series "The...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - getattr() and setattr()
We will run functions using the get attribute and the set attribute. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on...