Creating a Sitemap File Generator Program in Python

Опубликовано: 01 Май 2023
на канале: Sylvain Saurel
399
3

In this tutorial, you will learn how to create a program to generate an XML Sitemap file for a website passed in. Ideal to have fun with the Python language, but also to discover what is a Sitemap which is an essential element of the referencing of a Web site.

A written version of this tutorial can be found here with the complete source code: https://www.ssaurel.com/blog/learn-to...

#Python #Sitemap #Programming #Web