Python入門(影印版 英文版) [Introducing Python] pdf epub mobi txt 電子書 下載 2024

圖書介紹


Python入門(影印版 英文版) [Introducing Python]


Bill Lubanovic 著



點擊這裡下載
    


想要找書就要到 求知書站
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

发表于2024-05-11

類似圖書 點擊查看全場最低價

齣版社: 東南大學齣版社
ISBN:9787564159139
版次:1
商品編碼:11789223
包裝:平裝
外文名稱:Introducing Python
開本:16開
齣版時間:2015-09-01
用紙:膠版紙
頁數:454
字數:588000
正文語種:英文

Python入門(影印版 英文版) [Introducing Python] epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

相關圖書



Python入門(影印版 英文版) [Introducing Python] epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

Python入門(影印版 英文版) [Introducing Python] pdf epub mobi txt 電子書 下載 2024



具體描述

內容簡介

  《Python入門(影印版 英文版)》容易理解而且讀起來幽默風趣,對於編程初學者和Python語言新手而言是理想的書籍。作者盧布諾維剋帶你從基礎知識開始,到深入和多樣的議題,用混閤瞭教材以及指南風格的代碼片段來解釋Python3中的概念。
  《Python入門(影印版 英文版)》章節末尾還有練習題幫助你練習剛剛學過的內容。
  你將為這門語言打下堅實的基礎,包括測試、調試、代碼復用和其他開發技巧的實踐。
  《Python入門(影印版 英文版)》將嚮你展示如何通過各種工具和開源代碼包,將Python應用於商業、科學和藝術等領域中。

目錄

Preface

1. ATaste of Py
Python in the Real World
Python versus Language X
So, Why Python?
When Not to Use Python
Python 2 versus Python 3
Installing Python
Running Python
Using the Interactive Interpreter
Use Python Files
What's Next?
Your Moment of Zen
Things to Do

2. Py Ingredients: Numbers, Strings, and Variables
Variables, Names, and Objects
Numbers
Integers
Precedence
Bases
Type Conversions
How Big Is an int?
Floats
Math Functions
Strings
Create with Quotes
Convert Data Types by Using str()
Escape with
Combine with +
Duplicate with *
Extract a Character with []
Slice with [ start : end : step ]
Get Length with len0
Split with split()
Combine with join()
Playing with Strings
Case and Alignment
Substitute with replace()
More String Things
Things to Do

3. Py Filling: Lists, Tuples, Dictionaries, and Sets
Lists and Tuples
Lists
Create with [] or list()
Convert Other Data Types to Lists with list()
Get an Item by Using [ offset ]
Lists of Lists
Change an Item by [ offset ]
Get a Slice to Extract Items by Offset Range
Add an Item to the End with append()
Combine Lists by Using extend() or +=
Add an Item by Offset with insert()
Delete an Item by Offset with del
Delete an Item by Value with remove()
Get an Item by Offset and Delete It by Using pop()
Find an Item's Offset by Value with index()
Test for a Value with in
Count Occurrences of a Value by Using count()
Convert to a String with join()
Reorder Items with sort()
Get Length by Using len()
Assign with =, Copy with copy()
Tuples
Create a Tuple by Using 0
Tuples versus Lists
Dictionaries
Create with {}
Convert by Using dict()

4. Py Crust: Code Structures
5. Py Boxes: Modules, Packages, and Programs
6. Oh Oh: Objects and Classes
7. Mangle Data Like a Pro
8. Data Has to Go Somewhere
9. The Web, Untangled
10. Systems
11. Concurrency and Networks
12. Be a Pythonista
A. PyArt
B. Pyat Work
C. PySci
D. Install Python 3
E. Answers to Exercises
F. Cheat Sheets

Index

精彩書摘

  《Python入門(影印版 英文版)》:
  That initial blank output line is the empty string'', which stands for the current directory.If '' is First in sys .path, Python looks in the current directory first when you try to import something: import report looks for report.py.
  The first match willbe used.This means that ifyou define a module named random and it's in the search path before the standard library, you won't be able to access the standard library's random now.
  Packages
  We went from single lines of code, to multiline functions, to standalone programs, to multiple modulesin the same directory To allow Python applications to scale even more, you can organize modules into file hierarchies called packages.
  Maybe we want different types of text forecasts: one for the next day and one for the next week.One way to structure this is to make a directory named sources, and create two modules within it: daily.py and weekly.py.Each has a function called forecast.The daily version returns a string, and the weekly version returns a list of seven strings.Here's the main program and the two modules.(The enuvierate() function takes apart alist and feeds each item of the list to the for loop, adding a number to each item as a liffle bonus.).
  ……

前言/序言


Python入門(影印版 英文版) [Introducing Python] 下載 mobi epub pdf txt 電子書
Python入門(影印版 英文版) [Introducing Python] pdf epub mobi txt 電子書 下載
想要找書就要到 求知書站
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

用戶評價

評分

書不錯,教你怎麼寫齣真正的Python代碼。

評分

發現是英文的

評分

很不錯!!!!!

評分

影響學習係統設計的最重要的因素是環境嚮係統提供的信息。或者更具體地說是信息的質量。知識庫裏存放的是指導執行部分動作的一般原則,但環境嚮學習係統提供的信息卻是各種各樣的。如果信息的質量比較高,與一般原則的差彆比較小,則學習部分比較容易處理。如果嚮學習係統提供的是雜亂無章的指導執行具體動作的具體信息,則學習係統需要在獲得足夠數據之後,刪除不必要的細節,進行總結推廣,形成指導動作的一般原則,放入知識庫,這樣學習部分的任務就比較繁重,設計起來也較為睏難。

評分

發現是英文的

評分

買的影印版 都是黑白的 應該買英文原版的 是一本好書

評分

內容有深度但又易懂,是 Python 學習的重要參考書

評分

入門必備,推薦

評分

不錯就是不錯嘛 還非得打六個字

類似圖書 點擊查看全場最低價

Python入門(影印版 英文版) [Introducing Python] pdf epub mobi txt 電子書 下載





相關圖書


本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 tushu.tinynews.org All Rights Reserved. 求知書站 版权所有