Farama Gymnasium Windows Install – How to Resolve ERROR: Failed building wheels for box2d-py

Farama Gymnasium (formerly OpenAI Gym) is a standard API for reinforcement learning, and a diverse collection of reference environments. It is not officially supported on Windows, so installation could be troublesome. One common problem occurs during the Box2D package installation. You may see errors such as these: ERROR: Failed building wheels for box2d-pyERROR: Command swig.exe …

Farama Gymnasium Windows Install – How to Resolve ERROR: Failed building wheels for box2d-py Read More »

Python Selenium Learning Series for Beginner-Intermediate Developers

Table of contents 1. Selenium Python Install 2. Selenium Python Web Scraping Tutorial 3. Selenium Python Click Exception Resolution 4. Selenium Python with ChatGPT 1. How to Install Selenium Python into a Virtual Environment (venv) and setup VSCode / ChromeDriver This video tutorial shows how to: With the above steps complete, we are prepared for …

Python Selenium Learning Series for Beginner-Intermediate Developers Read More »

Power BI – Apply/Reuse the same transformation steps to another table

In the quick tutorial video below, I have 2 CSV (comma-separated values) files with identical formats. I loaded the first CSV file into Power BI, opened the Power Query editor, and applied a bunch of transformations (not important what those steps are). Now, I want to apply the exact same steps to the second CSV …

Power BI – Apply/Reuse the same transformation steps to another table Read More »

Lenovo (Yoga) Slim 7 Pro X (2022)- Personal Experience Review After 100 Days of Use

After 100 days, I decided to keep the Lenovo Slim 7 Pro X (14ARH7), aka Lenovo (Yoga) Slim 7 Pro X in other regions of the world. I bought it during holiday time (November 2022) and Lenovo allowed returns all the way thru January 2023, so the opportunity to return it was there. However, I …

Lenovo (Yoga) Slim 7 Pro X (2022)- Personal Experience Review After 100 Days of Use Read More »

All the Git You Need for a Team of One | Using 100% VSCode & Github | No Git Commands to Memorize

This beginner tutorial uses Git, VSCode, and GitHub to back up our source code, maintain revision history, and manage releases. Git is a powerful source code management tool and there are many different ways to use it, so things can get messy or confusing really quickly. When working on projects where I am a team …

All the Git You Need for a Team of One | Using 100% VSCode & Github | No Git Commands to Memorize Read More »

Scroll to Top