Iftekhar Mohammad said:
Describe several benefits of using a programming text editor .
-
tab completion
-
memory of variables and classes you have constructed
Identify one or more programming text editors that run on your Operating System.
-
IDLE
-
Kate
-
Gedit
-
Sublime
-
Komodo Edit
Describe the concept/benefits of using an Integrated Development Environment.
-
IDEs allow the programmer to organize files and libraries
-
Guessing
-
debugging tools
-
automatic tools for 'building' or compiling the code
-
sometimes a GUI interface for creating GUI applications
Identify some similaritites and differences between a Programming Text Editor and an Integrated Development Environment.
similar
-
code highlighting
-
code completion
-
line numbering
difference
-
IDEs can be very complex in contrast to Programming Text Editor
-
directory and versioning management tools
-
Programming Text Editor generally don't have debugging tools
List at least one Integrated Development Environment that runs on your Operating System.
-
IDLE
-
PyCharm
-
Ninja IDE
-
Netbeans
-
Eric
-
Wing IDE
Choose a programming text editor and/or Integrated Development tool to use during this course.
-
I'll be using PyCharm, Komodo Edit and Python 2.7
Describe why you chose your current programming tool and share this description with the class.
-
PyCharm is very advanced IDE.
-
Komodo Edit is Free and have some good facility.
-
Python 2.7 is well supported .