Pythongasm

Build GPT-powered Chatbots around Enterprise data with Python

Traditionally most chatbots were a tree of if else blocks. Some had a layer of sophistication where users' intent was captured, to decide which function should be triggered. However, the tech was never good enough to resolve an actual query u2014 until now. After GPT-3, we've seen


Introduction to Scrapy: Web Scraping in Python

Scrapy is an open-source web scraping framework, and it does a lot more than just a library. It manages requests, parses HTML webpages, collects data, and saves it to the desired format. Hence, you don’t need separate libraries for every other step. You can also use middlewares in scrapy. Middlewares are sort of 'plugins' that add