Where can I find a good online Python course? [closed]
Does anyone know where I can fin开发者_Python百科d a quality online Python course that would be suitable for someone with a math/engineering background, but not in software?
One Source would be even Better It is Intro to CS101 "Building a Search Engine"
here you can learn Python and Develop a web crawler with the google's page rank algorithm capabilities.
This course from MIT Open course ware - A gentle introduction to programming using Python
This one has video lectures too - Introduction to Computer Science and Programming
Though they are good introductions to programming, reading a good book/tutorial must be enough to get you up to speed in Python.
I strongly recommend just using the python tutorial, it's one of the more documented programming languages in terms of it's tutorial out there. The best way to learn to program is to start writing a program that you want, and the tutorial will help you do so.
Try Google's online Python class too.
I have just started learning Python too and I have found the e-book Think Python very useful.
Learn Python The Hard Way is specifically made for non-programmers.
精彩评论