Uncategorized

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 »

How I Accept Credit Card Payments on My Local Business Website | PHP Stripe Integration Tutorial

I’d like to share how I use Stripe to process credit card payments for restaurant pick-up orders. After the customers select their items, I send them to Stripe’s payment page to finish checkout. After they complete their payment, Stripe sends them back to my site to confirm the order. In this video, we’ll focus on …

How I Accept Credit Card Payments on My Local Business Website | PHP Stripe Integration Tutorial Read More »

Scroll to Top