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

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

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


簡體網頁||繁體網頁
Bill Lubanovic 著

下載链接在页面底部


點擊這裡下載
    


想要找書就要到 靜思書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-05-13

商品介绍



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

Python入門(影印版 英文版) [Introducing Python] epub pdf 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] epub pdf mobi txt 電子書 下載 2024

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

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

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

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

讀者評價

評分

好書哈隻是環境搭建寫得不細

評分

最好是在有一定基礎的程度上買,收貨會更大。

評分

最近喜歡屯動物書

評分

很好的書,希望藉此提升編程實力

評分

一般般,,,,,,

評分

非常好的一本書,強烈推薦。

評分

這樣一本好書,怎麼連還印刷的這麼差勁!!

評分

講解Python最好的一本書瞭。對於編程初學者來說太難,但是對於有編程經驗的人來說非常有用。

評分

書非常不錯,但並不是入門Python書籍,適閤有一定基礎的讀者

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

类似图書 點擊查看全場最低價

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


分享鏈接





相关書籍


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

友情鏈接

© 2024 book.tinynews.org All Rights Reserved. 靜思書屋 版权所有