Monday, June 28, 2021

Lucas Cimon: World map of an open-source project contributors

I have been amazed recently at the diversity of contributors on the fpdf2 project, coming from all around the world!

Then I thought it would be nice to visualize this diversity by building a world map of all contributors locations. There it is:

Click on the image to access an …

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