دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Obi Ike-Nwosu
سری:
ناشر: leanpub.com
سال نشر: 2015
تعداد صفحات: 174
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 9 مگابایت
کلمات کلیدی مربوط به کتاب پایتون متوسط: مرجع، زبان های برنامه نویسی، پایتون، برنامه نویسی، کامپیوتر و فناوری
در صورت تبدیل فایل کتاب Intermediate Python به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب پایتون متوسط نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Table of Contents Acknowledgements An Introduction The Evolution of Python Python 2 vs Python 3 The Python Programming Language A Very Short Tutorial Using Python Python Statements, Line Structure and Indentation Strings Flow Control Functions Data Structures Classes Modules Exceptions Input and Output Getting Help Intermezzo: Glossary Names and Binding Code Blocks Name-spaces Scopes eval() exec() Objects 201 Strong and Weak Object References The Type Hierarchy None Type NotImplemented Type Ellipsis Type Numeric Type Sequence Type Set Mapping Callable Types Custom Type Module Type File/IO Types Built-in Types Object Oriented Programming The Mechanics of Class Definitions Class Objects Instance Objects Method Objects Customizing User-defined Types Special methods for Type Emulation Special Methods for comparing objects Special Methods and Attributes for Miscellaneous Customizations A Vector class Inheritance The super keyword Multiple Inheritance Static and Class Methods Static Methods Class Methods Descriptors and Properties Enter Python Descriptors Class Properties Abstract Base Classes The Function Function Definitions Functions are Objects Functions are descriptors Calling Functions Unpacking Function Argument * and ** Function Parameters Nested functions and Closures A Byte of Functional Programming The Basics Comprehensions Functools Sequences and Functional Programming Iterators and Generators Iterators The Itertools Module Generators Generator Functions Generator Expressions The Beauty of Generators and Iterators From Generators To Coroutines Simulating Multitasking with Coroutines The yield from keyword A Game of Life MetaProgramming and Co. Decorators Function Decorators Decorators in Python Passing Arguments To Decorated Functions Decorator Functions with Arguments Functools.wrap Class Decorators Decorator Recipes Metaclasses Metaclasses in Action Overriding __new__ vs __init__ in Custom Metaclasses Context Managers The Contextlib module Modules And Packages Modules Reloading Modules How are Modules found? Packages Regular Packages Namespace Packages The Import System The Import Search Process Why You Probably Should Not Reload Modules… Distributing Python Programs Inspecting Objects Handling source code Inspecting Classes and Functions Interacting with Interpreter Stacks The Zen of Python …