Description
Please complete 2.1 through 2.14 on Data types and strings on zybooks. I also need you to complete the simple pycharm introduction I will put the instructions for that in a doc below.I will provide my school log inThank you
Unformatted Attachment Preview
Assignment Information
1/23/24, 10:07 PM
IT 140 Module Two Assignment Guidelines and Rubric
Overview
PyCharm is an integrated development environment (IDE) used in computer programming, specifically for the Python language. It makes it easier for programmers to write various web
applications in Python. In this assignment, to give you some experience with working in PyCharm, you will write a simple program that prompts a user for their name and age.
Note: The next coding assignment you will be required to develop in PyCharm is the Module Six Milestone. Learning how to develop in PyCharm now will help prepare you for the other coding
assignments later in the course.
Prompt
For this project, you will be developing a PY file that contains your code in PyCharm and evaluating a few of the features of PyCharm. If you haven’t already, be sure to install the PyCharm IDE
and Python on your computer. Review the tutorials in the Module Two resources to help you install and get started with PyCharm.
Part
Part A
A
In PyCharm, write a program that prompts the user for their name and age. Your program should then tell the user the year they were born. Here is a sample execution of the program with the
user input in
in bold
bold:
What is your name? Amanda
How old are you? 15
Hello Amanda! You were born in 2005.
1. Write the program. Format
Format your
your code
code using
using best
best practices
practices. Refer to the zyBooks style guide, if needed, to use proper naming conventions for variables and methods. Use
Use the
the
most
most appropriate
appropriate statements
statements with minimal extraneous elements, steps, or procedures.
2. Run the program.
3. Debug the program. Be
Be sure
sure your
your code
code produces
produces the
the correct
correct results
results.
4. Save and submit your file.
Part
Part BB
While you don’t need an IDE to write a program, there are some features that make it desirable. What did you notice when using PyCharm to develop a simple program? For instance, you might
have noticed how color is used. Identify
Identify two
two to
to three
three features
features that
that could
could make
make coding
coding easier
easier for
for programmers,
programmers, and
and briefly
briefly explain
explain why
why.
What to Submit
For this assignment, you will be developing and submitting the NameAge.py
NameAge.py file. Develop your program in small steps, as outlined in the directions. When you have built the program and
checked it for errors, save your file and submit it. You may resubmit the assignment if you need to make changes, but if your last submission is after the due date, you may not be able to receive
full credit.
In addition, submit a Microsoft Word document of 2 to 3 paragraphs explaining some of the features of PyCharm and why they can be useful.
Module Two Assignment Rubric
Criteria
Criteria
Proficient
Proficient (100%)
(100%)
Needs
Needs Improvement
Improvement (70%)
(70%)
PyCharm:
PyCharm: Industry
Industry
Standard
Standard Best
Best Practices
Practices
Formats code according to best practices,
including in-line comments, white space,
Attempts to format code according to best
practices, with minor errors such as
and variable and method naming
conventions according to the zyBooks style
guide
inadequate in-line comments, lack of white
space, or inconsistent naming conventions
Writes source code using the most
appropriate statements, functions, or
methods and contains minimal extraneous
Writes code that is mostly efficient, with
minor errors such as convoluted code or
choice of a less efficient element
PyCharm:
PyCharm: Efficiency
Efficiency
Not
Not Evident
Evident (0%)
(0%)
Value
Value
Does not attempt criterion
25
Does not attempt criterion
25
elements, steps, or procedures
https://learn.snhu.edu/content/enforced/1465946-IT-140-X3253-OL-…ent%20Guidelines%20and%20Rubric.html?ou=1465946&d2l_body_type=3
Page 1 of 2
Assignment Information
1/23/24, 10:07 PM
PyCharm:
PyCharm: Functionality
Functionality
Code produces correct results for all test
cases in the given problem
Code produces incorrect results for the
given problem or does not pass all tests for
the given problem
Does not attempt criterion
40
PyCharm:
PyCharm: Features
Features
Identifies three features of the PyCharm
environment and explains how the features
could simplify programming
Identifies one or two features of the
PyCharm environment and explains how
the features could simplify programming,
or identifies three features but does not
Does not attempt criterion
10
explain why they were helpful
Total:
Total:
https://learn.snhu.edu/content/enforced/1465946-IT-140-X3253-OL-…ent%20Guidelines%20and%20Rubric.html?ou=1465946&d2l_body_type=3
100%
Page 2 of 2
Purchase answer to see full
attachment