The Tello drone is an inexpensive programmable to with image stabilization and a vision positioning system.
Category Archives: Python
Playing with Boto in AWS
In this post we’ll go over a few common commands for interacting with AWS S3 and SQS using Python Boto. These were pulled from the pages of my Jupiter notebook and have been valuable in jump stating new projects. Lets start with an example for listing all S3 buckets: In this example we’ll again list …
dpi Aware tkinter
To make your Windows 10 tkinter applications have a pleasant look and feel when running in that environment you’ll have to enable DPI aware, here’s how: This was a short how-to, but hopefully helpful. We look forward to enriching the content with useful examples. 16 Dec 2019 – HowTo make SoapUI 5.2.1 DPI Aware Not …