Network Programming in Python: The Basic: A Detailed Guide to Python 3 Network Programming and Management (English Edition)
            
暫譯: Python 網路程式設計:基礎篇:Python 3 網路程式設計與管理的詳細指南(英文版)
        
        Galbraith, John
- 出版商: BPB Publications
- 出版日期: 2022-05-03
- 售價: $1,320
- 貴賓價: 9.5 折 $1,254
- 語言: 英文
- 頁數: 522
- 裝訂: Quality Paper - also called trade paper
- ISBN: 9355512570
- ISBN-13: 9789355512574
- 
    相關分類:
    
      Python
 
海外代購書籍(需單獨結帳)
買這商品的人也買了...
- 
                
                   $825Inside the Microsoft Build Engine: Using MSBuild and Team Foundation Build (Paperback) $825Inside the Microsoft Build Engine: Using MSBuild and Team Foundation Build (Paperback)
- 
                
                   圖解電池入門 圖解電池入門$280$238
- 
                
                   Mastering Windows 8 C++ App Development Mastering Windows 8 C++ App Development$1,800$1,710
- 
                
                   $352密碼學 (C\C++語言實現原書第2版) $352密碼學 (C\C++語言實現原書第2版)
- 
                
                   世界第一簡單電池 世界第一簡單電池$280$238
- 
                
                   $179基於 ARM Cortex-M3 的 STM32 微控制器實戰教程, 2/e $179基於 ARM Cortex-M3 的 STM32 微控制器實戰教程, 2/e
- 
                
                   Deploy Containers on Aws: With Ec2, Ecs, and Eks (Paperback) Deploy Containers on Aws: With Ec2, Ecs, and Eks (Paperback)$2,920$2,774
- 
                
                   AI 自動化測試:技術原理、平臺搭建與工程實踐 AI 自動化測試:技術原理、平臺搭建與工程實踐$534$507
- 
                
                   嵌入式系統設計 (基於STM32F4) 嵌入式系統設計 (基於STM32F4)$390$371
- 
                
                   $505深入淺出 Embedding:原理解析與應用實踐 $505深入淺出 Embedding:原理解析與應用實踐
- 
                
                   複利的喜悅:從價值投資到人生決策,啟發巴菲特、蒙格等投資典範的穩健致富金律 複利的喜悅:從價值投資到人生決策,啟發巴菲特、蒙格等投資典範的穩健致富金律$620$527
- 
                
                   $199嵌入式技術應用項目式教程(STM32版) $199嵌入式技術應用項目式教程(STM32版)
- 
                
                   Python for Cybersecurity: Using Python for Cyber Offense and Defense Python for Cybersecurity: Using Python for Cyber Offense and Defense$1,050$998
- 
                
                   Keras 大神歸位:深度學習全面進化!用 Python 實作 CNN、RNN、GRU、LSTM、GAN、VAE、Transformer Keras 大神歸位:深度學習全面進化!用 Python 實作 CNN、RNN、GRU、LSTM、GAN、VAE、Transformer$1,200$948
- 
                
                   Hands-On Visual Studio 2022: A developer's guide to exploring new features and best practices in VS2022 for maximum productivity (Paperback) Hands-On Visual Studio 2022: A developer's guide to exploring new features and best practices in VS2022 for maximum productivity (Paperback)$2,390$2,271
- 
                
                   $352基於 ARM Cortex-M3 的 STM32 嵌入式系統原理及應用 $352基於 ARM Cortex-M3 的 STM32 嵌入式系統原理及應用
- 
                
                   $232STM32 單片機原理與應用 $232STM32 單片機原理與應用
- 
                
                   四軸飛行器 DIY — 基於 STM32 微控制器 四軸飛行器 DIY — 基於 STM32 微控制器$234$222
- 
                
                   ChatGPT 與 AI繪圖效率大師:從日常到職場的全方位應用總整理,48小時迎接減壓新生活! ChatGPT 與 AI繪圖效率大師:從日常到職場的全方位應用總整理,48小時迎接減壓新生活!$620$484
- 
                
                   ChatGPT 領軍 DALL-E 2 + Midjourney + D-ID + Synthesia:邁向 AI文字、圖像、影片之路 (全彩印刷) ChatGPT 領軍 DALL-E 2 + Midjourney + D-ID + Synthesia:邁向 AI文字、圖像、影片之路 (全彩印刷)$500$395
- 
                
                   都問 AI 吧!ChatGPT 上手的第一本書 都問 AI 吧!ChatGPT 上手的第一本書$380$323
- 
                
                   $607巧學易用單片機 — 從零基礎入門到項目實戰 $607巧學易用單片機 — 從零基礎入門到項目實戰
- 
                
                   $301嵌入式技術及應用 (STM32CubeMX版) $301嵌入式技術及應用 (STM32CubeMX版)
- 
                
                   嵌入式設計與開發實訓指導 嵌入式設計與開發實訓指導$354$336
- 
                
                   高速省電 CPU 的未來 - STM32F103 嵌入式 Arm 系統專案實作 高速省電 CPU 的未來 - STM32F103 嵌入式 Arm 系統專案實作$1,000$790
商品描述
For programmers who need to use Python for network-related activities and apps
KEY FEATURES
● Comprehensive coverage of Python 3's improved SSL support.
● Create an asynchronous I/O loop on your own.
● A look at the "asyncio" framework, which is included with Python 3.4.
DESCRIPTION
This book includes revisions for Python 3 as well as all of the classic topics covered, such as network protocols, network data and errors, email, server architecture, and HTTP and web applications.
● Comprehensive coverage of Python 3's improved SSL support.
● How to create an asynchronous I/O loop on your own.
● A look at the "asyncio" framework, which is included with Python 3.4.
● The Flask web framework's URL-to-Python code connection.
● How to safeguard your website from cross-site scripting and cross-site request forgery attacks.
● How Django, a full-stack web framework, can automate the round journey from your database to the screen and back.
WHAT YOU WILL LEARN
● Asynchronous models and socket-based networks
● Monitor distant systems using Telnet and SSH connections
● Interact with websites using XML-RPC, SOAP, and REST APIs
● Configure virtual networks in various deployment scenarios
● Analyze security weaknesses in a network
WHO THIS BOOK IS FOR
This book is for Python programmers who need a thorough understanding of how to use Python for network-related activities and applications. This book covers all you need to know about web application development, systems integration, and system administration.
商品描述(中文翻譯)
適合需要使用 Python 進行網路相關活動和應用程式的程式設計師
主要特點
● 全面涵蓋 Python 3 改進的 SSL 支援。
● 自行創建非同步 I/O 迴圈。
● 介紹隨 Python 3.4 附帶的 'asyncio' 框架。
書籍描述
本書包含 Python 3 的修訂版本,以及所有經典主題的內容,例如網路協議、網路數據和錯誤、電子郵件、伺服器架構,以及 HTTP 和網頁應用程式。
● 全面涵蓋 Python 3 改進的 SSL 支援。
● 如何自行創建非同步 I/O 迴圈。
● 介紹隨 Python 3.4 附帶的 'asyncio' 框架。
● Flask 網頁框架的 URL 與 Python 代碼的連接。
● 如何保護您的網站免受跨站腳本和跨站請求偽造攻擊。
● 如何使用全棧網頁框架 Django 自動化從資料庫到螢幕再回來的整個過程。
您將學到的內容
● 非同步模型和基於套接字的網路
● 使用 Telnet 和 SSH 連接監控遠端系統
● 使用 XML-RPC、SOAP 和 REST API 與網站互動
● 在各種部署場景中配置虛擬網路
● 分析網路中的安全弱點
本書適合誰閱讀
本書適合需要深入了解如何使用 Python 進行網路相關活動和應用程式的 Python 程式設計師。這本書涵蓋了您需要了解的所有有關網頁應用程式開發、系統整合和系統管理的知識。
 
 
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    
 
     
     
     
    