1. Урок 1. 00:06:21
    Welcome and thanks for coming
  2. Урок 2. 00:03:23
    Doing the exercises
  3. Урок 3. 00:05:10
    Python 2 or Python 3 and editors
  4. Урок 4. 00:04:18
    OS X: Installing Python and PyCharm
  5. Урок 5. 00:04:12
    Windows: Installing Python and PyCharm
  6. Урок 6. 00:05:07
    Linux: Installing Python and PyCharm
  7. Урок 7. 00:02:05
    Video player: A quick feature tour
  8. Урок 8. 00:01:14
    Why hello world (it's simple right?)
  9. Урок 9. 00:04:13
    Building Hello world, part 1
  10. Урок 10. 00:01:56
    Core concepts: Variables and calling functions
  11. Урок 11. 00:02:14
    Building Hello world, part 2
  12. Урок 12. 00:03:35
    PyCharm Tour
  13. Урок 13. 00:02:02
    Intro to the app
  14. Урок 14. 00:05:30
    Getting started with Guess That Number Game
  15. Урок 15. 00:02:43
    Core concepts: Conditionals and truthiness
  16. Урок 16. 00:04:16
    Using loops and conditionals
  17. Урок 17. 00:03:11
    Concept: Shape of Python code (blocks and suites)
  18. Урок 18. 00:03:32
    String formatting
  19. Урок 19. 00:01:36
    Birthday countdown app
  20. Урок 20. 00:04:25
    Sketching the program flow
  21. Урок 21. 00:05:57
    Dates and times - getting the birthday
  22. Урок 22. 00:07:03
    Differences between dates
  23. Урок 23. 00:03:45
    Summary and debugging with PyCharm
  24. Урок 24. 00:01:32
    Intro to the journal app
  25. Урок 25. 00:07:37
    Building the event loop
  26. Урок 26. 00:06:06
    Lists and for-in loops
  27. Урок 27. 00:01:14
    Core concept: For-in loops
  28. Урок 28. 00:05:56
    Importing and using additional Python files
  29. Урок 29. 00:01:12
    Core concept: Importing modules and packages
  30. Урок 30. 00:10:30
    Text-based File I/O and with
  31. Урок 31. 00:00:50
    Core concept: File I/O
  32. Урок 32. 00:01:54
    Complex conditionals and, or, and not
  33. Урок 33. 00:00:57
    Core concept: Complex conditionals
  34. Урок 34. 00:03:23
    Documenting the journal module with docstrings
  35. Урок 35. 00:00:27
    Core concept: Docstrings
  36. Урок 36. 00:06:01
    Using __name__ to selectively execute code
  37. Урок 37. 00:00:45
    Core concept: __name__ and imports
  38. Урок 38. 00:02:38
    Intro to the weather app
  39. Урок 39. 00:04:00
    Building the beginnings of the weather app
  40. Урок 40. 00:03:48
    What website are we using for weather data anyway?
  41. Урок 41. 00:03:12
    Concept: Python Package Index (PyPI)
  42. Урок 42. 00:02:41
    Concept: pip
  43. Урок 43. 00:03:15
    Installing packages via pip (command line)
  44. Урок 44. 00:02:39
    Installing packages via pip (PyCharm)
  45. Урок 45. 00:03:38
    Making HTTP Requests with requests
  46. Урок 46. 00:03:18
    Concept: Slicing collections
  47. Урок 47. 00:02:56
    Getting started with Beautiful Soup
  48. Урок 48. 00:02:56
    Finding the right CSS selectors via your browser
  49. Урок 49. 00:04:08
    Using CSS and Beautiful Soup to find values
  50. Урок 50. 00:04:41
    The web is a messy place, let's clean it up
  51. Урок 51. 00:05:27
    Returning multiple values via Tuples
  52. Урок 52. 00:03:19
    Named tuples: Making tuples usable
  53. Урок 53. 00:02:44
    Concept: Tuples
  54. Урок 54. 00:08:13
    Virtual environments: A clean slate
  55. Урок 55. 00:01:08
    Concept: Virtual Environments
  56. Урок 56. 00:01:28
    Introducing the LOLCat Factory App
  57. Урок 57. 00:06:41
    Creating and detecting directories
  58. Урок 58. 00:06:46
    Downloading cats
  59. Урок 59. 00:04:21
    Downloading and writing binary data
  60. Урок 60. 00:03:00
    Showing LOLCats on OS X
  61. Урок 61. 00:02:14
    LOLCat App on Linux
  62. Урок 62. 00:02:57
    LOLCat App on Windows
  63. Урок 63. 00:02:48
    Introduction to the Wizard Battle App
  64. Урок 64. 00:02:59
    Building the game loop
  65. Урок 65. 00:04:03
    Modeling with classes
  66. Урок 66. 00:07:52
    Initializing classes and creating objects
  67. Урок 67. 00:13:22
    Adding behaviors to the wizard
  68. Урок 68. 00:02:12
    Concept: Classes
  69. Урок 69. 00:02:04
    Concept: Objects vs. Classes
  70. Урок 70. 00:05:35
    Exploring specialized (derived) classes
  71. Урок 71. 00:01:37
    Concept: Inheritance
  72. Урок 72. 00:13:12
    Creating the creature hierarchy
  73. Урок 73. 00:02:22
    Concept: Polymorphism
  74. Урок 74. 00:02:00
    Introduction to the File Searcher App
  75. Урок 75. 00:04:53
    Sketching out the search app
  76. Урок 76. 00:06:37
    Searching single files
  77. Урок 77. 00:03:50
    Improved search results
  78. Урок 78. 00:03:10
    Recursion factorial example
  79. Урок 79. 00:01:36
    Core concept: Recursion
  80. Урок 80. 00:02:53
    Recursion applied
  81. Урок 81. 00:04:22
    The performance problem
  82. Урок 82. 00:07:17
    Generator play: a simple example
  83. Урок 83. 00:01:47
    Core concept: Generator methods
  84. Урок 84. 00:06:01
    Generators save the day
  85. Урок 85. 00:02:36
    Introduction to the Real Estate Data Miner App
  86. Урок 86. 00:03:15
    Sketching out the Real Estate Data Miner App
  87. Урок 87. 00:03:48
    CSV Processing From Scratch
  88. Урок 88. 00:03:39
    CSV Processing with the CSV module
  89. Урок 89. 00:05:45
    Dictionary playground
  90. Урок 90. 00:01:40
    Concept: Dictionaries
  91. Урок 91. 00:06:30
    Parsing CSV data into Classes
  92. Урок 92. 00:05:45
    Finding the most expensive house via lambda expressions
  93. Урок 93. 00:01:29
    Concept: lambdas
  94. Урок 94. 00:03:30
    Mining data with loops
  95. Урок 95. 00:04:51
    Python 3 AND Python 2 Compatible Code
  96. Урок 96. 00:02:07
    Concept: Python 3 AND Python 2
  97. Урок 97. 00:05:26
    Data mining with list comprehensions
  98. Урок 98. 00:02:32
    Concept: list comprehensions
  99. Урок 99. 00:04:41
    Data mining with generator expressions
  100. Урок 100. 00:01:34
    Concept: generator expressions
  101. Урок 101. 00:02:32
    Concept: generator pipelines
  102. Урок 102. 00:02:06
    Introduction to the movie search app
  103. Урок 103. 00:02:16
    Movie HTTP service
  104. Урок 104. 00:04:38
    Exploring the search API
  105. Урок 105. 00:03:18
    Exploring the search API: The Pythonic Version
  106. Урок 106. 00:03:38
    Adding search to the app
  107. Урок 107. 00:02:56
    Catching errors with try except
  108. Урок 108. 00:04:25
    Using try except to handle specific errors
  109. Урок 109. 00:01:16
    Concept: try except
  110. Урок 110. 00:01:27
    You made it, you are done!
  111. Урок 111. 00:08:10
    Course and app review
  112. Урок 112. 00:01:25
    Thank you and goodbye
  113. Урок 113. 00:00:52
    Credits