patloeber.hashnode.devBuild a Media Analysis Dashboard with Python & CloudinaryIn this tutorial, we'll build a media library and content analysis dashboard with Python & Cloudinary. First, you'll learn how to work with the Cloudinary API to upload, store, and automatically tag images, and also how to retrieve images again and s...Dec 7, 2022·6 min read
patloeber.hashnode.devPython 3.11 is out - All important featuresPython 3.11 is out! Learn about all important changes in this article. You can also watch the video here: https://youtu.be/VZEgu1buycI Faster CPython It got faster! Python 3.11 is on average 25% faster than 3.10. Depending on your workload, the speed...Oct 25, 2022·4 min read
patloeber.hashnode.devBuild & Deploy a Fitness App that sends daily E-mailsIn this tutorial we build and deploy a fitness app that sends you new workouts per email every day using Python and HarperDB. In the end, we will have a deployed cloud database and a deployed function that runs every day and sends you a new workout! ...Jun 28, 2022·5 min read
patloeber.hashnode.devFile Organizing with Python: Rename, Move, Copy & Delete Files and FoldersPython is the perfect tool to automate file organization. In this article you will learn how to use Python to rename, move, copy, and delete files and folders. I also included an example script that cleans up your Desktop. If you prefer a video, you ...Jun 5, 2022·3 min read
patloeber.hashnode.devMy New Job as Developer Advocate!I'm incredibly excited to share that in February 2022, I joined AssemblyAI full-time as a Developer Advocate! About AssemblyAI AssemblyAI is a Deep Learning startup focused on a state-of-the-art Speech-To-Text API and additional Audio Intelligence fe...Feb 18, 2022·3 min read