I agree with the review that says that the book is good for beginners; It gives you some nice insights on where to start when trying out some scripts for handling files and folders or dealing with strings. However, I also think it emphasizes the Web a lot. I would like to see more operating system and multimedia-related scripts in a future edition.
0Report
I've been learning Python through the documentation and tutorials that I've found online, including "Dive Into Python", which is a great introduction to Python available as a free PDF. I am writing code in Python and I have not been satisfied with the Python books I've seen and I want to take my code further. I want to write code like a Python programmer would. I need to be reminded of syntax at times, such as splitting strings,...
0Report
it is a good book for python beginner. in order to take step to next level, more python books need read.
0Report
Has great little snippets of code. is very clear in what is says and how to achieve your goals. While it seems to be intended at people with prior Python experience. I had previously only done python debugging. and that combined with perl, bash and C experience i was able to pick up the concepts and get functional quickly (I got done what i wanted to quickly). It is a handy little guide that I am sure I will use regularly...
0Report
Dayley offers you a useful Python aid. Deliberately written to be concise, and assuming that the reader already knows some Python. You cannot or should not use this book to learn the language. But once having some acquaintance with Python, the book can help. It's not a dictionary of Python commands. Rather, Dayley thought of likely tasks you'll often need to do. He then supplies explanations and code snippets. The tasks...
0Report