Category: ITP 2016
[RWET] Final: The power of polar opposite
As I was working on my thesis, I researched on the subject of Child Bride and learned that Poverty and Gender Ineqality are two of the primary reasons that this practice still persists across cultures…
[RWET]HW4 Python functions
Functions and modules are a bit complicated than expected. Going through the class video I realized I missed some details in Allison’s lecture. While it already took some time to understand some of the concepts,…
[RWET] HW3 Appropriating text from the network
As usual, I ran a few practice runs based on class note, and I tried the word “desire” on wordnik under definition. Here is the result to print text and PartofSpeech: And I played with…
[RWET] Midterm- Dow Jones w/ Care Instructions
List and dictionary are complicated concept and even though Allison demoed in details in class, I realized the data you work with matter – in the sense that how you name your data file when…
[RWET]HW2 Dictionary, set, list
A few of practices I did after classes. From the tutorial, I started by using a set that’s looking for a unique words in “Pride and Prejudice” And the result is a long set of…
[RWET] HW1 Create a Python program that behaves like a UNIX
Some test runs for writing a python program and run it from command lines.