Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Dive Into Python by Mark Pilgrim

Posted By: Alexpal
Dive Into Python by Mark Pilgrim
Publisher: Apress; 1 edition (July 19, 2004) | ISBN-10: 1590593561 | CHM | 0,9 Mb | 413 pages

Dive Into Python is a hands-on guide to the Python language. Each chapter starts with a real complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together again in a summary at the end.
Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for shell scripters, and for serious application developers wanting a feature rich yet simple language to deploy their products in.
This book is not for newbies, for wimps, or for dummies™. It assumes a lot about you:
- You know at least one real object-oriented language, such as Java, C#, or Delphi.
- You know at least one other scripting language, such as Perl, Visual Basic, or Javascript.
If you're just getting started programming, that doesn't mean you can't learn Python. Python is an easy language to learn, but you should probably learn it somewhere else. That said,
Dive Into Python will be a guide for people who can jump into languages fast and get going.