Add Vue to Your Django Templates With Vite
https://ctrlzblog.com/add-vue-to-your-django-templates-with-vite/
https://ctrlzblog.com/add-vue-to-your-django-templates-with-vite/
CTRL+Z - a blog about Django
Add Vue to your Django templates with Vite
When you take a course in Vue, you're normally taught how to build a Single Page Application (SPA). This is where you build an interactive user interface but it's not a full-stack application on its own. You will need an API to supply data to your SP...
Mutating the Immutable Tuple (Sort Of)
https://www.thepythoncodingstack.com/p/mutating-the-immutable-python-tuples
https://www.thepythoncodingstack.com/p/mutating-the-immutable-python-tuples
Thepythoncodingstack
My Neighbours Are Moving House • Mutating The Immutable Tuple (Sort Of)
Tuples are immutable, but their contents can change. Eh?! Let me tell you the story of my neighbours moving house, and all will all make sense.
apple-ocr: Apple Vision Wrapper for Text Extraction and Clustering
https://pypi.org/project/apple-ocr/
https://pypi.org/project/apple-ocr/
PyPI
apple-ocr
An OCR (Optical Character Recognition) utility for text extraction from images.
django-webhook: Outgoing Webhooks Triggered on Model Changes
https://github.com/danihodovic/django-webhook
https://github.com/danihodovic/django-webhook
GitHub
GitHub - danihodovic/django-webhook: Django webhooks triggered on model changes
Django webhooks triggered on model changes. Contribute to danihodovic/django-webhook development by creating an account on GitHub.
django-mock-queries: Mock Django Queryset Functions for Testing
https://github.com/stphivos/django-mock-queries
https://github.com/stphivos/django-mock-queries
GitHub
GitHub - stphivos/django-mock-queries: A library for mocking django queryset functions in memory for testing
A library for mocking django queryset functions in memory for testing - stphivos/django-mock-queries
“Viola-Jones Algorithm” ~ A Miracle
https://medium.com/@pvt.dhruvkumar/viola-jones-algorithm-a-miracle-5e10085aba50
https://medium.com/@pvt.dhruvkumar/viola-jones-algorithm-a-miracle-5e10085aba50
Medium
“Viola-Jones Algorithm” ~ A Miracle
December, 2001
Understanding Python Objects and Memory Management
https://medium.com/@alriffaud/understanding-python-objects-and-memory-management-cd1b5fca634e
https://medium.com/@alriffaud/understanding-python-objects-and-memory-management-cd1b5fca634e
Medium
Understanding Python Objects and Memory Management
Introduction