توضیحاتی در مورد کتاب :
این نسخه با نسخه دوم جایگزین شده است! این دو نسخه عمدتاً مطالب مشابهی دارند، جدا از اصلاحات و چند فصل جدید در ویرایش دوم (به همین دلیل بزرگتر است). قیمت هر دو تقریبا یکسان است، بنابراین نسخه دوم ارزش بسیار بهتری دارد. این نسخه اول پایتون 3.0 را پوشش می دهد. نسخه دوم هر دو پایتون 3.0 و 3.1 را پوشش می دهد (به وضوح تفاوت ها را مشخص می کند.) به خاطر داشته باشید که 3.1 حداقل نسخه 3.x است که توسعه دهندگان پایتون توصیه می کنند (3.0 حتی اصلاحات امنیتی دریافت نمی کند). همچنین، به لطف تعلیق زبان، زبان پایتون 3.1 در پایتون 3.2 بدون تغییر خواهد بود (که دارای رفع اشکالات و بهبودهایی در کتابخانه و بسیاری از پیشرفتهای زیر هود است) بنابراین نسخه دوم برای Python 3.0، 3.1 مناسب است. و 3.2.
Python 3 بهترین نسخه این زبان است: این زبان قدرتمندتر، راحت تر، سازگارتر و گویاتر از همیشه است. اکنون، مارک سامرفیلد نحوه نوشتن کدی را نشان می دهد که از ویژگی ها و اصطلاحات Python 3 کاملاً بهره می برد. اولین کتابی که از دیدگاه کاملاً "پایتون 3" نوشته شده است، برنامه نویسی در پایتون 3 تمام دانش مورد نیاز برای نوشتن هر برنامه، استفاده از هر کتابخانه استاندارد یا شخص ثالث پایتون 3 و ایجاد ماژول های کتابخانه جدید را گرد هم می آورد. .
سامرفیلد از تجربه چندین ساله خود در پایتون استفاده می کند تا بینش عمیقی را در مورد توسعه پایتون 3 به اشتراک بگذارد که در هیچ جای دیگری نخواهید یافت. پوشش این کتاب شامل
- توسعه در پایتون با استفاده از پارادایم های برنامه نویسی رویه ای، شی گرا و تابعی
- ایجاد بسته ها و ماژول های سفارشی
- نوشتن و خواندن فایل های باینری، متن و XML، از جمله فشرده سازی اختیاری، دسترسی تصادفی، و تجزیه متن و XML
- استفاده از انواع داده ها، مجموعه ها، ساختارهای کنترلی و توابع پیشرفته
- پخش بارهای کاری برنامه در چندین فرآیند و رشته
- برنامه نویسی پایگاه داده های SQL و فایل های DBM با ارزش کلیدی
- استفاده از مینی زبان و ماژول عبارت منظم پایتون
- ساخت برنامه های کاربردی، کارآمد و مبتنی بر رابط کاربری گرافیکی
- تکنیک های برنامه نویسی پیشرفته، از جمله ژنراتورها، دکوراتورهای تابع و کلاس، مدیران زمینه، توصیفگرها، کلاس های پایه انتزاعی، متاکلاس ها و غیره
برنامه نویسی در پایتون 3 هم به عنوان مرجع آموزشی و هم به عنوان مرجع زبان عمل می کند، با تمام نمونه های تست شده در ویندوز، لینوکس و Mac OS X و قابل دانلود از وب سایت نویسنده.
توضیحاتی در مورد کتاب به زبان اصلی :
This edition has been superceded by the second edition! The two editions have mostly the same material, apart from corrections and a couple of new chapters in the second edition (which is why it is bigger). They are both around the same price, so the second edition is much better value. This first edition covers Python 3.0; the second edition covers both Python 3.0 and 3.1 (clearly marking the differences.) Keep in mind that 3.1 is the minimum 3.x edition that Python's developers recommend (3.0 won't even get security fixes). Also, thanks to the language moratorium, the Python 3.1 language will be unchanged in Python 3.2 (which will have bugfixes & improvements to the library & many other under the hood improvements of course), so the second edition is good for Python 3.0, 3.1, and 3.2.
Python 3 is the best version of the language yet: It is more powerful, convenient, consistent, and expressive than ever before. Now, Mark Summerfield demonstrates how to write code that takes full advantage of Python 3's features and idioms. The first book written from a completely "Python 3" viewpoint, Programming in Python 3 brings together all the knowledge you need to write any program, use any standard or third-party Python 3 library, and create new library modules of your own.
Summerfield draws on his many years of Python experience to share deep insights into Python 3 development you won't find anywhere else. This book's coverage includes
- Developing in Python using procedural, object-oriented, and functional programming paradigms
- Creating custom packages and modules
- Writing and reading binary, text, and XML files, including optional compression, random access, and text and XML parsing
- Leveraging advanced data types, collections, control structures, and functions
- Spreading program workloads across multiple processes and threads
- Programming SQL databases and key-value DBM files
- Utilizing Python's regular expression mini-language and module
- Building usable, efficient, GUI-based applications
- Advanced programming techniques, including generators, function and class decorators, context managers, descriptors, abstract base classes, metaclasses, and more
Programming in Python 3 serves as both tutorial and language reference, with all the examples tested on Windows, Linux, and Mac OS X, and downloadable from the author's website.