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 …
Python’s Pickling and Unpickling
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 …
Python Matplotlib Exercises
Hi! Below are my solutions to some of Chapter 7 Exercises of the book, Starting Out with Python 5th Edition by Tony Gaddis. Rainfall Statistics: Expenses: 1994 Weekly Gas Graph: You may see the code on GitHub.
Python Game: Hit the Target using Turtle Graphics
Hello again! Below you will find a short video of the exercise in Chapter 3 of Starting Out with Python, 5th Edition by Tony Gaddis. I added the following features to it: Below is the operation. See the code in GitHub.
Django: Online Ordering and Payment for 7th String Cakes and Coffee
This e-Commerce Site was made with the following technologies: It includes the following features: See the site in action below: See the code on GitHub: 7th String Cakes and Coffee
Django: Blog Site for Tuning Pegs
This Blog Site was made with the following technologies: It includes the following features: See the site in action below: You may see my code in my GitHub repo here.