The Task Today we’re going to learn how to use PyMongo with MongoDB Atlas. PyMongo is a Python MongoDB database controller package. This package allows us to control any MongoDB database without the need for a Node.js back-end. It’s very simple to use and even integrate into Flask if you’d like to build a back-endContinue reading “How to Use PyMongo with MongoDB Atlas”
Google Analytics Reporting API v4 and Python
The Task Most Google API docs are difficult to follow, especially the Google Analytics API docs. One of the most challenging aspects of the Google Analytics 3 (Universal Analytics) Reporting API v4 I’ve encountered is the overall lack of applicable documentation. Most of the API docs provide examples that use OAuth 2.0 through a sign-in.Continue reading “Google Analytics Reporting API v4 and Python”