me@michellealzoladesign.com

Mon - Fri: 8AM - 5PM MDT

Showing: 31 - 38 of 38 RESULTS

Python’s Pickling and Unpickling

Pickling is an object serialization in Python. Serializing an object means that the object is converted to byte streams and saved to a file that can be retrieved later. Below is a screenshot of my solution for Chapter 9’s exercise number 8 from Starting Out with Python, 5th Edition by …

Matplotlib Exercise: Most Frequent Characters in a Word

This exercise was from the book: Starting Out with Python, 5th Edition by Tony Gaddis. The original solution does not require a matplotlib but I added the module to chart the characters and the times they appeared in the word entered by a user. All data are dynamically generated based …

Creating a WordPress Theme from Scratch Using Laragon Part 1

Introduction Hi! Before diving in, I invite you to click this link. It will take you to the page that shows the number of times WordPress has been downloaded. This number is an opportunity for developers and designers to create WordPress themes and help users (about 97 Million users at …