July 13, 2021 webdev 4 min read Static site generation with Flask and Pelican: a comprehensive comparison An in-depth comparison of Flask-FlatPages and Pelican for static site generation, covering implementation approaches, performance considerations, and best practices. Topics: python flask pelican static-sites web-development
May 22, 2019 webdev 4 min read Getting started with Flask: building your first web application Learn how to create your first web application using Flask, Python's lightweight web framework Topics: python flask web-development backend tutorial