xyz

xyz軟體王

會員登錄
TKB 公職考試
台大醫科榜首推薦
超級補教名師林晟
超級函授
鼎文公職
高點
Adobe 2020
AutoDesk 2020
AutoDesk 2019
布袋戲
107學年下學期
國小補教
國中補教
高中補教
英語補教
幼兒補教
國家考試
站長推薦電影
漫畫小說
生活歷史百科
軟體程式合集
情色 自拍 圖片影音
生活雜項
名校课程
TED演講集
Windows 系統應用軟體
Macos系統應用軟體
專業應用軟體光碟
醫學养生保健
綜合軟體
實用教學軟体
風水算命軟體
影音材質光碟
電腦遊戲
電腦教學光碟
專業CAD光碟
影像圖庫
DVD專業CAD光碟
DVD綜合應用程式
DVD軟體程式合輯
MP3音樂光碟
藍光電影25G
藍光音樂25G
藍光其他25G
藍光電影50G
藍光音樂50G
藍光其他50G
MTV影音光碟
布袋戲
xyz 站內搜索 購物結帳 手動下單 問題反應 訂單查詢 訂購說明
您現在的位置:網站首頁 專業軟體光碟 綜合軟體 碟片詳情
商品编号: xdvd0819c
商品名稱: Python3基礎教程 Lynda.com.Python3 Enssential Training 英文版 CD
碟片數量: 1片
銷售價格: 100
瀏覽次數: 23267

轉載TXT文檔】  
您可能感興趣:
您可能也喜歡:
xdvd1557c--友立數碼影像動態素材庫 禮花 Ulead Pick-a-Video CD
xdvd2795d-2--Informit Ruby On Rails 3 Tutorial LiveLessons Learn Rails By Example 英文版 DVD9
xdvd2613c--visual studio team foundation server 2010 x86 x64 繁體中文 CD
xdvd2796c--KeyBoard Magazine 2010 PDF 英文版 CD
xdvd2797d--Learn And Master Ballroom Dance D10 英文版 DVD
Python3基礎教程 Lynda.com.Python3 Enssential Training 英文版 CD

由於python的功能強大,簡潔和完全的面向對象,python已經成為很多大型組織包括谷歌,雅虎和IBM的腳本語言的理想選擇。在本教程裡, Bill Weinman 致力於教給大家怎樣用python 3 來創造出完美設計的腳本和管理已經存在的項目。本教程覆蓋了基本的python3的語法和用法,包括高級特性比如面向對象,擴展和異常。教程中示範項目包括了一個標準化的數據庫藉口和一個完全實現數據的創建,查詢,更新,刪除的應用程序。練習是和教程同步的。
教程中的內容包括:
* 面向有經驗的開發者的Python3的快速介紹。
* 創建函數和對象
* 使用python的內置對象和類
* 使用循環和迭代來讓代碼循環執行
* 理解並使用條件表達式
* 用繼承來創建語句
* 用對象和庫來重用代碼
* 使用異常來處理錯誤
Due to its power, simplicity, and complete object model, Python has become the scripting language of choice for many large organizations, including Google, Yahoo, and IBM. In Python 3 Essential Training, Bill Weinman demonstrates how to use Python 3 to create well -designed scripts and maintain existing projects. This course covers the basics of the language syntax and usage, as well as advanced features such as objects, generators, and exceptions. Example projects include a normalized database interface and a complete working CRUD application. Exercise files accompany the course.
Topics include:

* A Python 3 quick start for experienced developers
* Creating functions and objects
* Using Python’s built-in objects and classes
* Repeating code with loops and iterators
* Understanding and using conditional expressions
* Creating sequences with generators
* Reusing code with objects and libraries
* Handling errors with exceptions

Exercise Files
ex. files video
The advantage of exercise files.

Exercise files are copies of the identical files (documents, photos and so on) the author uses throughout this course. The files will help you make the most of your learning experience by providing you the opportunity to open them in your own software and follow along with tutorials. Exercise files are available to Premium Subscribers only. Learn more.

目錄:

1. Introduction
Welcome 01:32
Understanding prerequisites for Python 02:04
Using the exercise files 01:38
33:29 2. Python Quick Start
Getting started with "Hello World" 04:43
Selecting code with conditionals 04:45
Repeating code with a loop 04:13
Reusing code with a function 02:43
Creating sequences with generator functions 02:46
Reusing code and data with a class 04:39
Greater reusability with inheritance and polymorphism 07:17
Handling errors with exceptions 02:23
17:01 3. Setting Up Python
Installing Python 3 and Eclipse for Mac 08:45
Installing Python 3 and Eclipse for Windows 08:16
28:00 4. General Syntax
Creating a main script 03:27
Understanding whitespace in Python 04:08
Commenting code 03:28
Assigning values 03:37
Selecting code and values with conditionals 04:46
Creating and using functions 03:54
Creating and using objects 04:40
31:23 5. Variables, Objects, and Values
Understanding variables and objects in Python 02:46
Distinguishing mutable and immutable objects 02:41
Using numbers 03:34
Using strings 06:38
Aggregating values with lists and tuples 04:55
Creating associative lists with dictionaries 04:24
Finding the type and identity of a variable 04:45
Specifying logical values with True and False 01:40
09:42 6. Conditionals
Selecting code with if and else conditional statements 02:22
Setting multiple choices with elif 02:14
Understanding other strategies for multiple choices 02:38
Using the conditional expression 02:28
11:26 7. Loops
Creating loops with while 01:27
Iterating with for 03:54
Enumerating iterators 03:22
Controlling loop flow with break, continue, and else 02:43
23:28 8. Operators
Performing simple arithmetic 02:14
Operating on bitwise values 03:30
Comparing values 03:32
Operating on Boolean values 02:59
Operating on parts of a container with the slice operator 06:52
Understanding operator precedence 04:21
11:34 9. Regular Expressions
Using the re module 01:04
Searching with regular expressions 03:12
Replacing with regular expressions 03:29
Reusing regular expressions with re.compile 03:49
09:10 10. Exceptions
Learning how exceptions work 01:18
Handling exceptions 04:15
Raising exceptions 03:37
23:01 11. Functions
Defining functions 06:23
Using lists of arguments 02:26
Using named function arguments 04:32
Returning values from functions 01:55
Creating a sequence with a generator function 07:45
47:29 12. Classes
Understanding classes and objects 05:12
Using methods 06:12
Using object data 10:04
Understanding inheritance 05:11
Applying polymorphism to classes 07:13
Using generators 09:48
Using decorators 03:49
18:54 13. String Methods
Understanding strings as objects 03:25
Working with common string methods 05:24
Formatting strings with str.format 05:31
Splitting and joining strings 02:49
Finding and using standard string methods 01:45
25:27 14. Containers
Creating sequences with tuples and lists 04:06
Operating on sequences with built-in methods 05:50
Organizing data with dictionaries 04:56
Operating on character data with bytes and byte arrays 10:35
11:46 15. File I/O
Opening files 02:04
Reading and writing text files 04:33
Reading and writing binary files 05:09
21:27 16. Databases
Creating a database with SQLite 3 06:56
Creating, retrieving, updating, and deleting records 07:31
Creating a database object 07:00
18:27 17. Modules
Using standard library modules 08:00
Finding third-party modules 05:47
Creating a module 04:40
23:11 18. Debugging
Dealing with syntax errors 08:19
Dealing with runtime errors 04:00
Dealing with logical errors 04:22
Using unit tests 06:30
19:56 19. Building a Database Application
Normalizing a database interface 06:39
Deconstructing a database application 08:09
Displaying random entries from a database 05:08
00:29 Conclusion
Goodbye 00:29

站內搜索
     
購物清單
熱門關鍵字
龍騰版   
105年   
105學年   
106學年   
106年   
107學年   
107年   
程薇   
上學期   
高上   
樂學網   
嫩模   
李祥   
程逸   
祝欲   
周易   
劉明彰   
張凡   
張皓   
劉逸   
莊柏   
TKB   
xyz藍光   
xyz志光   
志光lod   
校用卷   
點線面   
KO會考   
口袋書   
會考ING   
建弘   
103年   
易經   
李居明   
占卜   
姓名學   
蘇民峰   
面相   
風水   
六爻   
八字   
舒淇   
賴思澐   
賴瀅羽   
黑澀會   
何欣純   
李宗瑞   
素材   
鼎甲   
何嘉仁   
卡通   
畫畫書   
填色本   
楊鑫   
adult   
音樂MP3   
全領域   
全年級   
97年   
Autodesk   
電影版   
6年級   
林晟   
ansys   
馬蓋先   
TURBOCAD   
NOD32   
SketchUp   
ImTOO   
SPSS   
PAPAGO   
Max   
3ds   
SolidWorks   
Nero   
鋼鐵人   
Wildfire   
Engineer   
PTC   
powerdvd   
YOYO   
自拍   
魔法24   
葉問   
flash   
mastercamx   
photoshop   
Adobe   
AUTOCAD   
正妹   
譯典通   
正航   
迪士尼   
微軟   
圖庫   
DVD合輯   
題庫   
相聲   
謝孟媛   
陳巃羽   
野馬   
高昇   
建宏   
金安   
全都會   
北北基   
Siemens   
翰林   
康軒   
Office   
Microsoft   
幼教   
巧連智   
南一   
下學期   
iPod   
iPhone   
iPAD   
鼎文   
Android   
高考   
知識達   
高普考   
高點   
sitemap xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz xyz