Where can I get exercises for "Immersion in Python"?

I am learning python using "Dive Into Python 3" and it is very difficult to remember everything without writing something, but there are no exercises in this book. So I ask here where I can find them to remember everything.

+3
source share
3 answers

I used ProjectEuler.net when learning Python. It also helped sharpen my math skills.

+2
source

Dive Into Python Python. , Python ( Python 3 , , DIP- Python 2 ), DIP.

+2

Find a good Code Kata website: here is the list I compiled.

http://slott-softwarearchitect.blogspot.com/2009/08/code-kata-resources.html

I also put together a lot of exercises: http://homepage.mac.com/s_lott/books/python.html This book, however, only covers Python 2.6, so it can be more confused than useful.

0
source

Source: https://habr.com/ru/post/1735104/


All Articles