Friday, January 29, 2021

Lucas Cimon: fpdf2.3.0 Unbreakable! and PDF quines

Unbreakable movie poster

Today, I am happy to announce version 2.3.0 of fpdf2, code name: Unbreakable!

https://github.com/pyfpdf/fpdf2/ Pypi latest version Doc: https://pyfpdf.github.io/fpdf2/

Why Unbreakable?

  • As a tribute to M. Night Shyamalan movie
  • Because using fpdf2, your Python code can never break!
    ...
    Just kidding, I would be …

Permalink



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...