ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Modern Python Cookbook

دانلود کتاب کتاب آشپزی پایتون مدرن

Modern Python Cookbook

مشخصات کتاب

Modern Python Cookbook

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781786463845, 1786469251 
ناشر: Packt Publishing 
سال نشر: 2016;2017 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : MOBI (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 7 مگابایت 

قیمت کتاب (تومان) : 52,000



کلمات کلیدی مربوط به کتاب کتاب آشپزی پایتون مدرن: پایتون، کتاب های الکترونیکی



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 14


در صورت تبدیل فایل کتاب Modern Python Cookbook به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب کتاب آشپزی پایتون مدرن نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب کتاب آشپزی پایتون مدرن

حاشیه نویسی; جلد; کپی رایت؛ وام؛ درباره نویسنده؛ درباره داوران؛ www.PacktPub.com; فهرست مطالب؛ پیشگفتار؛ فصل 1: اعداد، رشته ها و تاپل ها. معرفی؛ ایجاد نام های معنی دار و استفاده از متغیرها. آماده شدن؛ چگونه انجامش بدهیم ... ؛ انتخاب عاقلانه اسامی؛ اختصاص نام به اشیاء؛ چگونه کار می کند ... ; موارد بیشتری وجود دارد ... همچنین ببینید؛ کار با اعداد صحیح بزرگ و کوچک؛ آماده شدن؛ چگونه انجامش بدهیم ... ؛ چگونه کار می کند ... ; موارد بیشتری وجود دارد ... همچنین ببینید؛ انتخاب بین شناور، اعشاری، و کسر. آماده شدن؛ چگونه انجامش بدهیم ... ؛ انجام محاسبات ارزی؛ محاسبات کسری


توضیحاتی درمورد کتاب به خارجی

Annotation;Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Numbers, Strings, and Tuples; Introduction; Creating meaningful names and using variables; Getting ready; How to do it ... ; Choosing names wisely; Assigning names to objects; How it works ... ; There's more ... ; See also; Working with large and small integers; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Choosing between float, decimal, and fraction; Getting ready; How to do it ... ; Doing currency calculations; Fraction calculations.



فهرست مطالب

Cover
Copyright
Credits
About the Author
About the Reviewers
www.PacktPub.com
Table of Contents
Preface
Chapter 1: Numbers, Strings, and Tuples
Introduction
Creating meaningful names and using variables
Getting ready
How to do it ...
Choosing names wisely
Assigning names to objects
How it works ...
There\'s more ...
See also
Working with large and small integers
Getting ready
How to do it ...
How it works ...
There\'s more ...
See also
Choosing between float, decimal, and fraction
Getting ready
How to do it ...
Doing currency calculations
Fraction calculations. Floating-point approximationsConverting numbers from one type to another
How it works ...
There\'s more ...
See also
Choosing between true division and floor division
Getting ready
How to do it ...
Doing floor division
Doing true division
Rational fraction calculations
How it works ...
See also
Rewriting an immutable string
Getting ready
How to do it ...
Slicing a piece of a string
Updating a string with a replacement
Making a string all lowercase
Removing extra punctuation marks
How it works ...
There\'s more ...
See also
String parsing with regular expressions
Getting ready
How to do it ... How it works ... There\'s more ...
See also
Building complex strings with \"template\".format()
Getting ready
How to do it ...
How it works ...
There\'s more ...
See also
Building complex strings from lists of characters
Getting ready
How to do it ...
How it works ...
There\'s more
See also
Using the Unicode characters that aren\'t on our keyboards
Getting ready
How to do it ...
How it works ...
See also
Encoding strings --
creating ASCII and UTF-8 bytes
Getting ready
How to do it ...
How it works ...
See also
Decoding bytes --
how to get proper characters from some bytes
Getting ready
How to do it. How it works ... See also
Using tuples of items
Getting ready
How to do it ...
Creating tuples
Extracting items from a tuple
How it works ...
There\'s more
See also ...
Chapter 2: Statements and Syntax
Introduction
Writing Python script and module files --
syntax basics
Getting ready
How to do it ...
How it works ...
There\'s more ...
See also
Writing long lines of code
Getting ready
How to do it ...
Using backslash to break a long statement into logical lines
Using the () characters to break a long statement into sensible pieces
Using string literal concatenation. Assigning intermediate results to separate variablesHow it works ...
There\'s more ...
See also
Including descriptions and documentation
Getting ready
How to do it ...
Writing docstrings for scripts
Writing docstrings for library modules
How it works ...
There\'s more ...
See also
Writing better RST markup in docstrings
Getting ready
How to do it ...
How it works ...
There\'s more ...
Using directives
Using inline markup
See also
Designing complex if ... elif chains
Getting ready
How to do it ...
How it works ...
There\'s more ...
See also
Designing a while statement which terminates properly
Getting ready.




نظرات کاربران