Тёмный

Day-5 | Command Line Args & Env Vars | Most Simple Explanation  

Abhishek.Veeramalla
Подписаться 310 тыс.
Просмотров 21 тыс.
50% 1

Support my work
www.buymeacoffee.com/abhishekprd Hi Everyone, My Name is Abhishek and my channel is focused on delivering Free content on DevOps and Cloud. Follow my channel for practical learning of DevOps and Cloud. Don't miss the FREE DEVOPS, AWS and TERRAFORM PLAYLISTS.
Doubts Clearing
Group
www.youtube.com/@AbhishekVeer...
Instagram: / abhishekveeramalla_off...
GitHub Repo for this Course
github.com/iam-veeramalla/pyt...
Public Telegram Channel For Notes and Updates
t.me/abhishekveeramalla
About me:
========
LinkedIn: / abhishek-veeramalla-77...
GitHub: github.com/iam-veeramalla
Medium: / abhishekveeramalla-av
#devops #futureofdevops #kubernetes #sre #aws #azure
DEVOPS FAQ
DEVOPS
WHAT IS DEVOPS ?
WHY DEVOPS ?
HOW TO LEARN DEVOPS ?
LEARN DEVOPS IN 60 DAYS ?
NON IT TO IT BACKGROUND ?
IS DEVOPS EASY TO LEARN ?
BEST DEVOPS COURSE
FREE DEVOPS COURSE
#AbhishekVeeramalla
BEST DEVOPS VIDEOS
DEVOPS INTERVIEW QUESTIONS
EASY DEVOPS VIDEOS
BEST WAY TO LEARN DEVOPS
PYTHON FOR DEVOPS
PYTHON PROJECTS FOR DEVOPS
LEARN PYTHON
PYTHON PROJECTS FOR AWS
AWS PYTHON PROJECTS
AWS LAMBDA FUNCTIONS
WHAT IS GITOPS ?
WHY GITOPS ?
LEARN GITOPS ?
GITOPS FREE COURSE
What is AWS ?
LEARN AWS FOR FREE
AWS COURSE
AWS COURSE FOR DEVOPS
AWS CLI Deep Dive
Python
Learn Python from Basics
Python course
Simple Python Course
Python with examples
Python for DevOps .
.
Disclaimer: Unauthorized copying, reproduction, or distribution of this video content, in whole or in part, is strictly prohibited. Any attempt to upload, share, or use this content for commercial or non-commercial purposes without explicit permission from the owner will be subject to legal action. All rights reserved.

Развлечения

Опубликовано:

 

17 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@sudheersen8227
@sudheersen8227 8 месяцев назад
I can't get such a Python class even if I pay lakhs of rupees, whoever agrees, like it. Thanks, ❤❤Guru Ji❤❤
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
Thanks 🙏
@praveenkumar-star
@praveenkumar-star 8 месяцев назад
Today ...i was scrolling RU-vid for Abhishek guruji video upload .....finally ....he uploaded ....Anyone who is eagerly waiting for the classes...like me ❤❤❤....hats off to you sir
@PringleProject
@PringleProject 8 месяцев назад
Day 5 done AV, one day closer to hero! Thank you for all the hard work looking forward to further learning.
@ashwinichivate3905
@ashwinichivate3905 8 месяцев назад
gr8 explanation. completed CLA & env vars.Thanks.
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
Great 👍
@geethavenkat3345
@geethavenkat3345 8 месяцев назад
Thank you so much Abhishek garu. I am learning python series through your valuable explanation.
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
You are most welcome
@vback4238
@vback4238 8 месяцев назад
This is an excellent job if explanation.
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
😍
@gokulprasadthangavel2642
@gokulprasadthangavel2642 6 месяцев назад
Fantastic tutorial
@dummymail6029
@dummymail6029 3 месяца назад
great video thanks @abhishek :)
@rajendrabhadane1237
@rajendrabhadane1237 8 месяцев назад
I like your teaching
@komalghule2215
@komalghule2215 8 месяцев назад
Thank you Abhishek
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
Welcome
@reneshmlal2809
@reneshmlal2809 Месяц назад
Thank You ❤
@ramesh_kumar_verma
@ramesh_kumar_verma 8 месяцев назад
thankyou sir
@_Sai_Lokesh
@_Sai_Lokesh 8 месяцев назад
Thank you bro ❤
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
Welcome 😊
@hemavarma227
@hemavarma227 4 месяца назад
day 5 notes not available . for command line args please update
@charithaallu8555
@charithaallu8555 7 месяцев назад
When injecting env variables using 'export' cmd locally for a CICD pipeline running on a remote resource, does the secret is still available?
@gurugubellisaikumar7983
@gurugubellisaikumar7983 8 месяцев назад
Nice sir
@BharathKumarReddy2103
@BharathKumarReddy2103 8 месяцев назад
❤❤❤
@nareshjiraa
@nareshjiraa 17 дней назад
Hi Abhishek, Awesome video. what is the life time of this environmental variable? I think this will be limited to that terminal session only right?If we close the session, wont work right?
@GODS__EYE
@GODS__EYE 9 дней назад
hii Abhishek Can you Please start teaching go lang it will so helpful
@sunkamvenkatesh1086
@sunkamvenkatesh1086 8 месяцев назад
❤❤❤❤
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
😍😍
@suryatejachatrathi5009
@suryatejachatrathi5009 4 месяца назад
If we've 100+ passwords, we can't run the export commands 100times right ? and also the passwords vary from env to env, means dev,test,pre-prod,prod each env have different different password and we're running pipelines on Azure DevOps(Microsoft-hosted Agents)...in that case what's the efficient approach ?
@nagendradantam4117
@nagendradantam4117 8 месяцев назад
Hi Abhishek are you going to cover pandas also
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
No
@anisshaikh1134
@anisshaikh1134 7 месяцев назад
assignment which is given by you the code is import sys def addition(num1, num2): add = num1 + num2 return add def sub(num1, num2): s = num1 - num2 return s def mul(num1, num2): m = num1 * num2 return m num1 = float(sys.argv[1]) operation = sys.argv[2] num2 = float(sys.argv[3]) if operation == "add": output = addition(num1, num2) elif operation == "sub": output = sub(num1, num2) elif operation == "mul": output = mul(num1, num2) else: print("Invalid operation") print(output)
@AbhishekVeeramalla
@AbhishekVeeramalla 7 месяцев назад
Great job
@RamkiranSM
@RamkiranSM 7 месяцев назад
@@AbhishekVeeramalla line 15, in num1 = float(sys.argv[1]) ~~~~~~~~^^^ IndexError: list index out of range...i'm getting the above error ..help me out..
@pardiumdhankhar
@pardiumdhankhar 6 месяцев назад
@@RamkiranSM maybe you didn't pass any argument while you tried to run your program
@mahirrehman2013
@mahirrehman2013 11 дней назад
the sir readme file is empty could u pls update itt
@kodjoviamedimele3066
@kodjoviamedimele3066 8 месяцев назад
Thanks sir but it is actually day5 . Could you update the title
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
Updated
@preethis8874
@preethis8874 8 месяцев назад
In 199/month will we get access to same public telegram channel in about section along with badges or any separate telegram channel.
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
Seperate .. that is a doubt clearing telegram group
@yashvanthbalaji359
@yashvanthbalaji359 8 месяцев назад
Hi Abhishek, I need to talk to you. Is it possible?
@SaiKumarSapa
@SaiKumarSapa 8 месяцев назад
Hi @abhishek where is Day6 video??
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
Check now
@basker19moon
@basker19moon 4 месяца назад
import sys def add(num1, num2): add = num1 + num2 return add def sub(num1, num2): if num1 > num2: sub = num1 - num2 return sub else: sub = num2 - num1 return sub def mult(num1, num2): mult = num1 * num2 return mult def dev(num1, num2): dev = num1/num2 return dev num1 = int(sys.argv[1]) operation = sys.argv[2] num2 = int(sys.argv[3]) if operation == "add": output = add(num1, num2) print(output) elif operation == "sub": output = sub(num1, num2) print(output) elif operation == "mult": output = mult(num1, num2) print(output) else: output = dev(num1, num2) print(output)
@rcjerry
@rcjerry 8 месяцев назад
thank you bro! import sys #to import the sys module def add(num1, num2): add = num1 + num2 return add def sub(num1, num2): sub = num1 - num2 return sub def mul(num1, num2): multi = num1 * num2 return multi def div(num1, num2): div = num1 / num2 return div num1 = float(sys.argv[1]) #to read command line argument of num1 operation = sys.argv[2] num2 = float(sys.argv[3]) #to read command line argument of num2 if operation == "add": output = add(num1, num2) print(output) if operation == "mul": output = mul(num1,num2) print(output) if operation == "sub": output = sub(num1,num2) print(output) if operation == "div": output = div(num1,num2) print(output)
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
🚀
@udaykumar-tb5kn
@udaykumar-tb5kn 8 месяцев назад
Abhishek, could you pls share me 6 to 7yrs resumes for devops pls
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
Its there on our telegram channel. Take that
@praveenkumar-star
@praveenkumar-star 8 месяцев назад
Brother I have a 100 resumes specially for devops experienced engineer with projects added and everything is added ......ping me if u want
@praveenkumar-star
@praveenkumar-star 8 месяцев назад
From 3yrs to 13 yrs experienced
@udaykumar-tb5kn
@udaykumar-tb5kn 8 месяцев назад
@@praveenkumar-star bro can you call me bro or give your no bro
@pratikshya18
@pratikshya18 6 месяцев назад
@@praveenkumar-star how to ping u
@adityarao9034
@adityarao9034 7 дней назад
Hi Abhishek!! Even after deleting environment variable it reappears everytime when the program rerun... I am not setting it inside the program and i am testing finding env var after deletion it shows false, it means deletion is successful. Then why it reappears after rerun of program @abhishek.veeramalla
Далее
Кто поёт хит Буратино🤔
0:11
Просмотров 121 тыс.
Кто сделал Катар богатым? #shorts
0:59
Miyagi & Andy panda - minor (пародия Beatrise)
0:30
Будет весело…
1:01
Просмотров 7 млн
Будет весело…
1:01
Просмотров 7 млн