by johnmark | Aug 18, 2022 | certificate, exam, python
I just want to share a few tips on how I passed the PCEP Python exam. Course from ACloudGuru Before I took the exam, I enrolled in the ACG course Certified Entry-Level Python Programmer Certification. At the start, it was kind of boring. It feels like all just basic...
by johnmark | Aug 3, 2022 | coding, python
Basic python recognition using face_recognition library. Below you can find a few simple examples of face_recognition library. Requirements: dlibcmake Follow this guide to install those (for Windows...
by johnmark | Mar 28, 2022 | coding, gcp, python
This article will guide us on how to interact with our Google Cloud Platform account using Python code. Our goal here is to get the instance’s data like its name, internal IP, and status. Overview: Setup local python environmentInstall the Google API Python...
by johnmark | Mar 25, 2022 | gcp, python
Get all GCP instance data like name, status, internal IP.Update GCP Cloud DNS (delete and add from Instances)Python + GKE – Get the pods! Get all GCP instance data like name, status, internal IP. # Credentials from specific GCP SA import os...