UrbanPro
true

Learn Python Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

Python Script for random Password generation

Mohommed Iqbal Hawre
15/05/2017 0 0
from random import randint
def passwordgen(request):
str_not_include = "1 L I i l o O 0"
str_small ="abcdefghjkmnpqrstuvwxyz"
str_caps = str_small.upper()
str_num = "23456789"
str_special ="!@#$&"
pw = []
for i in range(1):
pw.append(str_special[randint(0,4)])
for i in range(2):
pw.append(str_num[randint(0,7)])
for i in range(3):
pw.append(str_small[randint(0,22)])
for i in range(2):
pw.append(str_caps[randint(0,22)])
print ("before Shuffel",pw)
new_ls = []
#while len(new_ls)<8:
for i in pw:
ch = i#pw[randint(0,7)]
index = randint(0,7)
#if ch not in new_ls:
new_ls.insert(index,ch)
print ("after Shuffel",new_ls)
strpw=""
for ch in new_ls:
strpw= strpw + str(ch)
print ("finally",strpw)
For Live Demo:
matmock . pythonanywhere . com / study / randompassword
0 Dislike
Follow 0

Please Enter a comment

Submit

Other Lessons for You

Learn Python : Slicing out an email address
We take a small task of slicing out the username and domain name from an email address. We ask the user to type his email address. We take his email address and slice out first his username and then the...
B

Biswanath Banerjee

0 0
0

Facebook Analytics
Assume how the Facebook application will store the millions of customer's record in real-time: facebook = { 'jose': { 'name': 'jose', 'age': 33, 'hobby': , # cricket,football 'mobile': 1111111111, 'email':...

Python is a popular programming language. It was created by Guidovan Rossum, and released in 1991.
Python is a popular programming language. It was created by Guidovan Rossum, and released in 1991. It is used for: web development (server-side), software development, mathematics, system scripting. What...

Visualize your python code
Hi All, Many developers in the beginning of their career want to visualize how their code is working and the program flow. You can use the following link to visualize your python code. http://www.pythontutor.com/visualize.html#mode=edit ...

Python : functional programming characteristics
Functions are first class (objects). That is, everything you can do with "data" can be done with functions themselves (such as passing a function to another function). Recursion is used as a primary...
X

Looking for Python Training Classes?

The best tutors for Python Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Python Training with the Best Tutors

The best Tutors for Python Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more