MrValdez's Blog

Reviving my personal website

Posted on April 16, 2026

It's been 8 years since I last posted.

This blog took so long to return that when I first made it, Django 2.0 just came out. I've now upgraded to Django 6.0.4... but I'm hoping to get this blog recreated in Air.

I've been busy. Also, that pandemic basically demotivated me to write. Opening the admin, I can see 10 draft posts including Part 2 of my PyGame series. Maybe I can get back to writing again.

Things that happened over the years:

  1. Boardgames
  2. More Python Conferences including outside the country
  3. Top …
[read more]
Categories: Personal

My anecdotes on why I think Python should be a beginner's first programming language

Posted on May 8, 2018

Disclaimer: I'm primarily a Python programmer, a board member of Python Philippines, and used Python before it became popular (I don't remember the exact version, but I encountered the language when it was introduced in Blender).

I started programming with Pascal, honed my skills on C and C++, and made commercial products with Visual Basic 6.0, PHP and Python.

Python is the programming language that I found the most fun to work with [1]. Over the years, I've written a lot of code. Based on pure experience, I can see the programming foundation a beginner will …

[read more]
Categories: Essays, Personal, Python, Teaching