Sunday, December 9, 2018

Codementor: Create PDF files from templates with Python and Google Scripts

This tutorial shows you how to build your own free template generator that combines the flexibility of Google Docs and the power of Python. Spend half an hour to build your own PDF templates and populate them with whatever data you need.

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...