Skip to main content

python

Using Python and Pillow to reduce an image's size on disk without sacrificing quality.
718 words·4 mins
codeballistix
python pillow image lossless compression reduce size less size codeb blog
Python and Pillow provide us a very simple way to compress/reduce in size, large image files with almost zero loss of image clarity. In true python fashion, most of the heavy lifting is already done by the pillow and graphic libraries internally, we just need to call a few functions.
Understanding Threading Limitations in Python and Exploring Multi-Process Architecture
2743 words·13 mins
mohit
python multi-threading multi-processing
This blogpost covers the essential aspects of threading and multiprocessing in Python.
Understanding Python Module Packaging: A Hands-on Guide to.whl File Packaging
457 words·3 mins
mohit
python packaging wheel whl py python packaging pypi pypi.org pip twine
To allow straightforward distribution, you must pack your Python modules into.whl (Wheel) files. To make it simple and easy for you to package and distribute your Python modules, we’ll guide you through the process in this post.
Streaming Objects from a Django Instance to Another
1287 words·7 mins
codeballistix
django python signals django orm orm object relational model python3 operational log oplog
How to sync Django ORM Model Obects from a instance of Django to another?
Streaming Logs from 1 Django Instance to Another
618 words·3 mins
codeballistix
django python logging
Ideas on how logs may be streamed from 1 django instance to another.
Ingesting Objects from another Django Instance
1429 words·7 mins
codeballistix
django python signals django orm orm object relational model python3 operational log oplog ingestion management management command manage.py django-admin admin django-admin command
Ingesting Django objects from a log or a stream of JSONified django objects.
Full Stack Development
490 words·3 mins
python Go ReactJS NextJS TailwindCSS Bootstrap GDPR HIPA Security First Transparent Collaboration
Essence of an exceptional application lies in its features, reliability, and, most importantly, its security.