1. Урок 1. 00:05:53
    Course Introduction
  2. Урок 2. 00:06:56
    Python3 vs. Python2
  3. Урок 3. 00:04:47
    How The Exercises Work
  4. Урок 4. 00:03:25
    Where Should You Start?
  5. Урок 5. 00:06:25
    How The Course is Structured
  6. Урок 6. 00:05:10
    Why Use The Command Line?
  7. Урок 7. 00:02:11
    Command Line Installation: MAC
  8. Урок 8. 00:05:45
    Absolute Paths and PWD
  9. Урок 9. 00:05:07
    Using CD
  10. Урок 10. 00:06:29
    Using LS
  11. Урок 11. 00:03:00
    Making Directories with MKDIR
  12. Урок 12. 00:04:49
    Creating Files with TOUCH
  13. Урок 13. 00:04:08
    Quick Activity: Salamanders and Frogs
  14. Урок 14. 00:05:31
    Moving and Renaming with MV
  15. Урок 15. 00:02:04
    Deleting Files with RM
  16. Урок 16. 00:08:27
    Deleting Directories (Plus Tangents on Permissions and MAN Pages)
  17. Урок 17. 00:04:59
    Why Do You Need The Command Line?
  18. Урок 18. 00:04:46
    Using Powershell
  19. Урок 19. 00:04:36
    Paths, LS, and PWD
  20. Урок 20. 00:08:06
    Using The CD Command
  21. Урок 21. 00:03:30
    OPTIONAL: Making Directories with MKDIR
  22. Урок 22. 00:06:42
    OPTIONAL: Making Files (it's...complicated)
  23. Урок 23. 00:04:48
    OPTIONAL: Removing Files and Folders with RM
  24. Урок 24. 00:03:18
    Installing Python: MAC
  25. Урок 25. 00:07:58
    Optional: Installing Sublime Text
  26. Урок 26. 00:05:08
    Our First Python Program!
  27. Урок 27. 00:03:21
    Important Note on Print and the Python Interpreter
  28. Урок 28. 00:05:32
    Installing Python On a PC
  29. Урок 29. 00:04:16
    Introducing Sublime Text
  30. Урок 30. 00:06:01
    Your First Python Program
  31. Урок 31. 00:03:21
    Important Note on Print and the Python Interpreter
  32. Урок 32. 00:02:33
    Section Introduction/Objectives
  33. Урок 33. 00:05:04
    Numbers: Ints and Floats
  34. Урок 34. 00:02:58
    Numbers: Basic Math
  35. Урок 35. 00:04:31
    Quick Note: Comments
  36. Урок 36. 00:05:01
    Numbers: Weirder Operators
  37. Урок 37. 00:01:59
    Introduction to the Python Documentation
  38. Урок 38. 00:02:28
    Variables and Data Types
  39. Урок 39. 00:07:18
    Introduction to Variables
  40. Урок 40. 00:06:19
    Variable Naming Restrictions and Conventions
  41. Урок 41. 00:07:55
    Data Types Overview
  42. Урок 42. 00:02:33
    What The Heck is Dynamic Typing
  43. Урок 43. 00:03:26
    The Special Value NONE
  44. Урок 44. 00:03:46
    Double Vs. Single Quotes
  45. Урок 45. 00:05:02
    String Escape Sequences
  46. Урок 46. 00:05:34
    String Concatenation
  47. Урок 47. 00:03:54
    String Formatting
  48. Урок 48. 00:02:48
    IMPORTANT: Interpolation w/ Udemy Exercises
  49. Урок 49. 00:03:01
    Strings and Indexes (Indicies?)
  50. Урок 50. 00:05:49
    Converting Data Types
  51. Урок 51. 00:10:40
    Building a Mileage Convertor With User Input
  52. Урок 52. 00:03:02
    Section Introduction and Objectives
  53. Урок 53. 00:03:34
    Getting User Input
  54. Урок 54. 00:08:07
    Intro to Conditionals
  55. Урок 55. 00:02:06
    Multiple Elifs
  56. Урок 56. 00:06:26
    A Word on Truthiness + A Quick Example
  57. Урок 57. 00:05:54
    The Joy of Comparison Operators
  58. Урок 58. 00:06:53
    Logical AND & OR
  59. Урок 59. 00:07:29
    LOGICAL NOT
  60. Урок 60. 00:05:19
    A Note on Is Vs. ==
  61. Урок 61. 00:12:51
    Bouncer Code-Along and Nested Conditionals
  62. Урок 62. 00:03:05
    Rock, Paper, Scissor Mini Project: BASIC Version
  63. Урок 63. 00:07:41
    RPS Mini Project: BASIC Version Solution
  64. Урок 64. 00:08:39
    RPS Mini Project: Refactoring Time
  65. Урок 65. 00:03:15
    RPS Mini Project: Playing Against The Computer
  66. Урок 66. 00:11:14
    RPS Mini Project: Computer AI Solution
  67. Урок 67. 00:04:54
    Section Introduction
  68. Урок 68. 00:06:31
    The Basics of For Loops
  69. Урок 69. 00:06:03
    Exploring Ranges In Depth
  70. Урок 70. 00:04:02
    EXERCISE: Screaming Repeating
  71. Урок 71. 00:08:34
    EXERCISE: Unlucky Numbers
  72. Урок 72. 00:09:02
    Introducing While Loops
  73. Урок 73. 00:08:49
    EXERCISE: Emoji Art
  74. Урок 74. 00:04:37
    EXERCISE: Stop Copying Me
  75. Урок 75. 00:04:36
    The Break Keyword
  76. Урок 76. 00:03:23
    Guessing Game Mini Project
  77. Урок 77. 00:10:21
    Guessing Game Solution
  78. Урок 78. 00:11:30
    Improving Rock Paper Scissors
  79. Урок 79. 00:04:12
    SIDE NOTE: Python Style and PEP8
  80. Урок 80. 00:07:05
    Intro to Lists and Objectives
  81. Урок 81. 00:04:33
    Creating Lists
  82. Урок 82. 00:05:13
    Accessing Data in Lists
  83. Урок 83. 00:07:40
    Iterating Over Lists
  84. Урок 84. 00:08:43
    List Methods: Append, Insert, and Extend
  85. Урок 85. 00:07:10
    List Methods: Clear, Pop, and Remove,
  86. Урок 86. 00:09:05
    List Methods: Index, Count, Sort, Reverse, and Join
  87. Урок 87. 00:14:47
    Slices
  88. Урок 88. 00:01:33
    Swapping Values in Lists
  89. Урок 89. 00:08:39
    List Comprehension
  90. Урок 90. 00:05:24
    List Comprehension With Conditional Logic
  91. Урок 91. 00:11:53
    Nested Lists
  92. Урок 92. 00:02:50
    Lists Recap
  93. Урок 93. 00:08:24
    Intro To Dictionaries: Creating Dictionaries
  94. Урок 94. 00:03:29
    Accessing Data in Dictionaries
  95. Урок 95. 00:05:46
    Iterating Dictionaries
  96. Урок 96. 00:03:43
    Using In With Dictionaries
  97. Урок 97. 00:08:47
    Dictionary Methods: Clear, Copy, Fromkeys, and Get
  98. Урок 98. 00:05:50
    Dictionary Methods: Pop, Popitems, and Update
  99. Урок 99. 00:08:54
    Spotify Playlist Example
  100. Урок 100. 00:07:38
    Dictionary Comprehension
  101. Урок 101. 00:10:06
    Section Introduction
  102. Урок 102. 00:04:30
    Tuple Looping and Methods
  103. Урок 103. 00:06:50
    Introduction to Sets
  104. Урок 104. 00:06:41
    Set Methods and Set Math
  105. Урок 105. 00:06:23
    Set Comprehension and Recap
  106. Урок 106. 00:06:45
    Introduction to Defining Functions
  107. Урок 107. 00:03:48
    Defining Functions
  108. Урок 108. 00:06:05
    The Magical Return Keyword
  109. Урок 109. 00:05:03
    Writing a coin_flip Function Using Random
  110. Урок 110. 00:09:12
    Parameters
  111. Урок 111. 00:04:27
    Common Mistakes When Returning
  112. Урок 112. 00:08:22
    Default parameters
  113. Урок 113. 00:04:29
    Keyword Arguments
  114. Урок 114. 00:09:20
    Scope
  115. Урок 115. 00:04:53
    Docstrings and Functions Recap - WE DID IT!
  116. Урок 116. 00:08:15
    Introduction and *args
  117. Урок 117. 00:07:22
    **kwargs
  118. Урок 118. 00:04:52
    Ordering Parameters
  119. Урок 119. 00:04:44
    Tuple unpacking
  120. Урок 120. 00:04:48
    Dictionary unpacking
  121. Урок 121. 00:09:56
    Lambdas
  122. Урок 122. 00:06:17
    Map
  123. Урок 123. 00:13:49
    Filter
  124. Урок 124. 00:05:19
    Any and All
  125. Урок 125. 00:04:50
    Generator Expressions and Using sys.getsizeof
  126. Урок 126. 00:07:54
    Sorted
  127. Урок 127. 00:08:03
    Min and Max
  128. Урок 128. 00:04:09
    Reversed
  129. Урок 129. 00:07:32
    Len() and a Special Sneak Peak of OOP!
  130. Урок 130. 00:07:14
    Abs(), Sum(), and Round()
  131. Урок 131. 00:04:39
    Zip Basics
  132. Урок 132. 00:11:08
    More Complex Zip Examples
  133. Урок 133. 00:01:37
    Section Introduction
  134. Урок 134. 00:08:51
    Common Types of Errors in Python
  135. Урок 135. 00:08:57
    Raising Our Own Errors
  136. Урок 136. 00:06:45
    Try and Except Blocks
  137. Урок 137. 00:11:19
    Try, Except, Else, and Finally!
  138. Урок 138. 00:10:14
    Debugging With PDB
  139. Урок 139. 00:01:46
    Section Introduction
  140. Урок 140. 00:09:47
    Working With Built-In Modules
  141. Урок 141. 00:05:12
    Custom modules
  142. Урок 142. 00:10:11
    Installing External Modules And TermColor
  143. Урок 143. 00:11:21
    ASCII Art Exercise
  144. Урок 144. 00:06:17
    Using The autopep8 Package to Clean Up Code
  145. Урок 145. 00:06:44
    The Mysterious __name__ variable
  146. Урок 146. 00:01:51
    HTTP: START HERE
  147. Урок 147. 00:13:53
    HTTP Introduction and Crash Course
  148. Урок 148. 00:10:28
    HTTP Verbs and APIs
  149. Урок 149. 00:07:29
    Writing Your First Python Request
  150. Урок 150. 00:11:19
    Requesting JSON with Python
  151. Урок 151. 00:10:29
    Sending Requests with Params
  152. Урок 152. 00:02:05
    API Project
  153. Урок 153. 00:14:48
    API Project Solution
  154. Урок 154. 00:03:00
    Section Introduction and Objectives
  155. Урок 155. 00:06:37
    Defining Classes and Objects
  156. Урок 156. 00:14:16
    Abstraction and Encapsulation
  157. Урок 157. 00:04:23
    Creating Classes and Instances
  158. Урок 158. 00:07:29
    The __init__ method
  159. Урок 159. 00:07:42
    Underscores: Dunder Methods, Name Mangling, and More!
  160. Урок 160. 00:12:34
    Adding Instance Methods
  161. Урок 161. 00:04:45
    Introducing Class Attributes
  162. Урок 162. 00:12:43
    Class Attributes Continued
  163. Урок 163. 00:06:44
    Class Methods
  164. Урок 164. 00:07:26
    A More Advanced Class Method Example
  165. Урок 165. 00:03:03
    The __repr__ method
  166. Урок 166. 00:06:25
    Deck Of Cards Intro Video
  167. Урок 167. 00:04:12
    Deck of Cards Solution: Card Class
  168. Урок 168. 00:19:13
    Deck of Cards Solution: Deck Class
  169. Урок 169. 00:07:03
    Inheritance and Objectives
  170. Урок 170. 00:10:51
    All About Properties
  171. Урок 171. 00:07:20
    Introduction to Super()
  172. Урок 172. 00:09:22
    Inheritance Example: User and Moderator
  173. Урок 173. 00:09:43
    The Crazy World of Multiple Inheritance
  174. Урок 174. 00:09:05
    WTF is Method Resolution Order(MRO)
  175. Урок 175. 00:06:42
    Polymorphism Introduction
  176. Урок 176. 00:14:21
    Special __magic__ methods
  177. Урок 177. 00:08:40
    Making a Grumpy Dictionary - Overriding Dict
  178. Урок 178. 00:01:26
    Section Introduction and Objectives
  179. Урок 179. 00:05:35
    Iterators vs. Iterables?!?!?
  180. Урок 180. 00:06:55
    Writing Our Own Version of for loops
  181. Урок 181. 00:07:45
    Writing a Custom Iterator
  182. Урок 182. 00:02:22
    Making our Deck class Iterable
  183. Урок 183. 00:08:56
    Introduction to Generators
  184. Урок 184. 00:06:55
    Writing a Beat Making Generator
  185. Урок 185. 00:06:00
    Testing Memory Usage With Generators
  186. Урок 186. 00:07:20
    Generator Expressions AND Speed Testing!
  187. Урок 187. 00:09:31
    Higher Order Functions
  188. Урок 188. 00:06:21
    Introduction to Decorators
  189. Урок 189. 00:04:28
    Decorators With Different Signatures
  190. Урок 190. 00:04:46
    Using Wraps To Preserve Metadata
  191. Урок 191. 00:07:33
    Building A Speed-Test Decorator
  192. Урок 192. 00:03:27
    Another Example: Ensuring Args With A Decorator
  193. Урок 193. 00:05:45
    Writing an ensure_first_arg_is Decorator
  194. Урок 194. 00:06:01
    Enforcing Argument Types With A Decorator
  195. Урок 195. 00:04:19
    Section Introduction
  196. Урок 196. 00:08:30
    Why Test?
  197. Урок 197. 00:08:57
    Assertions
  198. Урок 198. 00:11:32
    Doctests
  199. Урок 199. 00:13:08
    Introduction to Unittest
  200. Урок 200. 00:09:22
    Other Types of Assertions
  201. Урок 201. 00:08:16
    Before and after hooks
  202. Урок 202. 00:03:10
    Testing Card/Deck Exercise Intro
  203. Урок 203. 00:10:03
    Testing Card/Deck Solution
  204. Урок 204. 00:02:34
    Section Introduction
  205. Урок 205. 00:06:04
    Reading Text Files: Open and Read
  206. Урок 206. 00:07:40
    Reading Files: Seek and Cursors
  207. Урок 207. 00:03:45
    The With Statement
  208. Урок 208. 00:03:56
    Writing to Text Files
  209. Урок 209. 00:07:22
    File Modes
  210. Урок 210. 00:13:09
    Reading CSV Files
  211. Урок 211. 00:09:08
    Writing to CSV Files: Writer
  212. Урок 212. 00:11:56
    Writing to CSV Files: DictWriter
  213. Урок 213. 00:07:16
    Pickling Time!
  214. Урок 214. 00:07:42
    Extra Fancy JSON Pickling
  215. Урок 215. 00:06:52
    Introduction to Web Scraping
  216. Урок 216. 00:07:51
    Is Scraping...OK?
  217. Урок 217. 00:15:36
    Optional HTML/CSS Crash Course
  218. Урок 218. 00:09:47
    Selecting with BeautifulSoup: find()
  219. Урок 219. 00:04:05
    Selecting With BeautifulSoup: CSS Style Selectors
  220. Урок 220. 00:06:46
    Accessing Data with Beautiful Soup
  221. Урок 221. 00:13:15
    Navigating With BeautifulSoup
  222. Урок 222. 00:16:58
    Our First Scraping Program
  223. Урок 223. 00:09:23
    Quote Scraping Project: Intro
  224. Урок 224. 00:14:53
    Quote Scraping Project: Part 1
  225. Урок 225. 00:16:03
    Quote Scraping Project: The Game Logic
  226. Урок 226. 00:09:40
    Quote Scraping Project: Refactoring
  227. Урок 227. 00:09:59
    Quote Scraping Project: Adding CSV
  228. Урок 228. 00:16:57
    Creating A Web Crawler with Scrapy
  229. Урок 229. 00:13:29
    Intro To Regular Expressions
  230. Урок 230. 00:10:10
    Writing Basic Regex
  231. Урок 231. 00:08:08
    Regex Basics: Quantifiers
  232. Урок 232. 00:04:23
    Regex Basics: Character Classes and Sets
  233. Урок 233. 00:03:43
    Regex Basics: Anchors and Boundaries
  234. Урок 234. 00:10:29
    Regex Basics: Logical Or and Capture Groups
  235. Урок 235. 00:10:30
    Introduction to the RE Module
  236. Урок 236. 00:10:18
    Validating Phone Numbers With Python
  237. Урок 237. 00:09:32
    Parsing URLs with Python
  238. Урок 238. 00:04:22
    Symbolic Group Names
  239. Урок 239. 00:08:46
    Regex Compilation Flags
  240. Урок 240. 00:09:19
    Regex Substitution Basics
  241. Урок 241. 00:09:03
    Swapping File Names
  242. Урок 242. 00:03:40
    Intro to Section
  243. Урок 243. 00:03:19
    Installing SQLite3
  244. Урок 244. 00:07:02
    SQL Basic:s: Creating Tables
  245. Урок 245. 00:05:02
    SQL Basics: Inserting
  246. Урок 246. 00:07:00
    SQL Basics: Selecting
  247. Урок 247. 00:07:20
    Connecting to a DB With Python
  248. Урок 248. 00:08:45
    Inserting With Python
  249. Урок 249. 00:04:56
    Bulk Inserts With Python
  250. Урок 250. 00:04:37
    Selecting With Python
  251. Урок 251. 00:08:59
    SQL INJECTION!
  252. Урок 252. 00:20:02
    Scraping to a Database Pt. 1
  253. Урок 253. 00:06:59
    Scraping to a Database Pt. 2