Wednesday, October 01, 2025
Break Life

How to win against 2 Queens and Zero of your own! (Chess)

This is one of the funnest, most unusual games I’ve played on Chess Free app by AI Factory on my smartphone…the outcome was unexpected win by me being completely outscored. I’ve been playing this on level 5 for a while and maybe because I’m not an expert, I find it quite impressive at this level. […]

Read More
Coding Education STEM

Phone number formatting tips (Excel and Python)

For most people working with data for a significant amount of time, formatting raw data from different sources are both a reality and a pain. Today, I show different ways to format an un-formatted string that contains phone numbers using Python, and Excel. Our task is to format it (either for human-reporting, or consumption by […]

Read More
Coding Education STEM

Running code from within another code (Python)

Most of us who have done any programming know that virtually all languages allow you to execute another program from within a program. For example, you start your program, which may start another process (via calling Execute or the like) that’s a self-contained program by itself, resulting in another process or spawn another thread as […]

Read More
Back To Top