Who This Book Is For
If you’re computer-literate, and want to learn a fun programming language to better control yourcomputer, this book is for you.If you are a system administrator who wants to learn a great language to help you better manage and configure systems and networks, this book is for you.
If you already know Python, but are wondering what cool new features are available in version 3.1, this book is for you.In summary, this book is for anyone interested in exploring Python programming with the newest and most full-featured, easy-to-use version, 3.1.
What This Book Covers
This book is designed to cover Python 3.1. Python 3.1, released in 2009, is the latest major revision of the Python programming language. Since Python is a cross-platform language, the content and examples in the book are applicable in any platform (unless specified otherwise). When there is a choice to be made as to platform independence, the examples will be as cross-platform as possible.In addition, since Python 3.1 is relatively new, not all supporting libraries have been updated to work in Python 3.x. In those instances where this is the case and it is felt that the theory still needs to be
expounded upon, Python 2.6 will be used in lieu of version 3.1.
Post a Comment