Learn Python Programming Tutorial Online Training by Durga Sir On 30-03-2018
HTML-код
- Опубликовано: 26 янв 2025
- java python
pythona
python by durgasoft
python videos by durgasoft
Python Online Training
Learn Python
Python Tutorial
python programming Tutorial
python Programming Language Tutorial
python examples
python Advanced Tutorial
python Tutorial for Beginners with examples
python Guide
python 3.0 Tutrials
python crash course
Python Tutorial for Beginners
Python Tutorial for Absolute Beginners
Python Tutorials by durgasoft
Python Programming videos by durgasir
=========================================
You an see more Java videos following link:
Java tutorial by durga sir
goo.gl/XWb4RL
Java 9 by durga sir
goo.gl/hXGyBW
Java 1.8 Version New Features by Durga sir
goo.gl/iHXXYU
Adv Java JDBC Tutorial by Durga sir
goo.gl/8q16Eo
OCJA 1.8 Java SE 8 Programmer - I (1Z0 - 808 ) By Durga sir
goo.gl/gC6R7f
Core Java by NagoorBabu sir
goo.gl/s6Nvj1
Advenced Java by Nagoorbabu sir
goo.gl/ZZonzJ
CoreJava by Ratan
goo.gl/3VM19v
Advanced Java jdbc by Ratan
goo.gl/Rn2UXr
Advjava tutorials - JSP by Ratan
goo.gl/Z6ytxm
Adv java servlets tutorial by ratan
goo.gl/zTwi9y
Servlet and JSP Tutorial by anji reddy
goo.gl/jZMRUv
Advanced Java Jdbc by Anjireddy
goo.gl/16CGzX
Hibernate byAnjireddy
goo.gl/qQojvZ
Struts by Anjireddy
goo.gl/nE1Eof
Spring by Mr.AnjiReddy
goo.gl/NfN14R
ADV JAVA by Naveen
goo.gl/bhSsXF
Spring by Mr.Naveen
goo.gl/huVwFN
Hibernate by Mr. Naveen
goo.gl/TY3Wpd
Struts by Mr.Naveen
goo.gl/Vkmiw7
Sir u r python videos helped me to learn python......u r teaching very well...thank you so much sir.....the way u r teaching is simply superb and understandable for every persion....i just want to say thanks a lot...
Hello Priyanka.
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
random number can be checked through this logic -
from random import *
count=0
for x in range(999999) :
i=str(randint(100000,999999))
if len(i) < 6 :
print(i)
else :
count=count+1;
print(count)
sir one request please add topic name in video title .so easy to find specific topic video.
From random import *
For i in range(6):
Print (randint(0,9),end=" ")
Hello Sai Ammu.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
from random import *
for i in range(10):
for j in range(6):
print(randint(0,9),sep='',end='')
print()
Program of generating OTP of 6 numbers
For Alphanumeric OTP print(''.join([random.choice(string.ascii_uppercase+string.ascii_lowercase+string.digits) for i in range(6)]))
how we can randomly generate without first and last characters in a string
Where is packages video ???
Hello Yogita.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
are new lectures been stopped of 8 pm, python ?
import string
l=list(string.ascii_lowercase)
[abc....z]
Sir please upload remaining videos
Hello No One. For Python videos,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
You're teaching is excellent durga sir thanku so much for uploading the videos
@sai praneeth kk thanku
Class 48,49,50 are not uploaded.
Can we get those who videos
Hello Sai. For Python all videos,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Sai mohith,are u got that python videos..?
R u got remaining videos??? Pls share ...
Please sir upload remaining python videos
Hello Mishra. For Python remaining videos,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212428/27
Tqsm sir
thanks a lot sir
Hello Tapanjeet.
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
Sir, Why dont you try this code.....
import random
import string
OTP=''
for i in range(1,7):
if i%2==0:
OTP+=random.choice(string.ascii_uppercase)
else:
OTP+=random.choice(string.digits)
print(OTP)
for i in range (6):
print(randint(0,9),end=' ')
Shortest way😜
Hello Bahuguna.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28
is this full course sir?
Hello Ram Mohan. For Python Course details,
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212428/27
he is asking is it full course or not ??plzz tell