Is there any online python exercise? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
开发者_如何学编程 Improve this questionI am teaching a colleague Python and I think he should do some exercises.
Is there any online available other than python challenge? I feel that python challenge is puzzles, not exercises.
There is now also Google's Python Class, which includes lots of exercise.
Project Euler is a good start.
Probably not what you are looking for, but I recommend the O'Reilly School of Technology Beginning 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.
there is www.codecademy.com it has some good exercise for beginners
I use this: http://homepage.mac.com/s_lott/books/python.html
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.
If you want exercises, consider breaking out the expository material and assigning the cipher implementations as exercises.
The computer science 101 course at http://udacity.com is a complete curriculum with lectures, problems, and quizzes, but you can jump right into the problem sets without needing to watch the lectures.
Try this and this.
Those are courses taught at my University that use Python. I've used those assignments to demo/teach python to colleagues before
How about Dive Into Python?
(And for 3.x: Dive into Python 3)
精彩评论