دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: SUFYAN BIN UZAYR
سری:
ISBN (شابک) : 9781000537765, 1000537765
ناشر: ROUTLEDGE
سال نشر: 2022
تعداد صفحات: [303]
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 5 Mb
در صورت تبدیل فایل کتاب MASTERING PYTHON FOR WEB a beginner's guide. به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب تسلط بر پایتون برای وب یک راهنمای مبتدی. نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Cover Half Title Series Page Title Page Copyright Page Contents About the Editor Chapter 1: Introduction to Python PYTHON 2 VS. PYTHON 3 A BRIEF HISTORY OF PYTHON INSTALLING AND CONFIGURING PYTHON HOW TO INSTALL PYTHON ON WINDOWS How to Install from the Microsoft Store How to Install from the Full Installer HOW TO INSTALL PYTHON ON macOS How to Install from the Official Installer How to Install from Homebrew HOW TO INSTALL PYTHON ON LINUX How to Install on Ubuntu and Linux Mint How to Install on Debian Linux How to Install on openSUSE How to Install on CentOS and Fedora How to Install on Arch Linux HOW TO BUILD PYTHON FROM SOURCE CODE HOW TO INSTALL PYTHON ON iOS HOW TO INSTALL PYTHON ON ANDROID ONLINE PYTHON INTERPRETERS REGENERATE CONFIGURE Chapter 2: Python Data Type Additional Methods on Integer Types STRING DATA TYPE SET DATA TYPE Operators and Methods Modifying a Set NUMBERS DATA TYPE Integers Floating Point Numbers Complex Numbers Number Type Conversion LIST DATA TYPE Accessing Values in Lists Updating Lists Delete List Elements Basic List Operations Built-In List Functions and Methods DICTIONARY DATA TYPE Creating a Dictionary Accessing Values in Dictionary Updating Dictionary Delete Dictionary Elements Properties of Dictionary Keys Built-in Dictionary Functions & Methods Tuple Data Type Accessing Values in Tuples Updating Tuples Delete Tuple Elements Basic Tuples Operations Built-in Tuple Functions Chapter 3: Python Comments and Documentation SINGLE LINE, INLINE, AND MULTILINE COMMENTS HOW PYTHON MULTILINE COMMENT WORKS? Block Comments Shebang PYTHON COMMENTING BEST PRACTICES When Writing Code for Yourself When Writing Code for Others PYTHON COMMENTING WORST PRACTICES HOW TO PRACTICE COMMENTING? PROGRAMMATICALLY ACCESSING DOCSTRINGS Single-Line Docstrings Multi-line Docstrings Docstring Formats WRITE DOCUMENTATION VIA DOCSTRINGS Paragraphs Inline Markup Sections Meta-information Markup Information Units Inline Markup Chapter 4: Programs, Algorithms, and Functions PYTHON SCRIPTS AND MODULES What’s the Python Interpreter? Using the Python Command Using the Script Filename How to Run Python Scripts Interactively How to Run Python Scripts from an IDE or a Text Editor How to Run Python Scripts from a File Manager Joining Two Strings Format Floating Point in the String Raise a Number To a Power Working with Boolean Types Use of If-Else Statement Use of AND and OR Operators Locating Modules Standard Modules Python Packages PYTHON ALGORITHMS How Do You Write Algorithms? Characteristics of an Algorithm Brute Force Divide and Conquer Tree Traversal Algorithms Sorting Algorithms Searching Algorithms Algorithm Analysis BASIC FUNCTIONS DYNAMIC PROGRAMMING Recursive Method Top-Down Method Bottom Down LAMBDA FUNCTIONS Syntax Decorators Chapter 5: Python’s Executional Model NAMES AND NAMESPACES SCOPES Using the LEGB Rule Functions: The Local Scope Nested Functions: The Enclosing Scope Modules: The Global Scope Built-In Scope MODIFYING THE BEHAVIOR OF A PYTHON SCOPE The Global Statement The Nonlocal Statement Using Enclosing Scopes as Closures Bringing Names to Scope with Import Reviewing Unusual Python Scopes Comprehension Variables Scope Exception Variables Scope Class and Instance Attributes Scope Using Scope-Related Built-In Functions OBJECTS AND CLASSES Class Objects Method Objects Inheritance Chapter 6: Python for Web Development THE BASIC CONCEPTS AROUND WEB PROGRAMMING THE DJANGO FRAMEWORK Is Django Opinionated? What Does Django Code Look Like? Handling the Request (views.py) Defining Data Models (models.py) Rendering Data (HTML Templates) REGULAR EXPRESSIONS Regular Expression Objects FLASK AND FALCON FRAMEWORKS APPRAISAL INDEX