2-3 Pycharm Introduction PDF

Title 2-3 Pycharm Introduction
Course Introduction to Scripting
Institution Southern New Hampshire University
Pages 1
File Size 46 KB
File Type PDF
Total Downloads 86
Total Views 128

Summary

Introduction to Pycharm assignment...


Description

Kristi Elliott Jan. 18th 2020 IT-140: Introduction to Scripting 2-3 Assignment: PyCharm Introduction Part A: Pycharm Code, which was ran and debugged. (Uploaded in separate Py file) print('What is your name?') print('How old are you?') name = 'Amanda' age = 15 year = 2020 birth_year = year - age print('Hello', name, "You were born in", birth_year) Part B: After watching a few tutorials and getting the hang of using PyCharm, I have been able to code successfully with the program. The first feature I noticed in PyCharm is the smart code complexion. This feature is helpful for programmers because it inspects as you code. This allows PyCharm to point out and highlight any errors that can be quickly resolved. PyCharm also includes suggestions for resolving these issues. I also noticed the color-coding that is used to help the user while writing code. For example, the words in quotations are green, while numbers are in blue. This allows you to confirm as you go that you did not miss something small. The second feature that is helpful for programmers is debugging and running the code. This feature allows the programmer to check their code and confirm that there are no issues. This is helpful because the programmer can see errors and fix them before trying to extract the code. Another feature that will help a programmer is the availability of integration tools. Since I am new with PyCharm, this is not a feature I have used, however I have read about it and it seems to make using PyCharm much easier than other options. Examples of the type of integration tools vary but some help with scientific calculations, while others assist with productivity management and time tracking....


Similar Free PDFs