589689.xyz

Python 3 Essential Training

  • 收录时间:2018-02-28 11:18:54
  • 文件大小:449MB
  • 下载次数:190
  • 最近下载:2021-01-21 20:55:45
  • 磁力链接:

文件列表

  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.m 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. Lynda - Python 3 Essential Training.md5 8KB