CodeBallistix Blog
A blog for viable solutions to general software problems. Conquer software tasks quickly, with precision. Take decisive action for with our expertise.
Using Python and Pillow to reduce an image's size on disk without sacrificing quality.
718 words·4 mins
naman
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
mrinank
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
mrinank
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
mrinank
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.
Markdown 101 - What is it?
1952 words·10 mins
mrinank
markdown
md
document
formatting
elements
plaintext
Learn about the lightweight markup language that you can use to add formatting elements to plaintext documents.
Markdown - Basic Usage
2405 words·12 mins
mrinank
markdown
md
document
headings
paragraph
blockquote
image
table
code
block
list
html
rule
horizontal
escape
escaping
characters
cheatsheet
examples
Learn about creating documents in the markdown markup language.