Transferring files to Windows through Python's SimpleHTTPServer
Created: 2020-03-06, Modified: 2020-01-13
Using SimpleHTTPServer to transfer files to Windows without a file-share or SCP
Python Ceph Examples
Created: 2020-02-03, Modified: 2020-02-03
Some examples of using Ceph from Python with the rbd library
AWS CodeBuild CICD - Deploy to Lambda
Created: 2020-01-27, Modified: 2020-01-27
Testing and automatically deploying lambda functions using CodeBuild
Authenticating with AWS IAM in AWS API Gateway
Created: 2020-01-21, Modified: 2020-01-21
Enabling IAM authentication on API Gateway and building a client
Create & Terminate EC2 Instances from Python
Created: 2020-01-09, Modified: 2020-01-09
Creating and destroying VMs on EC2 from Python
IAM Auth for Lambda
Created: 2020-01-09, Modified: 2020-01-09
Authenticating specific Lambda functions for use from Python
Google Cloud Firestore Basics - Python
Created: 2019-10-14, Modified: 2019-10-14
Reading and writing Firestore entries from local python, and some comparisons with Datastore
Using AWS S3 from Python
Created: 2019-09-26, Modified: 2019-09-26
Saving and reading files from S3 using python and a dedicated IAM user.
Upload a Python Package to PyPi
Created: 2019-09-06, Modified: 2019-10-2
Sharing a custom python package on PyPi so it can be pulled with pip
Working with JSON SQL values in Python
Created: 2019-09-05, Modified: 2019-09-05
Using raw SQL queries to manage JSON values in databases
Python Reference Page
Created: 2019-09-04, Modified: 2019-09-26
Useful code patterns, notes, and ideas about python code