Python

How To Crawl A Web Page with Scrapy and Python 3 — step-by-step Python tutorial on Progressive Robot

How To Crawl A Web Page with Scrapy and Python 3

Whether you want to mine data about a set of products, get a large corpus of text or quantitative data to play around with, get data from a site without an official API, or just satisfy your own personal curiosity, web scraping is a powerful way to work with data

Read more
How To Deploy a Django App on App Platform — step-by-step Python tutorial on Progressive Robot

How To Deploy a Django App on App Platform

Django is a powerful web framework that allows you to deploy your Python applications or websites. Django includes many features such as authentication, a custom database ORM, and an extensible plugin architecture. Django simplifies the complexities of web development, allowing you to focus on writing code.

Read more
How To Use Web Forms in a Flask Application — step-by-step Python tutorial on Progressive Robot

How To Use Web Forms in a Flask Application

Flask is a lightweight Python web framework that provides useful tools and features for creating web applications in the Python Language. In this tutorial, you’ll build a small web application with Flask that demonstrates how to use web forms. The application will have a page for displaying messages that are stored in a Python list, and a page for adding new messages. You’ll also use message flashing to inform users of an error when they submit invalid data.

Read more
CHAT