我在哪里可以找到好的在线 Python 课程?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4463098/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-18 15:51:57  来源:igfitidea点击:

Where can I find a good online Python course?

python

提问by user534520

Does anyone know where I can find a quality online Python course that would be suitable for someone with a math/engineering background, but not in software?

有谁知道我在哪里可以找到适合具有数学/工程背景但不适合软件背景的人的优质在线 Python 课程?

回答by dheerosaur

This course from MIT Open course ware - A gentle introduction to programming using Python

本课程来自 MIT 开放课件 -使用 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.

尽管它们是对编程的很好的介绍,但阅读一本好书/教程必须足以让您快速掌握 Python。

回答by PearsonArtPhoto

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.

我强烈建议只使用python 教程,就其教程而言,它是文档化程度更高的编程语言之一。学习编程的最佳方法是开始编写您想要的程序,本教程将帮助您这样做。

回答by Lossy

I have just started learning Python too and I have found the e-book Think Pythonvery useful.

我也刚开始学习 Python,我发现电子书Think Python非常有用。

回答by Adam Nelson

回答by Fábio Diniz

Learn Python The Hard Wayis specifically made for non-programmers.

学习 Python The Hard Way是专门为非程序员设计的。

回答by Chitrank Dixit

One Source would be even Better It is Intro to CS101 "Building a Search Engine"

一个来源会更好 这是介绍 CS101 “构建搜索引擎”

here you can learn Python and Develop a web crawler with the google's page rank algorithm capabilities.

在这里,您可以学习 Python 并使用 google 的页面排名算法功能开发网络爬虫。