You will have all class time tuesday and thursday work this
IT 102: Learn Something New!
While Loops.
1-2 paragraphs describing your modifications to the tutorial, or what you created
Screen shots of the final project
Music with Python
Java Graphics
(Chapter 2 is a good place to start)
http://people.highline.edu/tostrander/142/free_java_book
Creating GUIs with TKinter
PowerShell Scripting
System Administration with Python
Create a program that allows a user to look up terms in a tech dictionary.
The program should prompt the user for a term, search a text file for matches, and then display the matches. The text file, dictionary.txt, can be downloaded from Canvas. Take a look at the text file to determine what delimiter is used.
JPEG (Joint Photographics Experts Group)
Format your results so that the dictionary term is in all upper case, followed by a colon and a space, followed by the definition. See the example output shown below.