python 有没有在线python练习?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2497442/
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-11-04 00:47:10  来源:igfitidea点击:

Is there any online python exercise?

python

提问by ablmf

I am teaching a colleague Python and I think he should do some exercises.

我正在教一位同事 Python,我认为他应该做一些练习。

Is there any online available other than python challenge? I feel that python challenge is puzzles, not exercises.

除了python挑战之外,还有其他在线可用的吗?我觉得python挑战是拼图,不是练习。

回答by Anthony Forloney

Project Euleris a good start.

欧拉计划是一个好的开始。

回答by Don Wakefield

There is now also Google's Python Class, which includes lots of exercise.

现在还有Google 的 Python Class,其中包含大量练习。

回答by dreynold

Probably not what you are looking for, but I recommend the O'Reilly School of TechnologyBeginning Python course. This appears to be the first of four such courses, and though it is commercial, it's been good for me -- I've been using Python in anger for about two years, but have very little formal background programming. This has been an excellent program that forces me to explore and become familiar with lots of parts of Python I was unaware of, and improving my coding ability and knowledge as well.

可能不是您要找的,但我推荐O'Reilly 技术学院的Python 入门课程。这似乎是四门这样的课程中的第一门,虽然它是商业课程,但对我来说很好——我已经愤怒地使用 Python 大约两年了,但很少有正式的编程背景。这是一个优秀的程序,它迫使我探索和熟悉 Python 的许多我不知道的部分,并提高了我的编码能力和知识。

回答by schehata

there is www.codecademy.comit has some good exercise for beginners

www.codecademy.com它为初学者提供了一些很好的练习

回答by Don Wakefield

I just finished working through Hacking Secret Ciphers with Python, available as a free PDF. The author supplies some foundation libraries, and then, through a series of chapters exploring some basic ciphers, introduces features of Python. He says he is using Python 3, but most of the features are common in 2.X as well.

我刚刚完成了Hacking Secret Ciphers with Python 的工作,可作为免费的 PDF 提供。作者提供了一些基础库,然后通过探索一些基本密码的一系列章节,介绍了 Python 的特性。他说他使用的是 Python 3,但大多数功能在 2.X 中也很常见。

If you want exercises, consider breaking out the expository material and assigning the cipher implementations as exercises.

如果您需要练习,请考虑分解说明材料并将密码实现分配为练习。

回答by Peter Shank

The computer science 101 course at http://udacity.comis a complete curriculum with lectures, problems, and quizzes, but you can jump right into the problem sets without needing to watch the lectures.

http://udacity.com 上的计算机科学 101 课程是包含讲座、问题和测验的完整课程,但您无需观看讲座即可直接进入问题集。

回答by inspectorG4dget

Try thisand this.

试试这个这个

Those are courses taught at my University that use Python. I've used those assignments to demo/teach python to colleagues before

这些是我所在大学教授的使用 Python 的课程。我以前用这些作业向同事演示/教 python

回答by YOU

How about Dive Into Python?

如何深入Python

(And for 3.x: Dive into Python 3)

(对于 3.x: 深入 Python 3