It’s finally happened, after years of complaining and told “it will never happen”, I got my darn switch statement! And honestly, calling it only a “switch” statement is really underselling it. It’s much more powerful than most people will ever use! You might have already heard...
Continue reading...python 3
Upload large files fast with Dropzone.js
I have previously covered how to upload large files with dropzone.js, but it didn’t allow for parallel chunk uploads. In this article we will go over that new addition, as well as several other improvements. Download the final executable or view github to see all the...
Continue reading...Let it Djan-go!
Do you know someone who hails from the strange land of Django development? Where there are code based settings files, is customary to use a ORM for all database calls, and classes reign supreme. It’s a dangerous place that sits perilously close to the Javalands. Most...
Continue reading...Paint, Paper, Panoramas, and Python
I’m an artist and a python developer, two things that rarely occupy the same worlds, let alone the same sentence. However, I have recently found a way to combine these two passions: Panoramas. My current smartphone takes excellent pictures. It does a great job at figuring...
Continue reading...Is the world ready for Python 3?
The trek from Python 2 to Python 3 has been drawn-out, arduous and fraught with perils. How close are our dear Knights developers to all reaching the long sought glory of Python 3? PIP Downloads Let’s first jump into what is being used the most currently....
Continue reading...