<?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/test/</link><description>Recent content in Python on Mwongera Evans</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Wed, 24 May 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://mwongera.online/test/index.xml" rel="self" type="application/rss+xml"/><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>