filmov
tv
How to Generate File Reports Using Python's string.Template Class

Показать описание
In this Python tutorial, you will learn how to automatically generate file reports using Python's string.Template class.
First, we'll have a look at the motivation behind using the string.Template class from the standard library.
Secondly, I will give you an introduction to the use case and the issue we are facing.
Subsequently, a file generation pipeline is implemented.
Lastly, we will have a look at the final result and at safe substitution.
GitHub Repository
SUBSCRIBE to become a Pythonista!
Follow me on Twitter!
Check out my website for more!
Like what you see? Consider sponsoring me via Patreon!
~~~~~~~~~~ OUTLINE ~~~~~~~~~~
00:00 Introduction
00:41 Motivation
01:47 The use-case
02:49 The template
03:58 Reading the data
05:33 Generate the HTML string
08:28 Create the final report
11:28 Safe substitution
#python
First, we'll have a look at the motivation behind using the string.Template class from the standard library.
Secondly, I will give you an introduction to the use case and the issue we are facing.
Subsequently, a file generation pipeline is implemented.
Lastly, we will have a look at the final result and at safe substitution.
GitHub Repository
SUBSCRIBE to become a Pythonista!
Follow me on Twitter!
Check out my website for more!
Like what you see? Consider sponsoring me via Patreon!
~~~~~~~~~~ OUTLINE ~~~~~~~~~~
00:00 Introduction
00:41 Motivation
01:47 The use-case
02:49 The template
03:58 Reading the data
05:33 Generate the HTML string
08:28 Create the final report
11:28 Safe substitution
#python