589689.xyz

- Python 3 Essential Training

  • 收录时间:2018-03-19 21:10:46
  • 文件大小:450MB
  • 下载次数:427
  • 最近下载:2021-01-16 06:00:41
  • 磁力链接:

文件列表

  1. 03 Setting Up Python/0301 Installing Python 3 and Eclipse for Mac.mov 14MB
  2. 17 Modules/1701 Using standard library modules.mov 14MB
  3. 16 Databases/1603 Creating a database object.mov 12MB
  4. 02 Python Quick Start/0207 Greater reusability with inheritance and polymorphism.mov 12MB
  5. 03 Setting Up Python/0302 Installing Python 3 and Eclipse for Windows.mov 12MB
  6. 19 Building a Database Application/1902 Deconstructing a database application.mov 12MB
  7. 12 Classes/1203 Using object data.mov 11MB
  8. 14 Containers/1404 Operating on character data with bytes and byte arrays.mov 10MB
  9. 12 Classes/1206 Using generators.mov 10MB
  10. 16 Databases/1602 Creating retrieving updating and deleting records.mov 10MB
  11. 19 Building a Database Application/1901 Normalizing a database interface.mov 10MB
  12. 17 Modules/1703 Creating a module.mov 10MB
  13. 19 Building a Database Application/1903 Displaying random entries from a database.mov 10MB
  14. 18 Debugging/1801 Dealing with syntax errors.mov 10MB
  15. 11 Functions/1105 Creating a sequence with a generator function.mov 9MB
  16. 18 Debugging/1804 Using unit tests.mov 8MB
  17. 17 Modules/1702 Finding third-party modules.mov 8MB
  18. 12 Classes/1205 Applying polymorphism to classes.mov 8MB
  19. 16 Databases/1601 Creating a database with SQLite 3.mov 7MB
  20. 01 Introduction/0101 Welcome.mov 7MB
  21. 18 Debugging/1802 Dealing with runtime errors.mov 6MB
  22. 05 Variables Objects and Values/0504 Using strings.mov 6MB
  23. 11 Functions/1101 Defining functions.mov 6MB
  24. 08 Operators/0805 Operating on parts of a container with the slice operator.mov 6MB
  25. 12 Classes/1202 Using methods.mov 6MB
  26. 15 File IO/1503 Reading and writing binary files.mov 6MB
  27. 14 Containers/1402 Operating on sequences with built-in methods.mov 6MB
  28. 12 Classes/1204 Understanding inheritance.mov 6MB
  29. 15 File IO/1502 Reading and writing text files.mov 5MB
  30. 18 Debugging/1803 Dealing with logical errors.mov 5MB
  31. 12 Classes/1201 Understanding classes and objects.mov 5MB
  32. 13 String Methods/1303 Formatting strings with str.format.mov 5MB
  33. 05 Variables Objects and Values/0505 Aggregating values with lists and tuples.mov 5MB
  34. 13 String Methods/1302 Working with common string methods.mov 5MB
  35. 02 Python Quick Start/0202 Selecting code with conditionals.mov 5MB
  36. 04 General Syntax/0405 Selecting code and values with conditionals.mov 5MB
  37. 10 Exceptions/1002 Handling exceptions.mov 5MB
  38. 04 General Syntax/0407 Creating and using objects.mov 5MB
  39. 02 Python Quick Start/0206 Reusing code and data with a class.mov 5MB
  40. 11 Functions/1103 Using named function arguments.mov 5MB
  41. 12 Classes/1207 Using decorators.mov 4MB
  42. 02 Python Quick Start/0203 Repeating code with a loop.mov 4MB
  43. 02 Python Quick Start/0201 Getting started with Hello World.mov 4MB
  44. 09 Regular Expressions/0904 Reusing regular expressions with re.compile.mov 4MB
  45. 14 Containers/1403 Organizing data with dictionaries.mov 4MB
  46. 05 Variables Objects and Values/0506 Creating associative lists with dictionaries.mov 4MB
  47. 10 Exceptions/1003 Raising exceptions.mov 4MB
  48. 04 General Syntax/0402 Understanding whitespace in Python.mov 4MB
  49. 05 Variables Objects and Values/0507 Finding the type and identity of a variable.mov 4MB
  50. 04 General Syntax/0406 Creating and using functions.mov 4MB
  51. 04 General Syntax/0403 Commenting code.mov 4MB
  52. 07 Loops/0702 Iterating with for.mov 4MB
  53. 09 Regular Expressions/0903 Replacing with regular expressions.mov 4MB
  54. 14 Containers/1401 Creating sequences with tuples and lists.mov 4MB
  55. 08 Operators/0806 Understanding operator precedence.mov 4MB
  56. 04 General Syntax/0404 Assigning values.mov 4MB
  57. 05 Variables Objects and Values/0503 Using numbers.mov 4MB
  58. 09 Regular Expressions/0902 Searching with regular expressions.mov 4MB
  59. 07 Loops/0703 Enumerating iterators.mov 3MB
  60. 04 General Syntax/0401 Creating a main script.mov 3MB
  61. 08 Operators/0803 Comparing values.mov 3MB
  62. 08 Operators/0802 Operating on bitwise values.mov 3MB
  63. 02 Python Quick Start/0205 Creating sequences with generator functions.mov 3MB
  64. 02 Python Quick Start/0204 Reusing code with a function.mov 3MB
  65. 07 Loops/0704 Controlling loop flow with break continue and else.mov 3MB
  66. 13 String Methods/1301 Understanding strings as objects.mov 3MB
  67. 06 Conditionals/0603 Understanding other strategies for multiple choices.mov 3MB
  68. 08 Operators/0804 Operating on Boolean values.mov 3MB
  69. 06 Conditionals/0604 Using the conditional expression.mov 2MB
  70. 13 String Methods/1304 Splitting and joining strings.mov 2MB
  71. 05 Variables Objects and Values/0501 Understanding variables and objects in Python.mov 2MB
  72. 02 Python Quick Start/0208 Handling errors with exceptions.mov 2MB
  73. 11 Functions/1102 Using lists of arguments.mov 2MB
  74. 13 String Methods/1305 Finding and using standard string methods.mov 2MB
  75. 06 Conditionals/0601 Selecting code with if and else conditional statements.mov 2MB
  76. 06 Conditionals/0602 Setting multiple choices with elif.mov 2MB
  77. 05 Variables Objects and Values/0502 Distinguishing mutable and immutable objects.mov 2MB
  78. 15 File IO/1501 Opening files.mov 2MB
  79. 11 Functions/1104 Returning values from functions.mov 2MB
  80. 08 Operators/0801 Performing simple arithmetic.mov 2MB
  81. 01 Introduction/0102 Understanding prerequisites for Python.mov 2MB
  82. 01 Introduction/0103 Using the exercise files.mov 2MB
  83. 07 Loops/0701 Creating loops with while.mov 1MB
  84. 05 Variables Objects and Values/0508 Specifying logical values with True and False.mov 1MB
  85. 10 Exceptions/1001 Learning how exceptions work.mov 1MB
  86. 09 Regular Expressions/0901 Using the re module.mov 920KB
  87. 20 Conclusion/2001 Goodbye.mov 402KB
  88. Exercise Files/Ex_Files_Python_3_EssT.zip 219KB
  89. 14 Containers/1404 Operating on character data with bytes and byte arrays.srt 14KB
  90. 03 Setting Up Python/0301 Installing Python 3 and Eclipse for Mac.srt 12KB
  91. 12 Classes/1203 Using object data.srt 12KB
  92. 03 Setting Up Python/0302 Installing Python 3 and Eclipse for Windows.srt 12KB
  93. 16 Databases/1602 Creating retrieving updating and deleting records.srt 12KB
  94. 18 Debugging/1801 Dealing with syntax errors.srt 11KB
  95. 18 Debugging/1804 Using unit tests.srt 11KB
  96. 12 Classes/1206 Using generators.srt 11KB
  97. 19 Building a Database Application/1902 Deconstructing a database application.srt 10KB
  98. 16 Databases/1603 Creating a database object.srt 10KB
  99. 02 Python Quick Start/0207 Greater reusability with inheritance and polymorphism.srt 10KB
  100. 17 Modules/1701 Using standard library modules.srt 9KB
  101. 16 Databases/1601 Creating a database with SQLite 3.srt 9KB
  102. 12 Classes/1202 Using methods.srt 9KB
  103. 05 Variables Objects and Values/0504 Using strings.srt 9KB
  104. 19 Building a Database Application/1901 Normalizing a database interface.srt 9KB
  105. 11 Functions/1105 Creating a sequence with a generator function.srt 8KB
  106. 08 Operators/0805 Operating on parts of a container with the slice operator.srt 8KB
  107. 12 Classes/1201 Understanding classes and objects.srt 8KB
  108. 11 Functions/1101 Defining functions.srt 8KB
  109. 12 Classes/1205 Applying polymorphism to classes.srt 8KB
  110. 13 String Methods/1302 Working with common string methods.srt 8KB
  111. 17 Modules/1702 Finding third-party modules.srt 8KB
  112. 13 String Methods/1303 Formatting strings with str.format.srt 7KB
  113. 15 File IO/1503 Reading and writing binary files.srt 7KB
  114. 02 Python Quick Start/0201 Getting started with Hello World.srt 7KB
  115. 19 Building a Database Application/1903 Displaying random entries from a database.srt 7KB
  116. 17 Modules/1703 Creating a module.srt 7KB
  117. 05 Variables Objects and Values/0505 Aggregating values with lists and tuples.srt 7KB
  118. 14 Containers/1402 Operating on sequences with built-in methods.srt 7KB
  119. 15 File IO/1502 Reading and writing text files.srt 6KB
  120. 02 Python Quick Start/0202 Selecting code with conditionals.srt 6KB
  121. 12 Classes/1204 Understanding inheritance.srt 6KB
  122. 08 Operators/0806 Understanding operator precedence.srt 6KB
  123. 10 Exceptions/1002 Handling exceptions.srt 6KB
  124. 05 Variables Objects and Values/0507 Finding the type and identity of a variable.srt 6KB
  125. 18 Debugging/1803 Dealing with logical errors.srt 6KB
  126. 02 Python Quick Start/0206 Reusing code and data with a class.srt 6KB
  127. 14 Containers/1403 Organizing data with dictionaries.srt 6KB
  128. 04 General Syntax/0407 Creating and using objects.srt 6KB
  129. 04 General Syntax/0402 Understanding whitespace in Python.srt 6KB
  130. 04 General Syntax/0405 Selecting code and values with conditionals.srt 5KB
  131. 07 Loops/0702 Iterating with for.srt 5KB
  132. 18 Debugging/1802 Dealing with runtime errors.srt 5KB
  133. 04 General Syntax/0406 Creating and using functions.srt 5KB
  134. 09 Regular Expressions/0904 Reusing regular expressions with re.compile.srt 5KB
  135. 02 Python Quick Start/0203 Repeating code with a loop.srt 5KB
  136. 11 Functions/1103 Using named function arguments.srt 5KB
  137. 05 Variables Objects and Values/0506 Creating associative lists with dictionaries.srt 5KB
  138. 13 String Methods/1301 Understanding strings as objects.srt 5KB
  139. 14 Containers/1401 Creating sequences with tuples and lists.srt 5KB
  140. 04 General Syntax/0403 Commenting code.srt 5KB
  141. 04 General Syntax/0401 Creating a main script.srt 5KB
  142. 12 Classes/1207 Using decorators.srt 5KB
  143. 09 Regular Expressions/0903 Replacing with regular expressions.srt 4KB
  144. 13 String Methods/1304 Splitting and joining strings.srt 4KB
  145. 05 Variables Objects and Values/0503 Using numbers.srt 4KB
  146. 07 Loops/0703 Enumerating iterators.srt 4KB
  147. 10 Exceptions/1003 Raising exceptions.srt 4KB
  148. 04 General Syntax/0404 Assigning values.srt 4KB
  149. 02 Python Quick Start/0204 Reusing code with a function.srt 4KB
  150. 07 Loops/0704 Controlling loop flow with break continue and else.srt 4KB
  151. 02 Python Quick Start/0205 Creating sequences with generator functions.srt 4KB
  152. 09 Regular Expressions/0902 Searching with regular expressions.srt 4KB
  153. 05 Variables Objects and Values/0501 Understanding variables and objects in Python.srt 4KB
  154. 08 Operators/0802 Operating on bitwise values.srt 4KB
  155. 05 Variables Objects and Values/0502 Distinguishing mutable and immutable objects.srt 4KB
  156. 08 Operators/0803 Comparing values.srt 4KB
  157. 01 Introduction/0102 Understanding prerequisites for Python.srt 3KB
  158. 08 Operators/0804 Operating on Boolean values.srt 3KB
  159. 02 Python Quick Start/0208 Handling errors with exceptions.srt 3KB
  160. 06 Conditionals/0603 Understanding other strategies for multiple choices.srt 3KB
  161. 15 File IO/1501 Opening files.srt 3KB
  162. 06 Conditionals/0604 Using the conditional expression.srt 3KB
  163. 13 String Methods/1305 Finding and using standard string methods.srt 3KB
  164. 11 Functions/1102 Using lists of arguments.srt 3KB
  165. 06 Conditionals/0601 Selecting code with if and else conditional statements.srt 3KB
  166. 01 Introduction/0103 Using the exercise files.srt 3KB
  167. 01 Introduction/0101 Welcome.srt 3KB
  168. 08 Operators/0801 Performing simple arithmetic.srt 2KB
  169. 06 Conditionals/0602 Setting multiple choices with elif.srt 2KB
  170. 11 Functions/1104 Returning values from functions.srt 2KB
  171. 05 Variables Objects and Values/0508 Specifying logical values with True and False.srt 2KB
  172. 07 Loops/0701 Creating loops with while.srt 2KB
  173. 10 Exceptions/1001 Learning how exceptions work.srt 2KB
  174. 09 Regular Expressions/0901 Using the re module.srt 2KB
  175. 20 Conclusion/2001 Goodbye.srt 796B