ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 3, 2024Create a Python Bot for Automating Online TransactionsAutomating online transactions can be incredibly useful for a variety of purposes, such as managing financial operations, making recurring purchases, or automating trading on financial markets. In this blog post, we will guide you through creating a ...10 likes·26 readsPythonPython
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 2, 2024How to Download HTML and Assets from a URL with PythonWhen working with web scraping or offline website analysis, you might need to download not only the HTML content of a page but also its associated assets like CSS files, JavaScript, images, and fonts. Python provides a powerful suite of libraries to ...10 likes·44 readsPythondownload website
Brian Kingsolodev.app·Dec 12, 2023Local Embeddings with LangChain.Update: Thursday 25th January 2024.Update: Monday 18th March 2024.Update: Wednesday 20th March 2024. TL;DR. The post demonstrates how to generate local embeddings with LangChain. Embeddings address some of the memory limitations in Large Language Mod...169 readsThe AI Serieslangchain
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Oct 27, 2023Exploring the Web: Scraping Website Data with PythonIn today's digital age, the web is a treasure trove of information. Websites contain a wealth of data, and sometimes, you might want to extract specific information from them. Python provides a powerful and versatile library called BeautifulSoup for ...114 likes·718 readsPython
Computer Coding Classcomputercodingclass.hashnode.dev·May 1, 2023How to Scrape the Thumbnail of a YouTube Video using BeautifulSoup | YouTube Automation Python.In this program, we used Beautifulsoup and Requests packages to scrape Thumbnail image of a YouTube video. We used HTML Parser to parse the image Binary Data. https://youtu.be/98WgIPcEF-k85 readsPython
Paolo Ferraripaoloferrari.hashnode.dev·Apr 30, 2023Create a simple web scraping script in pythonWhat is the project about This project is a simple example of how you can use web scraping in a funny way to learn and practice coding. This simple code is a way to get all the products related to research on the Amazon webpage, for example, you sear...91 readsweb scraping