Quark's Outlines: Python Classes

Introduction to Python Classes Python classes are essential in modern programming, turning complicated code into organized and reusable structures. They allow you to create custom data types ...
0 Read More

Python: The Nim game

Python: The Nim game
Today we are going to look at a small algorithm exercise in python, through the game called the nim game. The rule This is a two-player game. We have n matches to start with (for example 10). ...
0 Read More

AWS re/Start

For the past 3 years, I have been experimenting with cloud computing with a heavy focus on AWS as the cloud provider, and initially, due to my frequent interaction with AWS I had planned to get certif...
0 Read More