دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Harry Yoon
سری:
ناشر:
سال نشر: 2022
تعداد صفحات: [169]
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 4 Mb
در صورت تبدیل فایل کتاب Python 3.11+ mini reference به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب مرجع مینی پایتون 3.11+ نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Python Mini Reference 2022: A Quick Guide to the Modern Python Programming Language (REVIEW COPY) Copyright Preface Table of Contents Chapter 1. Introduction Chapter 2. Python Programs 2.1. 2.2. Chapter 3. Program Execution 3.1. 3.2. 3.3. 3.4. 3.5. 3.6. Chapter 4. Packages & Modules 4.1. 4.2. 4.3. Chapter 5. Python Source Code 5.1. 5.2. 5.3. 5.4. 5.5. Compound Type Literals 5.6. 5.7. Chapter 6. Objects 6.1. Identities 6.2. Attributes 6.3. Types 6.4. 6.5. Mutable vs Immutable Types 6.6. Constructors 6.7. Boolean Context 6.8. Lifetime of an Object Chapter 7. Simple Types 7.1. None 7.2. NotImplemented 7.3. Ellipsis 7.4. Numbers Chapter 8. Compound Types 8.1. Tuples, Lists, Sets, and Dictionaries 8.2. Sequences 8.3. Immutable Sequences 8.4. Mutable Sequences 8.5. Set Types 8.6. Mappings Chapter 9. Expressions 9.1. 9.2. Evaluation Order 9.3. Assignment Expressions 9.4. Conditional Expressions 9.5. Arithmetic Conversions 9.6. Arithmetic Operations 9.7. Bitwise Operations 9.8. 9.9. Comparisons Chapter 10. Simple Statements 10.1. Expression Statement 10.2. 10.3. The pass Statement 10.4. The return Statement 10.5. The raise Statement 10.6. The break Statement 10.7. The continue Statement 10.8. The global Statement 10.9. The nonlocal Statement 10.10. The del Statement 10.11. The assert Statement Chapter 11. Compound Statements 11.1. The 11.2. The 11.3. The 11.4. The 11.5. The Chapter 12. Pattern Matching 12.1. The 12.2. Patterns Chapter 13. Functions 13.1. Function Definition 13.2. Function Parameters 13.3. Optional Parameters 13.4. "Varargs" Functions 13.5. Function Call 13.6. 13.7. map, filter, and reduce 13.8. Chapter 14. Classes 14.1. Class Definition 14.2. Classes and Instances 14.3. 14.4. 14.5. Chapter 15. Coroutines & Asynchronous Programming 15.1. 15.2. 15.3. 15.4. 15.5. 15.6. 15.7. Other About the Author About the Series Community Support