Programming Project

Como Fazer Crawling em uma Página Web com Scrapy e Python 3 — step-by-step Python tutorial on Progressive Robot

Como Fazer Crawling em uma Página Web com Scrapy e Python 3

Web scraping, às vezes chamado de web crawling ou web spidering, ou “programaticamente revisar uma coleção de páginas web e fazer uma extração de dados”, é uma ferramenta poderosa para o trabalho com dados na web. Com um web scraper, você pode minerar dados sobre um conjunto…

Read more
How To Create a URL Shortener with Django and GraphQL — step-by-step Python tutorial on Progressive Robot

How To Create a URL Shortener with Django and GraphQL

GraphQL is an API standard created and open-sourced by Facebook as an alternative to REST APIs. It exposes a single endpoint for all communication instead of multiple URLs for different resources and solves the overfetching issue by returning only the data asked for by the client. In this tutorial you will create a backend for a URL shortener with Python 3, the Django web framework, and the Graphene-Django implementation, while diving into GraphQL concepts like queries and mutations.

Read more
CHAT