Thursday, 28 January 2016

CSC 148 Python Week 3 Slog: Start from the very begining


Python is a widely used programming language, which starts to become popular in recent years. As a fourth year Statistics and Geography student, I have not done anything related to python since my second year. But I still continue to use programming knowledge in different languages like R for Statistics and Javascript for Web Mapping. I always want to pick up my python programming knowledge and thus I take this course to deepen my understanding and practice of python. Since this is my last year of undergraduate study, I am excited to take this course and hope to learn more about python.

My first impression of the course is that I need to work hard and spend a lot to time practice coding. As I took CSC 108 2 years ago, I find it hard to catch up with the professor and other students although I used other programming languages and reviewed the previous 108 knowledges during the rampup session. This course mainly introduces program design principles and techniques as well as how to program efficiently. Till Week 3, we learnt and practiced how to build classes and I learnt the principle to code "class" and the logic behind it. From my understanding, class is an abstract data type that models a group of objects based on their common attributes and actions. Thus, a frequent noun may be a good candidate for class, its properties may be its attributes and the actions may be its methods. Other than this, I also learnt the importance of doing good documentation so that other coworkers can also understand my work and we have to keep this good habits. I sometimes find it easy to understand code but difficult to implement and thus I will spend more time in the future writing down the codes. 

So far, I find it really interesting and want to learn more about python. In the following weeks I will keep writing blogs every week about the topics that I learn and write my learning reflection. In my last blog, I will also write my reflection on my previous blogs to see whether my view change or not. I hope by the end of the course I can have deeper understanding about python.