Skip to content

Code Calamity

Hodgepodges from a coder's mind

  • Posts
  • Projects
  • Guides
  • Contributors
  • About

Discover AWS State Machines using Python Lambdas for an ETL process

Posted on July 30, 2018 by Chris Griffith Coding Tutorial 0

Step Functions, State Machines, and Lambdas oh my! AWS has really been expanding what you can do without needing to actually stand up any servers. I’m going to walk through a very basic example of how to get going with your own Python code to create an...

Share this:

  • Reddit
  • Twitter
  • Facebook
  • Email
Continue reading...

Uploading large files by chunking – featuring Python Flask and Dropzone.js

Posted on May 31, 2018 by Chris Griffith Coding Tutorial 9

It can be a real pain to upload huge files. Many services limit their upload sizes to a few megabytes, and you don’t want a single connection open forever either. The super simple way to get around that is simply send the file in lots of...

Share this:

  • Reddit
  • Twitter
  • Facebook
  • Email
Continue reading...

Interprocess Communications

Posted on March 21, 2018 by Chris Griffith Coding Overview 0

Dealing with communications across programs, processes or even threads can be a real pain in the patella. Each situation usually calls for something slightly different and has to work with a limited set of options. On top of that, a lot of tutorials I see are people...

Share this:

  • Reddit
  • Twitter
  • Facebook
  • Email
Continue reading...

ThreadPools explained – In the deep end

Posted on December 18, 2017 by Chris Griffith Coding Overview 1

Thread and Multiprocessing Pools are an underused feature of Python. In my opinion, they are the easiest way to dip your feet into concurrency, and yet still the method I use most often. They allow you to easily offload CPU or I/O bound tasks to a...

Share this:

  • Reddit
  • Twitter
  • Facebook
  • Email
Continue reading...

The Birthday Paradox – The Proof is in the Python

Posted on October 18, 2017 by Chris Griffith Coding Overview 1

This month is my wife’s, mother’s and my own birthday, all within a span of nine days. What are the odds of that? No idea, I’m no statistician. However, as a developer, I thought it would be fun to prove (or disprove?) the Birthday Paradox with...

Share this:

  • Reddit
  • Twitter
  • Facebook
  • Email
Continue reading...
Page 8 of 12« First«...678910...»Last »

A home for professional coders’ articles, opinions and ideas.

Search

Recent Posts

  • Movies that need a 4K HDR disc release
  • Dynamic HLS Encryption for Video Streaming
  • 2022 – Year of the Linux Gaming Desktop?
  • Make 2022 a more stable year, use ECC Memory
  • Cartoon or Photo? – Image detection with Python
  • Hardware Encoding 4K HDR10 Videos?
  • Raspberry Pi Hardware Encoding Speed Test

Categories

Tags

amazon amd basic box chunk chunking code coding DASH decorators dropzone dropzone.js encoding exceptions ffmpeg file upload h264 hardware hdr hdr10 hevc HLS learning logging matplotlib multiprocessing nas overview pi python python 3 raspberry raspberry pi raspberrypi reusables server subprocess threading tutorial upload video vmaf wrappers x264 x265
  • RSS - Posts
  • RSS - Comments

Code Calamity © 2022. All Rights Reserved.

Powered by WordPress. Theme by Alx.

 

Loading Comments...