Thursday, August 22, 2024

Demonstration Coding: Python Coding Shopping Cart (Simple Problem Solving - 2)

Problem solving illustration.

    Hello, everyone! Good evening. Today, we'll tackle another coding problem. We'll delve into creating classes, inheritance, instances, dictionary looping, and more. This will test our foundational Python programming skills. Let’s get started!

Demonstration Coding: Python Coding (Simple Problem Solving - 1)

Illustration of Python problem solving.

    Hello there! Good evening. Today, I’ve got a little bit of Python code to share with you. It's all about problem-solving! Honestly, I sometimes doubt my readiness for coding interviews—failure is always a possibility if I don’t try first, right? So, before that happens, I’ve decided to take some time to practice, even with the simplest of tests. Yes, we’re talking about problem-solving exercises. Let’s dive into the code!

Sunday, August 11, 2024

Demonstration Coding: Python sys.argv[]

Python3 sys.argv[]

      Hello there! Welcome to my blog, and good evening to all good people. Today, I want to share something exciting about Python: the sys.argv list. This list is incredibly useful for capturing command-line arguments passed to a Python script, allowing you to use them directly within your program.

Tuesday, August 6, 2024

Linux OS: Secure Shell (SSH)

SSH ASCII art.

    Hello everyone! Welcome to my blog, and good evening to all! Today, I want to share an article about using SSH to connect to a server or another computer. I often need this to connect to my phone, which acts as a mobile server for storing and retrieving files, as well as transferring data between my laptop and phone. Other people may also find it useful to connect from one laptop to another PC, laptop, or server. Let’s dive in!