Category: My another journey, Python


  • Setting Up Your Python Environment Before we jump into writing Python code, we need to make sure your environment is ready. Don’t worry — this part is quick. Step 1: Check if Python Is Installed Open your terminal (or Command Prompt on Windows) and type: or If Python is installed, you’ll see something similar to…

  • To the new journey I wrote my first line of code back in middle school. My first language was BASIC, followed closely by Pascal. That means my brain was permanently scarred—uh, I mean, shaped—by BASIC’s love affair with GOTO statements and its wonderfully “structured” spaghetti code. Thankfully, Pascal came to the rescue and taught me…