Friday, January 30, 2015

Week4:Impression of first few weeks

In the past weeks, we learned about how to design the class and subclass.
Since I took a CSC108 last semester, it was not too difficult to understand the method that we use like 
__init__, __str__, __eq__. However I was not able to find difference between method __repr__ and __str__.  Doing A1, me and my partner having trouble with this problem first time, but keep searching and asking about this, i got some concept about the difference between them. (Both __repr__ and __str__ are used to "represent" and object. __repr__should be "official " representation while __str__ is the "informal" representation.)

Sunday, January 25, 2015

Week3: Why geeks need to know how to write

In the articles that Danny give to us said geeks need to know how to write.
When we define the geeks to be a computer scientist, "geeks need to know how to write" means that the computer scientists are able to write the programming process and understand and analyze in English. This can help us to better understand a topic that we may have had a difficulty with and when we face with debug problems in programming we can solve faster than when we don't write.
Moreover, it is important to communicate own's ideas to others to become a great programmer. In order to communicate own's ideas, we should start from writing journal or weblog to practice expressing own's programming codes.
I am not used to write and expressing my problem in words but should try by weekly through this slog assignment and become a great programmer!:)