Category: programming

automation python programming

How to Automate Your Emails With Python

Automating daily tasks with Python is easy. With a combination of APIs and easy-to-understand libraries, you can easily set up systems that scrape websites, send emails, and manage data and analytics. One very common task you’ll need to automate in the corporate world is the ability to scrape public government data. This usually comes from…
Read more


May 16, 2020 0
healthcare analytics

Using BigQuery And SaturnCloud To Analyze Medical Data

Today we wanted to use discuss using cloud tools that are available to everyone to analyze a medical data set. In particular will be using the Kaggle data set for medicare providers. This has information on diagnosis related groups average costs, hospital locations and interesting facts about providers and their service quality. These data sets…
Read more


September 17, 2019 0
python consulting analytics

Building Your First Website With Flask — Part 2

HTML templates, page links, and CSS We recently wrote an intro to develop your first website using Flask. In the first part of this series, we provided guides to creating your first Flask program: “Hello World!”, and getting external input into your websites. Going forward, this second part of the series will guide us through the…
Read more


August 29, 2019 0
automating services

4 Simple Python Ideas to Automate Your Workflow

Automation. It’s supposed to remove work. So, why not help it along? Truth be told, automating even simple tasks robustly takes time and a lot of dependency management which can become very complex. Nevertheless, it can be very rewarding to automate some simple tasks. Even if it was more for fun. For those that are Python fans…
Read more


August 9, 2019 0