589689.xyz

- Python 3 Essential Training

  • 收录时间:2018-03-13 20:52:52
  • 文件大小:514MB
  • 下载次数:52
  • 最近下载:2020-07-26 12:16:46
  • 磁力链接:

文件列表

  1. Python Links/ShowMeDo/pythonOzsvaldIntroToPyResources2.flv 35MB
  2. Python Links/ShowMeDo/pythonOzsvaldIntroToPyResources1.flv 26MB
  3. 03 Setting Up Python/0301 Installing Python 3 and Eclipse for Mac.mov 14MB
  4. 17 Modules/1701 Using standard library modules.mov 14MB
  5. 16 Databases/1603 Creating a database object.mov 12MB
  6. 02 Python Quick Start/0207 Greater reusability with inheritance and polymorphism.mov 12MB
  7. 03 Setting Up Python/0302 Installing Python 3 and Eclipse for Windows.mov 12MB
  8. 19 Building a Database Application/1902 Deconstructing a database application.mov 12MB
  9. 12 Classes/1203 Using object data.mov 11MB
  10. 14 Containers/1404 Operating on character data with bytes and byte arrays.mov 10MB
  11. 12 Classes/1206 Using generators.mov 10MB
  12. 16 Databases/1602 Creating retrieving updating and deleting records.mov 10MB
  13. 19 Building a Database Application/1901 Normalizing a database interface.mov 10MB
  14. 17 Modules/1703 Creating a module.mov 10MB
  15. 19 Building a Database Application/1903 Displaying random entries from a database.mov 10MB
  16. 18 Debugging/1801 Dealing with syntax errors.mov 10MB
  17. 11 Functions/1105 Creating a sequence with a generator function.mov 9MB
  18. 18 Debugging/1804 Using unit tests.mov 8MB
  19. 17 Modules/1702 Finding third-party modules.mov 8MB
  20. 12 Classes/1205 Applying polymorphism to classes.mov 8MB
  21. 16 Databases/1601 Creating a database with SQLite 3.mov 7MB
  22. 01 Introduction/0101 Welcome.mov 7MB
  23. 18 Debugging/1802 Dealing with runtime errors.mov 6MB
  24. 05 Variables Objects and Values/0504 Using strings.mov 6MB
  25. 11 Functions/1101 Defining functions.mov 6MB
  26. 08 Operators/0805 Operating on parts of a container with the slice operator.m 6MB
  27. 12 Classes/1202 Using methods.mov 6MB
  28. 15 File IO/1503 Reading and writing binary files.mov 6MB
  29. 14 Containers/1402 Operating on sequences with built-in methods.mov 6MB
  30. 12 Classes/1204 Understanding inheritance.mov 6MB
  31. 15 File IO/1502 Reading and writing text files.mov 5MB
  32. 18 Debugging/1803 Dealing with logical errors.mov 5MB
  33. 12 Classes/1201 Understanding classes and objects.mov 5MB
  34. 13 String Methods/1303 Formatting strings with str.format.mov 5MB
  35. 05 Variables Objects and Values/0505 Aggregating values with lists and tuples.mov 5MB
  36. 13 String Methods/1302 Working with common string methods.mov 5MB
  37. 02 Python Quick Start/0202 Selecting code with conditionals.mov 5MB
  38. 04 General Syntax/0405 Selecting code and values with conditionals.mov 5MB
  39. 10 Exceptions/1002 Handling exceptions.mov 5MB
  40. 04 General Syntax/0407 Creating and using objects.mov 5MB
  41. 02 Python Quick Start/0206 Reusing code and data with a class.mov 5MB
  42. 11 Functions/1103 Using named function arguments.mov 5MB
  43. 12 Classes/1207 Using decorators.mov 4MB
  44. 02 Python Quick Start/0203 Repeating code with a loop.mov 4MB
  45. 02 Python Quick Start/0201 Getting started with Hello World.mov 4MB
  46. 09 Regular Expressions/0904 Reusing regular expressions with re.compile.mov 4MB
  47. 14 Containers/1403 Organizing data with dictionaries.mov 4MB
  48. 05 Variables Objects and Values/0506 Creating associative lists with dictionaries.mov 4MB
  49. 10 Exceptions/1003 Raising exceptions.mov 4MB
  50. 04 General Syntax/0402 Understanding whitespace in Python.mov 4MB
  51. 05 Variables Objects and Values/0507 Finding the type and identity of a variable.mov 4MB
  52. 04 General Syntax/0406 Creating and using functions.mov 4MB
  53. 04 General Syntax/0403 Commenting code.mov 4MB
  54. 07 Loops/0702 Iterating with for.mov 4MB
  55. 09 Regular Expressions/0903 Replacing with regular expressions.mov 4MB
  56. 14 Containers/1401 Creating sequences with tuples and lists.mov 4MB
  57. 08 Operators/0806 Understanding operator precedence.mov 4MB
  58. 04 General Syntax/0404 Assigning values.mov 4MB
  59. 05 Variables Objects and Values/0503 Using numbers.mov 4MB
  60. 09 Regular Expressions/0902 Searching with regular expressions.mov 4MB
  61. 07 Loops/0703 Enumerating iterators.mov 3MB
  62. 04 General Syntax/0401 Creating a main script.mov 3MB
  63. 08 Operators/0803 Comparing values.mov 3MB
  64. 08 Operators/0802 Operating on bitwise values.mov 3MB
  65. 02 Python Quick Start/0205 Creating sequences with generator functions.mov 3MB
  66. 02 Python Quick Start/0204 Reusing code with a function.mov 3MB
  67. 07 Loops/0704 Controlling loop flow with break continue and else.mov 3MB
  68. 13 String Methods/1301 Understanding strings as objects.mov 3MB
  69. 06 Conditionals/0603 Understanding other strategies for multiple choices.mov 3MB
  70. 08 Operators/0804 Operating on Boolean values.mov 3MB
  71. 06 Conditionals/0604 Using the conditional expression.mov 2MB
  72. 13 String Methods/1304 Splitting and joining strings.mov 2MB
  73. 05 Variables Objects and Values/0501 Understanding variables and objects in Python.mov 2MB
  74. 02 Python Quick Start/0208 Handling errors with exceptions.mov 2MB
  75. 11 Functions/1102 Using lists of arguments.mov 2MB
  76. 13 String Methods/1305 Finding and using standard string methods.mov 2MB
  77. 06 Conditionals/0601 Selecting code with if and else conditional statements.mov 2MB
  78. 06 Conditionals/0602 Setting multiple choices with elif.mov 2MB
  79. 05 Variables Objects and Values/0502 Distinguishing mutable and immutable objects.mov 2MB
  80. 15 File IO/1501 Opening files.mov 2MB
  81. 11 Functions/1104 Returning values from functions.mov 2MB
  82. 08 Operators/0801 Performing simple arithmetic.mov 2MB
  83. 01 Introduction/0102 Understanding prerequisites for Python.mov 2MB
  84. 01 Introduction/0103 Using the exercise files.mov 2MB
  85. 07 Loops/0701 Creating loops with while.mov 1MB
  86. 05 Variables Objects and Values/0508 Specifying logical values with True and False.mov 1MB
  87. 10 Exceptions/1001 Learning how exceptions work.mov 1MB
  88. 09 Regular Expressions/0901 Using the re module.mov 920KB
  89. Python Links/ShowMeDo/diveintopython-pdf-5.4.zip 764KB
  90. Python Links/ShowMeDo/diveintopython-html-flat-5.4.zip 458KB
  91. 20 Conclusion/2001 Goodbye.mov 402KB
  92. Python Links/ShowMeDo/diveintopython-xml-5.4.zip 285KB
  93. Exercise Files/Ex_Files_Python_3_EssT.zip 219KB
  94. Python Links/ShowMeDo/showmedo_com.htm 128KB
  95. Python Links/Writing_Command-line_ apps.htm 85KB
  96. Python Links/Installing Python Modules — Python v3.3a0 documentation.htm 80KB
  97. Python Links/Python C API Reference Manual — Python v3.3a0 documentation_files/jquery.js 70KB
  98. Python Links/Installing Python Modules — Python v3.3a0 documentation_files/jquery.js 70KB
  99. Python Links/Python Setup and Usage — Python v3.3a0 documentation_files/jquery.js 70KB
  100. Python Links/Python Developer’s Guide — Python Developer's Guide_files/jquery.js 70KB
  101. Python Links/Python Frequently Asked Questions — Python v3.3a0 documentation_files/jquery.js 70KB
  102. Python Links/Python HOWTOs — Python v3.3a0 documentation_files/jquery.js 70KB
  103. Python Links/Overview — Python v3.3a0 documentation_files/jquery.js 70KB
  104. Python Links/The Python Language Reference — Python v3.3a0 documentation_files/jquery.js 70KB
  105. Python Links/Distributing Python Modules — Python v3.3a0 documentation_files/jquery.js 70KB
  106. Python Links/Documenting Python — Python v3.3a0 documentation_files/jquery.js 70KB
  107. Python Links/Extending and Embedding the Python Interpreter — Python v3.3a0 CC++ Developers_files/jquery.js 70KB
  108. Python Links/PyLZMA » ~magog public_files/jquery-1.2.6.min.js 54KB
  109. Python Links/PyLZMA » ~magog public.htm 48KB
  110. Python Links/BeginnersGuide - PythonInfo Wiki_files/common.js 28KB
  111. Python Links/Distributing Python Modules — Python v3.3a0 documentation.htm 27KB
  112. Python Links/BeginnersGuide - PythonInfo Wiki.htm 21KB
  113. Python Links/Python Package Index PyPI.htm 20KB
  114. Python Links/The Python Language Reference — Python v3.3a0 documentation.htm 19KB
  115. Python Links/I_Soft-Src-Python_org.htm 18KB
  116. Python Links/python_org.htm 18KB
  117. Python Links/ShowMeDo/I Python Developers-Srcs-Tools-Guide.odt 17KB
  118. Python Links/Python Package Index pylzma 0.4.3_files/largestyles.css 16KB
  119. Python Links/Python Package Index PyPI_files/largestyles.css 16KB
  120. Python Links/BeginnersGuide - PythonInfo Wiki_files/largestyles.css 16KB
  121. Python Links/Python C API Reference Manual — Python v3.3a0 documentation.htm 16KB
  122. Python Links/Python Package Index pylzma 0.4.3_files/defaultfonts.css 16KB
  123. Python Links/Python Package Index PyPI_files/defaultfonts.css 16KB
  124. Python Links/doc.htm 15KB
  125. Python Links/Extending and Embedding the Python Interpreter — Python v3.3a0 CC++ Developers.htm 14KB
  126. Python Links/Python Setup and Usage — Python v3.3a0 documentation.htm 14KB
  127. Python Links/Python Developer’s Guide — Python Developer's Guide.htm 13KB
  128. Python Links/ShowMeDo/II Index of Snapshots.odt 12KB
  129. Python Links/Python Package Index pylzma 0.4.3.htm 12KB
  130. Python Links/Overview — Python v3.3a0 documentation.htm 11KB
  131. Python Links/PyLZMA » ~magog public_files/style.css 10KB
  132. Python Links/doc-Python_3.1.htm 9KB
  133. Python Links/Python HOWTOs — Python v3.3a0 documentation.htm 9KB
  134. Python Links/Documenting Python — Python v3.3a0 documentation.htm 9KB
  135. Python Links/Python Frequently Asked Questions — Python v3.3a0 documentation.htm 8KB
  136. Python Links/BeginnersGuide.htm 8KB
  137. Python Links/Programmers.htm 8KB
  138. Python Links/Extending and Embedding the Python Interpreter — Python v3.3a0 CC++ Developers_files/underscore.js 8KB
  139. Python Links/The Python Language Reference — Python v3.3a0 documentation_files/underscore.js 8KB
  140. Python Links/Python HOWTOs — Python v3.3a0 documentation_files/underscore.js 8KB
  141. Python Links/Installing Python Modules — Python v3.3a0 documentation_files/underscore.js 8KB
  142. Python Links/Distributing Python Modules — Python v3.3a0 documentation_files/underscore.js 8KB
  143. Python Links/Python Frequently Asked Questions — Python v3.3a0 documentation_files/underscore.js 8KB
  144. Python Links/Python Developer’s Guide — Python Developer's Guide_files/underscore.js 8KB
  145. Python Links/Python C API Reference Manual — Python v3.3a0 documentation_files/underscore.js 8KB
  146. Python Links/Python Setup and Usage — Python v3.3a0 documentation_files/underscore.js 8KB
  147. Python Links/Overview — Python v3.3a0 documentation_files/underscore.js 8KB
  148. Python Links/Documenting Python — Python v3.3a0 documentation_files/underscore.js 8KB
  149. Python Links/PythonGuide_withExamples.htm 7KB
  150. Python Links/Installing Python Modules — Python v3.3a0 documentation_files/doctools.js 7KB
  151. Python Links/Extending and Embedding the Python Interpreter — Python v3.3a0 CC++ Developers_files/doctools.js 7KB
  152. Python Links/Overview — Python v3.3a0 documentation_files/doctools.js 7KB
  153. Python Links/The Python Language Reference — Python v3.3a0 documentation_files/doctools.js 7KB
  154. Python Links/Distributing Python Modules — Python v3.3a0 documentation_files/doctools.js 7KB
  155. Python Links/Python Developer’s Guide — Python Developer's Guide_files/doctools.js 7KB
  156. Python Links/Python HOWTOs — Python v3.3a0 documentation_files/doctools.js 7KB
  157. Python Links/Python C API Reference Manual — Python v3.3a0 documentation_files/doctools.js 7KB
  158. Python Links/Python Setup and Usage — Python v3.3a0 documentation_files/doctools.js 7KB
  159. Python Links/Python Frequently Asked Questions — Python v3.3a0 documentation_files/doctools.js 7KB
  160. Python Links/Documenting Python — Python v3.3a0 documentation_files/doctools.js 7KB
  161. Python Links/Python Package Index pylzma 0.4.3_files/docutils.css 6KB
  162. Python Links/Python Package Index PyPI_files/docutils.css 6KB
  163. Python Links/BeginnersGuide - PythonInfo Wiki_files/screen.css 5KB
  164. Python Links/Python Package Index PyPI_files/pypi.css 5KB
  165. Python Links/Python Package Index pylzma 0.4.3_files/pypi.css 5KB
  166. Python Links/Python C API Reference Manual — Python v3.3a0 documentation_files/sidebar.js 5KB
  167. Python Links/Overview — Python v3.3a0 documentation_files/sidebar.js 5KB
  168. Python Links/Installing Python Modules — Python v3.3a0 documentation_files/sidebar.js 5KB
  169. Python Links/Documenting Python — Python v3.3a0 documentation_files/sidebar.js 5KB
  170. Python Links/Extending and Embedding the Python Interpreter — Python v3.3a0 CC++ Developers_files/sidebar.js 5KB
  171. Python Links/The Python Language Reference — Python v3.3a0 documentation_files/sidebar.js 5KB
  172. Python Links/Python Setup and Usage — Python v3.3a0 documentation_files/sidebar.js 5KB
  173. Python Links/Python HOWTOs — Python v3.3a0 documentation_files/sidebar.js 5KB
  174. Python Links/Python Frequently Asked Questions — Python v3.3a0 documentation_files/sidebar.js 5KB
  175. Python Links/Distributing Python Modules — Python v3.3a0 documentation_files/sidebar.js 5KB
  176. Python Links/PyLZMA » ~magog public_files/stylehortop.css 4KB
  177. Python Links/Python Developer’s Guide — Python Developer's Guide_files/nature.css 4KB
  178. Python Links/Python Frequently Asked Questions — Python v3.3a0 documentation_files/default.css 4KB
  179. Python Links/Python Setup and Usage — Python v3.3a0 documentation_files/default.css 4KB
  180. Python Links/Python C API Reference Manual — Python v3.3a0 documentation_files/default.css 4KB
  181. Python Links/Distributing Python Modules — Python v3.3a0 documentation_files/default.css 4KB
  182. Python Links/Extending and Embedding the Python Interpreter — Python v3.3a0 CC++ Developers_files/default.css 4KB
  183. Python Links/The Python Language Reference — Python v3.3a0 documentation_files/default.css 4KB
  184. Python Links/Python HOWTOs — Python v3.3a0 documentation_files/default.css 4KB
  185. Python Links/Overview — Python v3.3a0 documentation_files/default.css 4KB
  186. Python Links/Installing Python Modules — Python v3.3a0 documentation_files/default.css 4KB
  187. Python Links/Documenting Python — Python v3.3a0 documentation_files/default.css 4KB
  188. Lynda.com - Python 3 Essential Training.txt 4KB
  189. Python Links/Distributing Python Modules — Python v3.3a0 documentation_files/pygments.css 4KB
  190. Python Links/Python HOWTOs — Python v3.3a0 documentation_files/pygments.css 4KB
  191. Python Links/Python Frequently Asked Questions — Python v3.3a0 documentation_files/pygments.css 4KB
  192. Python Links/Installing Python Modules — Python v3.3a0 documentation_files/pygments.css 4KB
  193. Python Links/Python Developer’s Guide — Python Developer's Guide_files/pygments.css 4KB
  194. Python Links/Python C API Reference Manual — Python v3.3a0 documentation_files/pygments.css 4KB
  195. Python Links/Overview — Python v3.3a0 documentation_files/pygments.css 4KB
  196. Python Links/Extending and Embedding the Python Interpreter — Python v3.3a0 CC++ Developers_files/pygments.css 4KB
  197. Python Links/Documenting Python — Python v3.3a0 documentation_files/pygments.css 4KB
  198. Python Links/The Python Language Reference — Python v3.3a0 documentation_files/pygments.css 4KB
  199. Python Links/Python Setup and Usage — Python v3.3a0 documentation_files/pygments.css 4KB
  200. Python Links/PyLZMA » ~magog public_files/superfish.js 4KB
  201. Python Links/PyLZMA » ~magog public_files/supersubs.js 3KB
  202. Python Links/BeginnersGuide - PythonInfo Wiki_files/python-logo.gif 2KB
  203. Python Links/Python Package Index PyPI_files/python-logo.gif 2KB
  204. Python Links/Python Package Index pylzma 0.4.3_files/python-logo.gif 2KB
  205. Python Links/PyLZMA » ~magog public_files/superfish.css 2KB
  206. Python Links/BeginnersGuide - PythonInfo Wiki_files/netscape4.css 2KB
  207. Python Links/Python Package Index pylzma 0.4.3_files/netscape4.css 2KB
  208. Python Links/Python Package Index PyPI_files/netscape4.css 2KB
  209. Python Links/Python Package Index pylzma 0.4.3_files/favicon(1).ico 1KB
  210. Python Links/Python Package Index PyPI_files/favicon(1).ico 1KB
  211. Python Links/Python Package Index PyPI_files/favicon.ico 1KB
  212. Python Links/Python Package Index pylzma 0.4.3_files/favicon.ico 1KB
  213. Python Links/PyLZMA » ~magog public_files/comment-reply.js 786B
  214. Python Links/Python HOWTOs — Python v3.3a0 documentation_files/py.png 695B
  215. Python Links/Python C API Reference Manual — Python v3.3a0 documentation_files/py.png 695B
  216. Python Links/Python Frequently Asked Questions — Python v3.3a0 documentation_files/py.png 695B
  217. Python Links/Python Setup and Usage — Python v3.3a0 documentation_files/py.png 695B
  218. Python Links/The Python Language Reference — Python v3.3a0 documentation_files/py.png 695B
  219. Python Links/Distributing Python Modules — Python v3.3a0 documentation_files/py.png 695B
  220. Python Links/Installing Python Modules — Python v3.3a0 documentation_files/py.png 695B
  221. Python Links/Documenting Python — Python v3.3a0 documentation_files/py.png 695B
  222. Python Links/Extending and Embedding the Python Interpreter — Python v3.3a0 CC++ Developers_files/py.png 695B
  223. Python Links/Overview — Python v3.3a0 documentation_files/py.png 695B
  224. Python Links/Python Package Index PyPI_files/print.css 505B
  225. Python Links/BeginnersGuide - PythonInfo Wiki_files/print.css 505B
  226. Python Links/Python Package Index pylzma 0.4.3_files/print.css 505B
  227. Python Links/Python Package Index pylzma 0.4.3_files/launchpad.png 419B
  228. Python Links/Python Package Index PyPI_files/launchpad.png 419B
  229. 08 Operators/Inf 0805 Operating on parts of a container with the slice operator.m.txt 258B
  230. Python Links/BeginnersGuide - PythonInfo Wiki_files/moin-print.png 251B
  231. Python Links/BeginnersGuide - PythonInfo Wiki_files/moin-diff.png 219B
  232. Python Links/BeginnersGuide - PythonInfo Wiki_files/moin-show.png 202B
  233. Python Links/BeginnersGuide - PythonInfo Wiki_files/moin-raw.png 189B
  234. Python Links/BeginnersGuide - PythonInfo Wiki_files/moin-edit.png 171B
  235. Python Links/PyLZMA » ~magog public_files/icon_wink.gif 170B
  236. Python Links/BeginnersGuide - PythonInfo Wiki_files/moin-subscribe.png 156B
  237. Python Links/BeginnersGuide - PythonInfo Wiki_files/moin-info.png 116B
  238. Inf.txt 110B
  239. Torrent downloaded from Demonoid.me.txt 46B
  240. Python Links/BeginnersGuide - PythonInfo Wiki_files/trans.gif 43B
  241. Python Links/Python Package Index PyPI_files/trans.gif 43B
  242. Python Links/Python Package Index pylzma 0.4.3_files/trans.gif 43B
  243. Python Links/Python Package Index pylzma 0.4.3_files/screen-switcher-default.css 35B
  244. Python Links/Python Package Index PyPI_files/screen-switcher-default.css 35B