Hello Venkateswarlu. Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other python videos by Durga sir in the following link goo.gl/EapLMr
I have 2+ years of experience in non technical role..in MNC company.. I completed python.. But don't know realtime experience in developer role.. If u r python web developer pls help me and give ur suggestion to know realtime work
Hello Anurag. Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other Python videos by Durga sir in the following link goo.gl/EapLMr
Hello bhavan , Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other python videos by Durga sir in the following link ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
Actually, in this star pattern example, the first for loop is used to take the new line and second for loop is actually printing the stars. And this formula is used everywhere in the stars pattern kind of programs that's why we usually see extra print() statement at the end of the code, this is for the 1st for loop only.
Hello Shiwani. Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Sir we are able to understand python easily because of you thank you can we get the pdf of this from you so that we will also get the notes of your teachings
Hello Kumar , Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other python videos by Durga sir in the following link ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
Hello Jayantha Kumar, Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other python videos by Durga sir in the following link ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
Hello Ashish, Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212428/27
Hello syamala, Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other python videos by Durga sir in the following link ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
@@kalpanaallampati5661 hii .. I have 2+ years of experience in non technical role..in MNC company.. I completed python.. But don't know realtime experience in developer role.. If u r python web developer pls help me to know realtime work.
hii .. I have 2+ years of experience in non technical role..in MNC company.. I completed python.. But don't know realtime experience in developer role.. If u r python web developer pls help me to know realtime work.
Hello Ajay. Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos. For Python Materials, Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28
Hi Sir, Thankyou so much for wonderful classes but after class-23 some classes are missing in between could you upload those videos as well it will help everyone a lot.
Hello Abilash. Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Hello santosh patel , Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other python videos by Durga sir in the following link ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
Hi,Sir Thank you for the videos.. You explained while loop concept with the below example.... name=" " while name!="durga": name=raw_input("enter name:") print("hello ,durga thanks for confirmation") How can we write the above scenario using "if condition"...if name is not durga again it should ask for "enter name".. Thanks in Advance
It can be written as follows, name=' ' name=input('Enter your username: ') while name!='Durga': print('Please enter correct username') name=input('Enter username again :') if name=='Durga': break print('Hey',name,'you have logged in successfully') Watch the indentations and this is one of the ways,it can be done! 👍
i=1 name=input('enter the name:') password=input('enter your password:') while i!=0: if(name=='durga' and password=='python'): print('hello durga confirmation is successful') i=0 else: print('your information is wrong again print') name=input('enter the name:') password=input('enter your password:')
Hello Pankaj. For Python material, Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Hello Thiru. For Python all videos, Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Hi Durga Sir, The output of your program is incorrect. The program which you have explained for While loop is n = int(input("Enter the Number")) sum = 0 i = 1 while i
Hello Arvind. Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos. For Python document, Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28
Hello katthik, Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other python videos by Durga sir in the following link ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
I have 2+ years of experience in non technical role..in MNC company.. I completed python.. But don't know realtime experience in developer role.. If u r python web developer pls help me and give ur suggestion to know realtime work
Hello Suvarna. For Python Material, Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Hello Raj. Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other Python videos by Durga sir in the following link goo.gl/EapLMr
name=input('Enter the name:') psw=input('Enter the Password:') while name!='durga' and psw!='python': name=input('Enter the name again:') psw=input('Enter the Password again:') print("Thanks for the conformation.........") sir in jupyter it is giving correct out put..............Can u check this my program in jupyter.........
name ='' pwd ='' while name!='saikrishna' and pwd!='python': name=input("enter your name:") pwd=input("enter password:") print("wrong credentials entered!") print("you are welcome#")
sir ,you told that there is no charcter data type in your previous session video and also told that only string data type is available in python.But when i run this code >>> num=97 >>> ch=chr(num) >>> print(ch) i got the output as 'a'.how could this possible?pls clarify this doubt.
Hello Praneeth. For Patterns videos, Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Hello Akash , Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other python videos by Durga sir in the following link goo.gl/EapLMr
may i know what is the wrong {183}> /usr/bin/python nestedfor.py File "nestedfor.py", line 4 print('*',end='') ^ SyntaxError: invalid syntax e{184}> cat nestedfor.py n=int(input("enter number")) for i in range(n): for j in range(n): print('*',end='') print()
Hello Naman. For Python missing videos, Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28
Hello Prince, Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other python videos by Durga sir in the following link ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
Hello jaipal naidu, Thanks for your valuable feedback . We will upload soon oop videos... It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other python videos by Durga sir in the following link ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
Sir..way of your teaching is beautiful..easy to understand..could u plzz give some excercises
Doing a great job sir I am new to programming after i have seen your videos am getting good knowledge about Python..
Hello Venkateswarlu.
Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other python videos by Durga sir in the following link
goo.gl/EapLMr
I have 2+ years of experience in non technical role..in MNC company..
I completed python..
But don't know realtime experience in developer role..
If u r python web developer pls help me and give ur suggestion to know realtime work
n=int(input('Enter the number'))
for i in range(0,n):
n=i+1
print('*'*n)
Very nice series, each and every thing is explained in elaborative manner, Thank you so much
Hello Anurag.
Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other Python videos by Durga sir in the following link
goo.gl/EapLMr
you are really great "Sir" you give all answer before rise any doubt i am learning core java form your videos ..
Hello bhavan ,
Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other python videos by Durga sir in the following link
ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
Hii
Actually, in this star pattern example, the first for loop is used to take the new line and second for loop is actually printing the stars. And this formula is used everywhere in the stars pattern kind of programs that's why we usually see extra print() statement at the end of the code, this is for the 1st for loop only.
Hello Rajnish.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
@@DurgaSoftwareSolutions sure Durga sir
Good for me, thanks durga sir your lecture is very helpful for learning python programming language
Sir plese can you provide notes....
Hello Shiwani.
Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Sir we are able to understand python easily because of you thank you can we get the pdf of this from you so that we will also get the notes of your teachings
Awesome and amazing....no more words for describe.
Salute Sir
Hello Kumar ,
Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other python videos by Durga sir in the following link
ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
n=int(input('enter the number of rows:'))
For i in range(n,0,-1):
Print("*"*i)
thanks for uploading this amazing Python series...
Hello Jayantha Kumar,
Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other python videos by Durga sir in the following link
ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
instablaster...
Nice python learning series Thank u so much......
Hello Ashish,
Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212428/27
at 40min: with single for loop
for i in range (1,6):
print ("*"*i)
Super sir I will follow each and every video of u
n = int(input("enter the number value:"))
for x in range(1,n+1):
print("x"*x)
Hello Sai Krishna.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Thanks a lot sir...you are great
for i in range(0,6):
print('*'*i)
for i in range(4):
for j in range(i+1):
print("*",end = " ")
print()
for i in range(5):
print('*'*i)
Sir in pycharm iam using the pyramid Patten but it's was not getting output as you get ...
Hello Sameer.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Thank you sir for python tutorials.. Please share the list of programs in patterns. Waiting for the upcoming videos.
Hello syamala,
Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other python videos by Durga sir in the following link
ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
i learn Python so please send me Python documentation
@@kalpanaallampati5661 hii ..
I have 2+ years of experience in non technical role..in MNC company..
I completed python..
But don't know realtime experience in developer role..
If u r python web developer pls help me to know realtime work.
hii ..
I have 2+ years of experience in non technical role..in MNC company..
I completed python..
But don't know realtime experience in developer role..
If u r python web developer pls help me to know realtime work.
Excellent Sir, I like your tutorial can we have the detailed documents.
Hello Ajay.
Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
For Python Materials,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28
bro , Did the give?
Hi Sir,
Thankyou so much for wonderful classes but after class-23 some classes are missing in between could you upload those videos as well it will help everyone a lot.
Hello Abilash.
Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
hello
Sir send the link for 100 assignment questions based on nested for loop
Hello Chetan.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Thnx for uploading All sr...
Hello santosh patel ,
Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other python videos by Durga sir in the following link
ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
n=int(input('Enter the input value:'))
a=1
hile a
Hi,Sir Thank you for the videos..
You explained while loop concept with the below example....
name=" "
while name!="durga":
name=raw_input("enter name:")
print("hello ,durga thanks for confirmation")
How can we write the above scenario using "if condition"...if name is not durga again it should ask for "enter name"..
Thanks in Advance
It can be written as follows,
name=' '
name=input('Enter your username: ')
while name!='Durga':
print('Please enter correct username')
name=input('Enter username again :')
if name=='Durga':
break
print('Hey',name,'you have logged in successfully')
Watch the indentations and this is one of the ways,it can be done! 👍
i=1
name=input('enter the name:')
password=input('enter your password:')
while i!=0:
if(name=='durga' and password=='python'):
print('hello durga confirmation is successful')
i=0
else:
print('your information is wrong again print')
name=input('enter the name:')
password=input('enter your password:')
Hey can I get the soft copy study material of python programming tutorial
Hello Pankaj. For Python material,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
i this video sir said he prepared hundred's of patterns...... from where can i get those patterns to practice
Hello Hashim.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
ruclips.net/video/Kux7B1t_yeA/видео.html ,
His channel itself videos are available
Sir can you please add all the remaining classes
Hello Thiru. For Python all videos,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Hi Durga Sir,
The output of your program is incorrect. The program which you have explained for While loop is
n = int(input("Enter the Number"))
sum = 0
i = 1
while i
Hello Gaurav.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
@Sir the name-pswd program is not executed properly..
Hi sir,
You are amazing.
Sir, can you please share the python document?
Hello Arvind.
Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
For Python document,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28
Sir can you please share the pdf of this python tutorials
Hello Teja.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Nice presentation sir.
Hello katthik,
Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other python videos by Durga sir in the following link
ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
I have 2+ years of experience in non technical role..in MNC company..
I completed python..
But don't know realtime experience in developer role..
If u r python web developer pls help me and give ur suggestion to know realtime work
Hello sir .I want the material which is provided by you sir .so how can I get that?
Hello Suvarna. For Python Material,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
you deserve more suscriber
Hello Raj.
Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other Python videos by Durga sir in the following link
goo.gl/EapLMr
Can anybody tell class 24? By Durga sir
Hello Arun. For Class 24 video,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Hi arun,
Did u got python by durga sir class 24
name=input('Enter the name:')
psw=input('Enter the Password:')
while name!='durga' and psw!='python':
name=input('Enter the name again:')
psw=input('Enter the Password again:')
print("Thanks for the conformation.........")
sir in jupyter it is giving correct out put..............Can u check this my program in jupyter.........
@ 17:42 CASE SENSITIVE ?????
Hello Varun.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Sir please provide material for subscribers
Hello Prathap.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Sir I want practice papers... Plzz reply
Hello Friend.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Tnx a lot 🙏
name =''
pwd =''
while name!='saikrishna' and pwd!='python':
name=input("enter your name:")
pwd=input("enter password:")
print("wrong credentials entered!")
print("you are welcome#")
how can we get these 100 practice examples
Hello Nikhil.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Please do share the 100+ patterns documents
Yes sir , pls share us
sir, how youtube subscriber will get your class notes.is there any link to download it
Hello Priyanka.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28
sir ,you told that there is no charcter data type in your previous session video and also told that only string data type is available in python.But when i run this code
>>> num=97
>>> ch=chr(num)
>>> print(ch)
i got the output as 'a'.how could this possible?pls clarify this doubt.
adi function ra babu
???????????????????!!!!!!!!!cant understand************##############
@@sanjayjena906 a ASCII value is 97 ,so you got ASCII value of 97.
type( ch ) will show that ch is str type, not any single character type which is not existing in Python.
Please do share those patterns sir
Hello Praneeth. For Patterns videos,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
sir your are my hero
Hello Akash ,
Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other python videos by Durga sir in the following link
goo.gl/EapLMr
please any one tell me which windows software durga sir for running python code
Notepad and Command Prompt
how can i get the notes?
Hello Anjali.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Sir could you please send the pdf
Hello Suryakala.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
sir lecture of 24-02-2018 is missing , please upload that sir
Did you get the missing lecture?
By the way do you have the pdf notes?
Ajay can you share tht pdf notes
Please contact nagendargajula9@gmail.com
@@gajulanagendar846 plz forward material 🙏🙏
@@sapanak.c1873 I have those PDF of u want, contact WhatsApp 7301508425
Hello Sir,
Where can we download your 100 Patterns document? Could you please share to practice?
Thanks.
Hello Patel.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
His channel itself videos arr available
please share the link with me.
may i know what is the wrong
{183}> /usr/bin/python nestedfor.py
File "nestedfor.py", line 4
print('*',end='')
^
SyntaxError: invalid syntax
e{184}> cat nestedfor.py
n=int(input("enter number"))
for i in range(n):
for j in range(n):
print('*',end='')
print()
Hello Raghunath.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
In python symbols are not used
Sir, Can we get your notes online pdf form??
Hello kaushal. For Python notes,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212428/27
can you give 100 ex of that * printing
Hello Anjali.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
sir so many classes are missing in between!!
Hello Naman. For Python missing videos,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28
Super sir....
Hello Prince,
Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other python videos by Durga sir in the following link
ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
Sir, we need oops concepts
Hello jaipal naidu,
Thanks for your valuable feedback . We will upload soon oop videos... It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other python videos by Durga sir in the following link
ruclips.net/p/PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF
24/10/2024❤
1 VIEW
Thanks a lot sir...you are great