Who is Freindlygeek?

My photo
Science/technology geek. Passionate for self learning, open education.
Showing posts with label python. Show all posts
Showing posts with label python. Show all posts

Saturday, January 28, 2012

Object Oriented Programming with python

Last week, I was really struggling to understand the concept of OOP with python. Though I understood, I still find myself being lost when I get to actually use it.

Here are some good resources that I found to understand OOP

http://net.tutsplus.com/tutorials/python-tutorials/python-from-scratch-object-oriented-programming/
-> It is a great explanation for OOP itself.

Also 3 tutorials by 'thenewboston' on youtube are very good as well.
Below is 32, the first one.


http://www.youtube.com/watch?v=JToAsK_7GmU 






python, the first language for beginner

As a total newbie in computer science, I've started to learn how to programming with python. First, I didn't know why python is known as a recommended first language for starter.
Now I can tell a little bit why it is a good choice.

1. It is quite similar to English language.
-> So it is easy to learn and remember. Also I think it helps me how program is constructed in a basic level

2. There are many resources out there to learn free!
-> I have learned python myself for 3 months so far, and I obtained any learning materials from the web. Whenever I had some questions, I google them and find answers on many websites. So it is quite easy to get many answers for any questions that beginner might have.
Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License