Here you can see a little bit about my open source projects.
Provides a map widget where users can pick specific locations that will be stored in the database according to the model field attached to it. The model field can be either plain or spatial (when using PostGIS).
https://github.com/caioariede/django-location-field
Provides a collection of form fields that can be used to mask inputs, for decimal values, phone numbers, zip codes and so on.
https://github.com/caioariede/django-input-mask
An open-source CMS solution for Real Estate websites on top of Wagtail.
https://github.com/caioariede/openimob
A tool to intercept function calls in Python scripts.
Actually, I wrote a blog post explaining it.
https://github.com/caioariede/pyintercept
Mostly for fun.
Implementation of the Django Template Engine in Haskell.