<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on Mwongera Evans</title><link>https://mwongera.online/tags/python/</link><description>Recent content in Python on Mwongera Evans</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sat, 20 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://mwongera.online/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Scaling BigQuery Pipelines: End-to-End Governance Inside VPC Service Controls</title><link>https://mwongera.online/cloud/google/posts/bigquery-vpc-sc/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><guid>https://mwongera.online/cloud/google/posts/bigquery-vpc-sc/</guid><description>For enterprise-grade data platforms, the analytical power of BigQuery is unparalleled. However, its immense utility also presents a significant attack surface for data exfiltration if not rigorously secured. While Identity and Access Management (IAM) controls access based on identity and network firewalls manage traffic at the packet level, a critical layer of defense is often overlooked: the API-level perimeter. This article details the implementation of Google Cloud's VPC Service Controls (VPC SC) to establish an impenetrable security boundary around your BigQuery pipelines, safeguarding sensitive data from exfiltration and ensuring stringent compliance.</description></item><item><title>How to setup a python virtual environment on windows 11</title><link>https://mwongera.online/test/backend/posts/2022-05-14-python-test/</link><pubDate>Wed, 24 May 2023 00:00:00 +0000</pubDate><guid>https://mwongera.online/test/backend/posts/2022-05-14-python-test/</guid><description>A virtual environment, or venv, is a Python module that creates a unique environment for each task or project. It installs the necessary packages specific to that setting while neatly organizing your projects.
Venv never modifies the system’s default Python versions or system modules. Using it allows a unique working environment to avoid disruptions to other Python variants existing but unrelated to your project.
1. Prerequisites I recommend enabling the Windows Subsystem for Linux (WSL) to take full advantage of all the functionality of venv on Windows 10.</description></item><item><title>Python test</title><link>https://mwongera.online/test/frontend/posts/2022-05-14-python-test/</link><pubDate>Sat, 14 May 2022 00:00:00 +0000</pubDate><guid>https://mwongera.online/test/frontend/posts/2022-05-14-python-test/</guid><description>Since 2019, the raging COVID-19 epidemic has claimed the lives of many people and forced many countries to take measures to blockade and isolate. Exercising at home is becoming a new way to improve people's health and protect them from the Corona virus. Many people responded to the 30-day push-ups challenge with the hashtag #pushupchallenge on social networks as a way to encourage each other to take some physical activities. My team has designed and built a desktop app that can analyze and count the number of pushups.</description></item></channel></rss>