Santosh Yadavsant13.hashnode.dev·Dec 11, 2023python project for fact ip address⚡️what we use in python to fact ip is a module called socket import socket next use inside method computer_name = socket.gethostname() next create a one more getip variable to fact a ip form hostanme getip= socket.gethostbyname(computer_name) then use ...Discuss·1 likesant
Jayachandra Mm7jay.hashnode.dev·Nov 18, 2023Settings up Macbook M3 Pro for Backend DevelopmentInstall homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/[username]/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)" Instal...Discussm3
Allister Mugaisiblog.loveapple.store·May 17, 2023Maximizing Your MacBook Potential: A Developer's Journey Towards Optimal EfficiencyIf you've recently purchased a new MacBook for development, you may be wondering how to unlock its full potential and increase your efficiency. Investing in a new Macbook is just the beginning of your journey toward a more efficient and productive de...Discuss·29 readsMacBook Pro