Tanuj .Developerpython-internal-talks.hashnode.dev·Oct 4, 2024Why Python is a Top Choice for DevelopersWhen we run code in Python, many things happen inside Python. Let's look at a sample. print("Hello Chai Sir") def chai(n): print(n) chai("Chai using python") Then, if we import it into another file, it looks like this: from hello_python import...Discussgernal programing
Akash Rastogiakashrastogi09.hashnode.dev·Jul 1, 2024Day-2 of DevOps Challenge: Mastering Basic Linux Commands for Efficient System ManagementHello dosto, welcome to Day-2 of my 90-day DevOps challenge! 🚀 Today, I'll share some basic Linux commands that are essential for managing and navigating your system 🖥️. ls 📁 - Lists a directory’s content pwd 📍 - Shows the current working direc...Discuss·29 readsgernal programing