Тёмный
No video :(

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

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

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

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 59   
@sudheersen8227
@sudheersen8227 10 месяцев назад
I can't get such a Python class even if I pay lakhs of rupees, whoever agrees, like it. Thanks, ❤❤Guru Ji❤❤
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Thanks 🙏
@vineet_kumar555
@vineet_kumar555 11 дней назад
I think you are paid commenter😂😂😂
@praveenkumar-star
@praveenkumar-star 10 месяцев назад
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 10 месяцев назад
Day 5 done AV, one day closer to hero! Thank you for all the hard work looking forward to further learning.
@geethavenkat3345
@geethavenkat3345 10 месяцев назад
Thank you so much Abhishek garu. I am learning python series through your valuable explanation.
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
You are most welcome
@vback4238
@vback4238 10 месяцев назад
This is an excellent job if explanation.
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
😍
@ashwinichivate3905
@ashwinichivate3905 10 месяцев назад
gr8 explanation. completed CLA & env vars.Thanks.
@AbhishekVeeramalla
@AbhishekVeeramalla 9 месяцев назад
Great 👍
@gokulprasadthangavel2642
@gokulprasadthangavel2642 7 месяцев назад
Fantastic tutorial
@komalghule2215
@komalghule2215 10 месяцев назад
Thank you Abhishek
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Welcome
@dummymail6029
@dummymail6029 5 месяцев назад
great video thanks @abhishek :)
@rajendrabhadane1237
@rajendrabhadane1237 10 месяцев назад
I like your teaching
@pradeepchoudhary1358
@pradeepchoudhary1358 4 дня назад
Hi Abhishek, can you please add Day-05 notes to Git repo?
@reneshmlal2809
@reneshmlal2809 2 месяца назад
Thank You ❤
@_Sai_Lokesh
@_Sai_Lokesh 10 месяцев назад
Thank you bro ❤
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Welcome 😊
@BharathKumarReddy2103
@BharathKumarReddy2103 10 месяцев назад
❤❤❤
@sunkamvenkatesh1086
@sunkamvenkatesh1086 10 месяцев назад
❤❤❤❤
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
😍😍
@gurugubellisaikumar7983
@gurugubellisaikumar7983 10 месяцев назад
Nice sir
@nareshjiraa
@nareshjiraa 2 месяца назад
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?
@ramesh_kumar_verma
@ramesh_kumar_verma 10 месяцев назад
thankyou sir
@GODS__EYE
@GODS__EYE Месяц назад
hii Abhishek Can you Please start teaching go lang it will so helpful
@dilipkumar5401
@dilipkumar5401 2 дня назад
Regarding env variables.. You have typed password in terminal which is visible with history command.. Is it better way to pass sensitive info ? and it's not permanent on the terminal. Easily we can clear history... Other option might be pass env variables in hidden file or something else... please suggest
@VinodSalankey-v7v
@VinodSalankey-v7v 6 дней назад
Hei. .. Abhishek can you suggest a Platform where I can practice and write PYTHON Code. .. you're suggestion would be greatly appreciated
@hemavarma227
@hemavarma227 6 месяцев назад
day 5 notes not available . for command line args please update
@anisshaikh1134
@anisshaikh1134 9 месяцев назад
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 9 месяцев назад
Great job
@RamkiranSM
@RamkiranSM 9 месяцев назад
@@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 8 месяцев назад
@@RamkiranSM maybe you didn't pass any argument while you tried to run your program
@charithaallu8555
@charithaallu8555 8 месяцев назад
When injecting env variables using 'export' cmd locally for a CICD pipeline running on a remote resource, does the secret is still available?
@nagendradantam4117
@nagendradantam4117 10 месяцев назад
Hi Abhishek are you going to cover pandas also
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
No
@suryatejachatrathi5009
@suryatejachatrathi5009 5 месяцев назад
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 ?
@kodjoviamedimele3066
@kodjoviamedimele3066 10 месяцев назад
Thanks sir but it is actually day5 . Could you update the title
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Updated
@preethis8874
@preethis8874 10 месяцев назад
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 10 месяцев назад
Seperate .. that is a doubt clearing telegram group
@mahirrehman2013
@mahirrehman2013 Месяц назад
the sir readme file is empty could u pls update itt
@yashvanthbalaji359
@yashvanthbalaji359 10 месяцев назад
Hi Abhishek, I need to talk to you. Is it possible?
@SaiKumarSapa
@SaiKumarSapa 10 месяцев назад
Hi @abhishek where is Day6 video??
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Check now
@rcjerry
@rcjerry 10 месяцев назад
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 10 месяцев назад
🚀
@basker19moon
@basker19moon 5 месяцев назад
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)
@udaykumar-tb5kn
@udaykumar-tb5kn 10 месяцев назад
Abhishek, could you pls share me 6 to 7yrs resumes for devops pls
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Its there on our telegram channel. Take that
@praveenkumar-star
@praveenkumar-star 10 месяцев назад
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 10 месяцев назад
From 3yrs to 13 yrs experienced
@udaykumar-tb5kn
@udaykumar-tb5kn 10 месяцев назад
@@praveenkumar-star bro can you call me bro or give your no bro
@pratikshya18
@pratikshya18 8 месяцев назад
@@praveenkumar-star how to ping u
@adityarao9034
@adityarao9034 Месяц назад
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
Далее
The most important Python script I ever wrote
19:58
Просмотров 188 тыс.
Chelsea gym be like.. 😅⚽️
00:20
Просмотров 14 млн
Useful gadget for styling hair 💖🤩
00:20
Просмотров 1,4 млн
How to design a modern CI/CD Pipeline
9:59
Просмотров 120 тыс.
5 Useful F-String Tricks In Python
10:02
Просмотров 299 тыс.
All Python Syntax in 25 Minutes - Tutorial
24:59
Просмотров 36 тыс.
Chelsea gym be like.. 😅⚽️
00:20
Просмотров 14 млн