Posts

This is where I write about anything I think is interesting. Take a look - hopefully you find something interesting too.

Python Counter - image

Python Counter

A quick guide on how to use the Counter from the collections Python package

python collections
Convert a BooleanField to a CharField while mainting state in Django - image

Convert a BooleanField to a CharField while mainting state in Django

A how-to guide on coverting a BooleanField to a CharField with choices while maintaining the original state in Django

django python database