Humberto A Sanchez II

Humberto A Sanchez II @hasii2011

About: I love Python, Pygame, wxPython, and Arcade

Location:
Omaha
Joined:
Oct 13, 2019

Humberto A Sanchez II
articles - 10 total

Towards Effortless Python Configuration Files Version 3

Introduction This is the final article in this series. This implemenation seeks to fix...

Learn More 0 0Nov 26 '24

Towards Effortless Python Configuration Files Version 2

Introduction In the previous article, we managed to create a simulated property dataclass...

Learn More 0 0Nov 26 '24

Towards Effortless Python Configuration Files Version 1

Introduction As noted in the previous article the simplistic version is rife with problems...

Learn More 0 0Nov 26 '24

Towards Effortless Python Configuration Files Version Ø

Introduction We write many Python applications that require customization via external...

Learn More 0 0Nov 26 '24

Python Project Creation on Mac OS X

Introduction PyFabricate is a Mac OS X application that simplifies the creation of Python...

Learn More 0 1Oct 16 '24

Signing Git Commits on Mac OS via SmartGit

Introduction Between this article and this article, I figured out how to sign my GitHub...

Learn More 0 0Sep 9 '24

Prototype to Maintainable Code

Introduction The impetus for this post is that I noticed that my approach to writing...

Learn More 0 0Jun 20 '22

What is an Object Model

Introduction What is an object model? This document explores this medium to complex compu...

Learn More 1 0Apr 18 '21

Refactoring -- An Example

Introduction What is refactoring? Why would a developer need to do a refactor? How do I r...

Learn More 2 0Jan 12 '21

What I am looking forward to in Python 3.9

Strings get removeprefix() and removesuffix() New ways to merge or update dicts with the '|' (merge)...

Learn More 2 0Aug 26 '20