Meritocracy, my arse!
— @carlton
That is my new motto! ☝️
While I’ve obviously done this because I have a peurile and juvenile mind, the talk proper, is amazing with a lot a wisdom. (hard earned wisdom)
How to survive open source: https://youtu.be/YOZWF86TGmo
#Django #OpenSource
Original: https://toots.dgplug.org/@jason/111935404971723655
#django, #opensource
Playing with #Sqlite and #Python today.
And then I got curious about dumping my objects ala pickle into a database. and then it hit me.
Dump an object
into a relational
database. rather map
them from one form to another.
That is what #Django’s ORM (is) does. (as do other Python ORMs)
Original: https://toots.dgplug.org/@jason/110729430806357247
#sqlite, #python, #django