
دانلود کتاب CherryPy Essentials – Rapid Python Web Application Development (به فارسی: CherryPy Essentials – توسعه سریع برنامه وب پایتون) نوشته شده توسط «Sylvain Hellegouarch»
اطلاعات کتاب CherryPy Essentials – توسعه سریع برنامه وب پایتون
موضوع اصلی: شبکه: اینترنت
نوع: کتاب الکترونیکی
ناشر: Packt Publishing
نویسنده: Sylvain Hellegouarch
زبان: English
فرمت کتاب: pdf (قابل تبدیل به سایر فرمت ها)
سال انتشار: 2007
تعداد صفحه: 270
حجم کتاب: 4 مگابایت
کد کتاب: 9781904811848 , 1904811841
توضیحات کتاب CherryPy Essentials – توسعه سریع برنامه وب پایتون
برنامه های وب پایتون خود را به راحتی طراحی، توسعه، آزمایش و استقرار کنید
در ساخت یک برنامه وب کامل پایتون با استفاده از CherryPy 3 قدم می زند
– رابط CherryPy HTTP: Python
– از CherryPy با سایر کتابخانه های پایتون استفاده کنید
– طراحی، امنیت، تست و استقرار
در جزئیات
CherryPy یک کتابخانه پایتون برای توسعه وب است که به توسعه دهندگان این امکان را می دهد تا برنامه های کاربردی وب را مانند هر برنامه شی گرا دیگر پایتون بسازند. این ابزار که با چندین سال توسعه فعال غنی شده است، به یکی از شناخته شده ترین ابزارها برای ساخت برنامه های کاربردی وب جامد و با کارایی بالا در پایتون تبدیل شده است. CherryPy پروتکل پیچیده HTTP سطح پایین را در یک رابط کاربری آسان که به اصطلاحات پایتون احترام می گذارد، خلاصه می کند. هدف این کتابخانه ساده بودن یادگیری برای افراد مبتدی و در عین حال ارائه پیشرفته ترین ویژگی ها به توسعه دهندگان مسلط پایتون است. به این دلایل CherryPy در قلب چارچوب وب محبوب و غنی TurboGears انتخاب شد. برنامههای تحت وب مبتنی بر CherryPy، برنامههای پایتون مستقل با وب سرور چند رشتهای تعبیهشده خود هستند، اما همچنین میتوانند برای مقیاسپذیری در پشت Apache یا IIS اجرا شوند.
از این کتاب چه چیزی خواهید آموخت؟
– کتاب در مورد CherryPy 3 خواهد بود
– نصب CherryPy با استفاده از tarball، egg و subversion
– کتابخانه CherryPy در عمق: طراحی آن و نحوه استفاده از آن
– استفاده از CherryPy با محصولات رایج پایتون و غیر پایتون
– نگاشت رابطه ای شی با SQLObject، SQLAlchemy و Dejavu
– خدمات وب از طریق REST و پروتکل انتشار اتم
– برنامه نویسی AJAX و سمت کلاینت از طریق MochiKit
– تست واحد، عملکردی و بار
– راه حل های استقرار CherryPy، Apache و lighttpd
رویکرد
کتاب با دو فصل به CherryPy، تاریخچه و نصب آن شروع می شود. سپس از طریق معرفی ملایم ویژگیها و مفاهیم اصلی CherryPy به بررسی کامل قابلیتهای اصلی آن میپردازد. پس از پایهگذاری این کتاب، به نمونهای در دنیای واقعی میپردازد که مراحل مهم ایجاد یک برنامه فوتوبلاگ را شرح میدهد. این فصل ها دستکاری پایگاه داده از طریق Object Relational Mapping (ORM)، با استفاده از خدمات وب برای بهبود برنامه و اسکریپت سمت مشتری از طریق AJAX را پوشش می دهد. در نهایت، این کتاب نیاز به تست واحد، عملکرد و عملکرد را قبل از بسته شدن با راهحلهای استقرار برای یک برنامه مبتنی بر CherryPy پوشش میدهد.
این کتاب برای چه کسی نوشته شده است؟
این کتاب عمدتاً برای توسعه دهندگان وب پایتون طراحی شده است که به دنبال افزودن قدرت کتابخانه CherryPy به مجموعه مهارت های پایتون موجود خود هستند. این فرض بر دانش کاری خوب پایتون است. اگرچه جعبه ابزار CherryPy هسته اصلی کتاب است، بسیاری از کتابخانه های رایج دیگر معرفی شده اند
Walks through building a complete Python web application using CherryPy 3
– The CherryPy HTTP:Python interface
– Use CherryPy with other Python libraries
– Design, security, testing, and deployment
In Detail
CherryPy is a Python library for web development that allows developers to build web applications in the same way as any other object-oriented Python program. Enriched by several years of active development, it has become one of the most established toolkits for building solid and high-performance web applications in Python. CherryPy abstracts the complex low-level HTTP protocol into an easy-to-use interface that respects Python idioms. The library aims at being simple to learn for a beginner while offering the most advanced features to fluent Python developers. For these reasons CherryPy was chosen to be at the heart of the popular and feature-rich TurboGears web framework. CherryPy-powered web applications are stand-alone Python applications with their own embedded multi-threaded web server, but can also run behind Apache or IIS for scalability.
What you will learn from this book?
– The book will be about CherryPy 3
– CherryPy installation using the tarball, egg, and subversion
– The CherryPy library in depth: its design and how to use it
– Using CherryPy with common Python and non-Python products
– Object Relational Mapping with SQLObject, SQLAlchemy, and Dejavu
– Web Services via REST and the Atom Publishing Protocol
– AJAX and client-side scripting via MochiKit
– Unit, functional, and load testing
– CherryPy, Apache, and lighttpd deployment solutions
Approach
The book starts with two chapters dedicated to CherryPy, its history and installation. It then moves through a gentle introduction to the main features and concepts of CherryPy to a thorough review of its core capabilities. After laying this foundation the book dives into a real-world example, detailing important steps in the creation of a photoblog application. These chapters cover database manipulation via Object Relational Mapping (ORM), using web services to enhance the application, and client-side scripting through AJAX. Finally, the book covers the need for unit, functional, and performance testing before closing with deployment solutions for a CherryPy-based application.
Who this book is written for?
This book is principally geared towards Python web developers, who are looking to add the power of the CherryPy library to their existing Python skillset. It assumes a good working knowledge of Python. Although the CherryPy toolkit is at the core of the book, many other common libraries are introduced
دانلود کتاب «CherryPy Essentials – توسعه سریع برنامه وب پایتون»

📖 خرید این کتاب
برای دریافت فایل و اطلاع از قیمت، روی یکی از دکمههای زیر کلیک کنید تا پیام آماده برای شما ارسال شود:
پس از ارسال پیام، قیمت و لینک دریافت فایل در اسرع وقت برای شما ارسال خواهد شد.