Saturday, July 8, 2017

MITOCW_6.0001: Introduction to Computer Science and Programming in Python

MIT Course Number: 6.0001


Instructor(s)                               

As Taught In

Fall 2016


Level

Undergraduate

Hello World!

write("Hello World!");
printf("Hello World!");
std::cout << "Hello World!";
System.out.println("Hello World!");
...

     As you can see, so much more "Hello World" words in manner of programming languages. I have been learnt so much programming languages likes: Pascal, C/C++, Java, Python, Swift,... But I have noticed that those can't help me so much in real-world of Computer Science domain.
   I think i must re-learn as systematic manner. Fortunately, I have find out MIT OpenCourseWare, where I can learn and practice many thing in Computer Science. Specially, There are open and free course, which are provide by Top-university of world MIT and It'll be fantastic study idea.
     I have decided challenge myself and determined completed Computer Science Course At MIT . I think knowledge is power and it's unlimited. Thank for Scott-Young Blog, where have been turn-on my idea and kick-ass and do-it.

     Here is my progress-tracker, There are help me track course and archive it and of course you can contact and share me your own study experiences:

"Learn, learn more, learn forever ...!"