[www.ed2k.online]下載基地為您提供軟件、遊戲、圖書、教育等各種資源的ED2K電驢共享下載和MAGNET磁力鏈接下載。
設為首頁
加入收藏
首頁 圖書資源 軟件資源 游戲資源 教育資源 其他資源
 電驢下載基地 >> 其他资源 >> 電腦基礎 >> 《Python3基礎教程》(Lynda.com.Python3 Enssential Training)[光盤鏡像]
《Python3基礎教程》(Lynda.com.Python3 Enssential Training)[光盤鏡像]
下載分級 其他资源
資源類別 電腦基礎
發布時間 2017/7/13
大       小 -
《Python3基礎教程》(Lynda.com.Python3 Enssential Training)[光盤鏡像] 簡介: 中文名 : Python3基礎教程 英文名 : Lynda.com.Python3 Enssential Training 資源格式 : 光盤鏡像 主講人 : Bill Weinman 發行日期 : 2010年07月29日 地區 : 美國 對白語言 : 英語 文字語言 : 英文 簡介 : 由於python的功能強大,簡潔和完全的面向對象,python已經成為很多大型組
電驢資源下載/磁力鏈接資源下載:
全選
"《Python3基礎教程》(Lynda.com.Python3 Enssential Training)[光盤鏡像]"介紹
中文名: Python3基礎教程
英文名: Lynda.com.Python3 Enssential Training
資源格式: 光盤鏡像
主講人: Bill Weinman
發行日期: 2010年07月29日
地區: 美國
對白語言: 英語
文字語言: 英文
簡介:

由於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 
相關資源:

免責聲明:本網站內容收集於互聯網,本站不承擔任何由於內容的合法性及健康性所引起的爭議和法律責任。如果侵犯了你的權益,請通知我們,我們會及時刪除相關內容,謝謝合作! 聯系信箱:[email protected]

Copyright © 電驢下載基地 All Rights Reserved