Categories
Python

Variables, IF/THEN/ELSE. Loops

You will complete this assignment in Python 3.x.
You will code the following and submit it in one file. Use the information in the Content area for this week to assist you. Save it as a python file (.py), and upload it into the Assignments area.
1. Include comment block on line1 of your code with the following information:
“””
Your name (Kyrsten Barding)
Course name, Section (ENTD200 D001 Fall22)
Instructor name (
Week # (Week 6)
Date Completed (Jan 15 2023)
2. Create 2 Python programs based on week 5 flowcharts and requirements. You must use loops, do not use function call
Here is a SAMPLE run for a simple calculator to add to numbers (this is for reference only)
Simple Calculator
What is your name –> Supa
Enter first number –> 7
Enter second number –> 5
Supa, The total of 7.0 + 5.0 = 12.0
Do you want another calculation ? (y/n) y
What is your name –> Lupa
Enter first number –> 21
Enter second number –> 11
Lupa, The total of 21.0 + 11.0 = 32.0
Do you want another calculation ? (y/n) n
Thanks for using my calculator
Assessment Rubric
Create a comment block with the following information:
Your Name
Course Name, Section (example: ENTD200 B002 Spr19)
Instructor name
Week #
Date completed
Write a program that will calculate the problem using loop and stop after the condition has been met.
Print (print function with label).

QUICK QUOTE

Approximately 250 words

Categories
Python

Strong Password Detection

The python file with pseudo code as comment lines.
Screenshot or video of the program working.
Strong Password Detection
Write a function that uses regular expressions to make sure the password string it is passed is strong. A strong password is defined as one that is at least eight characters long, contains both uppercase and lowercase characters, and has at least one digit. You may need to test the string against multiple regex patterns to validate its strength.

QUICK QUOTE

Approximately 250 words

Categories
Python

Variables, IF/THEN/ELSE. Loops

You will complete this assignment in Python 3.x.
You will code the following and submit it in one file. Use the information in the Content area for this week to assist you. Save it as a python file (.py), and upload it into the Assignments area.
1. Include comment block on line1 of your code with the following information:
“””
Your name (Kyrsten Barding)
Course name, Section (ENTD200 D001 Fall22)
Instructor name (
Week # (Week 6)
Date Completed (Jan 15 2023)
2. Create 2 Python programs based on week 5 flowcharts and requirements. You must use loops, do not use function call
Here is a SAMPLE run for a simple calculator to add to numbers (this is for reference only)
Simple Calculator
What is your name –> Supa
Enter first number –> 7
Enter second number –> 5
Supa, The total of 7.0 + 5.0 = 12.0
Do you want another calculation ? (y/n) y
What is your name –> Lupa
Enter first number –> 21
Enter second number –> 11
Lupa, The total of 21.0 + 11.0 = 32.0
Do you want another calculation ? (y/n) n
Thanks for using my calculator
Assessment Rubric
Create a comment block with the following information:
Your Name
Course Name, Section (example: ENTD200 B002 Spr19)
Instructor name
Week #
Date completed
Write a program that will calculate the problem using loop and stop after the condition has been met.
Print (print function with label).

QUICK QUOTE

Approximately 250 words

Categories
Python

Strong Password Detection

The python file with pseudo code as comment lines.
Screenshot or video of the program working.
Strong Password Detection
Write a function that uses regular expressions to make sure the password string it is passed is strong. A strong password is defined as one that is at least eight characters long, contains both uppercase and lowercase characters, and has at least one digit. You may need to test the string against multiple regex patterns to validate its strength.

QUICK QUOTE

Approximately 250 words

Categories
Python

Variables, IF/THEN/ELSE. Loops

You will complete this assignment in Python 3.x.
You will code the following and submit it in one file. Use the information in the Content area for this week to assist you. Save it as a python file (.py), and upload it into the Assignments area.
1. Include comment block on line1 of your code with the following information:
“””
Your name (Kyrsten Barding)
Course name, Section (ENTD200 D001 Fall22)
Instructor name (
Week # (Week 6)
Date Completed (Jan 15 2023)
2. Create 2 Python programs based on week 5 flowcharts and requirements. You must use loops, do not use function call
Here is a SAMPLE run for a simple calculator to add to numbers (this is for reference only)
Simple Calculator
What is your name –> Supa
Enter first number –> 7
Enter second number –> 5
Supa, The total of 7.0 + 5.0 = 12.0
Do you want another calculation ? (y/n) y
What is your name –> Lupa
Enter first number –> 21
Enter second number –> 11
Lupa, The total of 21.0 + 11.0 = 32.0
Do you want another calculation ? (y/n) n
Thanks for using my calculator
Assessment Rubric
Create a comment block with the following information:
Your Name
Course Name, Section (example: ENTD200 B002 Spr19)
Instructor name
Week #
Date completed
Write a program that will calculate the problem using loop and stop after the condition has been met.
Print (print function with label).

QUICK QUOTE

Approximately 250 words

Categories
Python

Strong Password Detection

The python file with pseudo code as comment lines.
Screenshot or video of the program working.
Strong Password Detection
Write a function that uses regular expressions to make sure the password string it is passed is strong. A strong password is defined as one that is at least eight characters long, contains both uppercase and lowercase characters, and has at least one digit. You may need to test the string against multiple regex patterns to validate its strength.

QUICK QUOTE

Approximately 250 words