1. Урок 1. 00:02:54
    Welcome to the course
  2. Урок 2. 00:01:06
    The rules of #100DaysOfCode
  3. Урок 3. 00:03:07
    Topics covered
  4. Урок 4. 00:02:06
    Why Python for #100DaysOfCode
  5. Урок 5. 00:01:34
    Course flow
  6. Урок 6. 00:01:46
    Meet your instructors
  7. Урок 7. 00:00:40
    Need a Python primer?
  8. Урок 8. 00:02:09
    Get the source code
  9. Урок 9. 00:01:43
    Three devs are better than one
  10. Урок 10. 00:02:44
    Julian's setup
  11. Урок 11. 00:03:55
    Bob's setup
  12. Урок 12. 00:02:47
    Michael's tool's and setup
  13. Урок 13. 00:03:11
    PyBites code challenge platform
  14. Урок 14. 00:02:05
    Video player: A quick feature tour
  15. Урок 15. 00:00:41
    Lesson introduction
  16. Урок 16. 00:01:33
    Your 3 day overview
  17. Урок 17. 00:08:13
    Learning datetime and date
  18. Урок 18. 00:06:08
    Datetime timedelta usage
  19. Урок 19. 00:04:03
    Concepts: what did we learn
  20. Урок 20. 00:00:41
    Lesson introduction
  21. Урок 21. 00:02:06
    Namedtuples: more readable code
  22. Урок 22. 00:03:01
    Defaultdicts: factory for data structures
  23. Урок 23. 00:01:21
    Counter: don't reinvent the wheel
  24. Урок 24. 00:03:28
    Deque: when lists become slow
  25. Урок 25. 00:00:55
    Concepts: what did we learn
  26. Урок 26. 00:04:39
    Second day: use collections on movie data
  27. Урок 27. 00:01:03
    Third day: get more practice
  28. Урок 28. 00:00:26
    Introduction to Data Structures
  29. Урок 29. 00:02:47
    Your 3 day overview
  30. Урок 30. 00:07:35
    Manipulating Lists
  31. Урок 31. 00:03:08
    Immutability and Tuples
  32. Урок 32. 00:07:21
    Creating and Parsing Dictionaries
  33. Урок 33. 00:03:26
    Concepts: what did we learn
  34. Урок 34. 00:00:48
    Lesson introduction
  35. Урок 35. 00:02:08
    The importance of testing
  36. Урок 36. 00:03:21
    Setup and a guessing game to test
  37. Урок 37. 00:03:18
    Hello test world - unittest vs pytest
  38. Урок 38. 00:05:30
    Mocking randomness / pytest-cov
  39. Урок 39. 00:05:07
    Mocking user input and exceptions
  40. Урок 40. 00:04:51
    Testing a program's stdout with capfd
  41. Урок 41. 00:07:23
    Testing (simulating) the game end-to-end
  42. Урок 42. 00:05:06
    A TDD primer writing Fizz buzz
  43. Урок 43. 00:02:28
    Concepts: what did we learn
  44. Урок 44. 00:02:20
    Second day: use pytest on your code
  45. Урок 45. 00:01:37
    Third day: writing pytest fixtures
  46. Урок 46. 00:01:33
    Introduction to the chapter
  47. Урок 47. 00:03:00
    Modeling concepts: Inheritance, classes, and objects
  48. Урок 48. 00:02:43
    Demo: Initial project structure
  49. Урок 49. 00:09:02
    Demo: Building our classes
  50. Урок 50. 00:05:17
    Demo: Implementing the game play
  51. Урок 51. 00:00:56
    Concept: Classes
  52. Урок 52. 00:01:37
    Your turn: Day 1
  53. Урок 53. 00:01:55
    Your turn: Day 2
  54. Урок 54. 00:01:08
    Your turn: Day 3
  55. Урок 55. 00:01:19
    Lesson introduction
  56. Урок 56. 00:03:26
    Writing a simple list comprehension
  57. Урок 57. 00:03:33
    Cleaning data with list comprehensions
  58. Урок 58. 00:01:56
    Generators - the basics
  59. Урок 59. 00:01:30
    Use generators to build a sequence
  60. Урок 60. 00:01:38
    List vs generator performance
  61. Урок 61. 00:01:32
    Concepts: what did we learn
  62. Урок 62. 00:00:59
    Second day: a practical exercise
  63. Урок 63. 00:05:05
    Third day: solution and islice
  64. Урок 64. 00:01:18
    Third day: more code challenges
  65. Урок 65. 00:00:30
    Introduction to the lesson
  66. Урок 66. 00:02:52
    Your 3 day overview
  67. Урок 67. 00:04:53
    Iteration Refresher
  68. Урок 68. 00:05:34
    Itertools - Cycle
  69. Урок 69. 00:04:46
    Itertools - Product
  70. Урок 70. 00:03:55
    Combinations and Permutations
  71. Урок 71. 00:08:29
    Traffic Lights Project
  72. Урок 72. 00:04:48
    Concepts: what did we learn?
  73. Урок 73. 00:00:40
    Lesson introduction
  74. Урок 74. 00:02:37
    Quick primer on decorators
  75. Урок 75. 00:03:54
    Function argument types: args and kwargs
  76. Урок 76. 00:02:09
    Write a timeit decorator (wraps)
  77. Урок 77. 00:01:56
    More abstraction: stacking decorators
  78. Урок 78. 00:01:29
    Examples of real life decorators
  79. Урок 79. 00:02:01
    Concepts: what did we learn
  80. Урок 80. 00:00:46
    Second day: a practical exercise
  81. Урок 81. 00:01:35
    Third day: write your own decorator
  82. Урок 82. 00:01:01
    Introducing Python's error handling
  83. Урок 83. 00:02:36
    Demo: The starter app skeleton
  84. Урок 84. 00:02:31
    Demo: try-except blocks
  85. Урок 85. 00:04:05
    Demo: Error types
  86. Урок 86. 00:01:42
    Concepts: Error handling and exceptions
  87. Урок 87. 00:01:19
    Your turn: Day 1
  88. Урок 88. 00:01:01
    Your turn: Day 2
  89. Урок 89. 00:00:52
    Your turn: Day 3
  90. Урок 90. 00:00:35
    Lesson introduction
  91. Урок 91. 00:01:55
    When not to use regexes
  92. Урок 92. 00:01:50
    Comparing re.search and re.match
  93. Урок 93. 00:02:16
    String capturing parenthesis
  94. Урок 94. 00:03:20
    findall is your friend
  95. Урок 95. 00:05:23
    Compiling regexes with re.VERBOSE
  96. Урок 96. 00:02:54
    Using re.sub for string replacing
  97. Урок 97. 00:01:58
    Concepts: what did we learn
  98. Урок 98. 00:02:08
    Second day: write your own regexes
  99. Урок 99. 00:01:54
    Third day: more regex exercises
  100. Урок 100. 00:03:25
    Introduction to logging
  101. Урок 101. 00:01:18
    Logging with Logbook
  102. Урок 102. 00:02:13
    Demo: Introducing our app
  103. Урок 103. 00:04:32
    Demo: Configuring logging
  104. Урок 104. 00:04:45
    Demo: Writing the log messages
  105. Урок 105. 00:02:27
    Demo: Logging a the API level
  106. Урок 106. 00:02:31
    Demo: File logging
  107. Урок 107. 00:02:30
    Concepts: Logging
  108. Урок 108. 00:00:38
    Your turn: Day 1
  109. Урок 109. 00:00:31
    Your turn: Day 2
  110. Урок 110. 00:01:21
    Your turn: Day 3
  111. Урок 111. 00:01:21
    Lesson introduction
  112. Урок 112. 00:03:01
    Refactoring 1: if-elif-else horror
  113. Урок 113. 00:01:30
    Refactoring 2: loop counting == enumerate
  114. Урок 114. 00:02:25
    Refactoring 3: with statement (context managers)
  115. Урок 115. 00:03:15
    Refactoring 4: use built-ins / standard library
  116. Урок 116. 00:03:34
    Refactoring 5: tuple unpacking and namedtuples
  117. Урок 117. 00:02:54
    Refactoring 6: list comprehensions and generators
  118. Урок 118. 00:03:12
    Refactoring 7: string formatting and concatenation
  119. Урок 119. 00:00:48
    Refactoring 8: PEP8 and Zen of Python
  120. Урок 120. 00:02:56
    Refactoring 9: be explicit in your exceptions
  121. Урок 121. 00:02:35
    Refactoring 10: quality code best practices
  122. Урок 122. 00:02:13
    Refactoring / code quality resources
  123. Урок 123. 00:05:12
    Concepts: what did we learn
  124. Урок 124. 00:01:32
    Your turn: Day 2 and 3
  125. Урок 125. 00:00:36
    Introduction to CSV programming
  126. Урок 126. 00:02:18
    Some amazing data sets
  127. Урок 127. 00:01:03
    Our data
  128. Урок 128. 00:03:39
    Demo: Getting started with CSV processing
  129. Урок 129. 00:04:20
    Demo: Reading the CSV file contents
  130. Урок 130. 00:02:28
    Demo: Parsing the CSV file
  131. Урок 131. 00:07:00
    Demo: Converting our CSV data to a usable form
  132. Урок 132. 00:06:36
    Demo: Answer the questions
  133. Урок 133. 00:01:44
    Concepts: CSV programming
  134. Урок 134. 00:01:44
    Your turn: Day 1
  135. Урок 135. 00:00:16
    Your turn: Day 2
  136. Урок 136. 00:00:30
    Your turn: Day 3
  137. Урок 137. 00:01:12
    Introduction to JSON
  138. Урок 138. 00:01:59
    Your 3 day overview
  139. Урок 139. 00:02:09
    Inspecting JSON schema
  140. Урок 140. 00:05:36
    Request JSON data from an API
  141. Урок 141. 00:08:59
    Parsing nested dicts in JSON
  142. Урок 142. 00:05:44
    Concepts: what did we learn
  143. Урок 143. 00:01:12
    Introduction to HTTP APIs
  144. Урок 144. 00:01:46
    Exploring the service
  145. Урок 145. 00:01:20
    Introducing the Postman app
  146. Урок 146. 00:00:55
    The requests package
  147. Урок 147. 00:04:03
    Demo: Building the program structure
  148. Урок 148. 00:02:20
    Demo: Downloading search results
  149. Урок 149. 00:02:31
    Demo: Data version one: dicts
  150. Урок 150. 00:05:04
    Demo: Data version two: Better results
  151. Урок 151. 00:01:24
    Concepts
  152. Урок 152. 00:00:45
    Your turn: Day 1
  153. Урок 153. 00:01:44
    Your turn: Day 2
  154. Урок 154. 00:00:40
    Your turn: Day 3
  155. Урок 155. 00:00:42
    Introduction to BeautifulSoup4
  156. Урок 156. 00:02:47
    Your 3 day overview
  157. Урок 157. 00:01:09
    Setting up the environment
  158. Урок 158. 00:02:08
    A quick BS4 overview
  159. Урок 159. 00:09:40
    Building your first BS4 scraper
  160. Урок 160. 00:01:50
    Requests best practice
  161. Урок 161. 00:10:20
    Detailed BS4 scraping and searching
  162. Урок 162. 00:05:31
    Concepts: what did we learn
  163. Урок 163. 00:00:50
    Introduction to profiling
  164. Урок 164. 00:01:11
    Intuition fail
  165. Урок 165. 00:04:14
    Demo: Getting started
  166. Урок 166. 00:01:52
    Demo: Focus on our code
  167. Урок 167. 00:03:23
    Demo: Fine-tuning collection with the API
  168. Урок 168. 00:03:54
    Demo: Even more focused collection
  169. Урок 169. 00:06:20
    Demo: Faster with less data processed
  170. Урок 170. 00:03:04
    PyCharm's profiling
  171. Урок 171. 00:01:38
    Concepts: Profiling
  172. Урок 172. 00:01:59
    A quantum warning
  173. Урок 173. 00:00:46
    Your turn: Day 1
  174. Урок 174. 00:00:59
    Your turn: Day 2
  175. Урок 175. 00:00:58
    Your turn: Day 3
  176. Урок 176. 00:00:35
    Lesson introduction
  177. Урок 177. 00:01:48
    Your 3 day overview
  178. Урок 178. 00:01:17
    Setting up our Feedparser environment
  179. Урок 179. 00:03:13
    Pulling the feed with Requests
  180. Урок 180. 00:05:24
    Parsing XML with Feedparser
  181. Урок 181. 00:02:45
    Feedparser Sanity Check
  182. Урок 182. 00:03:01
    Concepts: what did we learn
  183. Урок 183. 00:01:09
    Introducing uplink
  184. Урок 184. 00:02:08
    A glimpse at an API
  185. Урок 185. 00:01:02
    Use the official API if available
  186. Урок 186. 00:03:09
    Demo: Getting started
  187. Урок 187. 00:01:41
    Demo: Exploring the service
  188. Урок 188. 00:04:22
    Demo: Creating the client
  189. Урок 189. 00:03:21
    Demo: Getting a individual post
  190. Урок 190. 00:02:51
    Demo: Only success responses
  191. Урок 191. 00:04:43
    Demo: Writing a new post
  192. Урок 192. 00:03:21
    Demo: Better wrappers and helpers
  193. Урок 193. 00:01:56
    Concepts: uplink
  194. Урок 194. 00:01:14
    Your turn: Day 1
  195. Урок 195. 00:00:58
    Your turn: Day 2
  196. Урок 196. 00:00:38
    Your turn: Day 3
  197. Урок 197. 00:00:56
    Lesson introduction
  198. Урок 198. 00:00:43
    Create a Twitter app
  199. Урок 199. 00:02:40
    Virtual environment and env variables
  200. Урок 200. 00:02:59
    Get all tweets with tweepy.Cursor
  201. Урок 201. 00:02:47
    Identify the most popular tweets
  202. Урок 202. 00:02:13
    Most common hashtags and mentions
  203. Урок 203. 00:03:50
    Build a Twitter wordcloud
  204. Урок 204. 00:02:11
    Concepts: what did we learn
  205. Урок 205. 00:03:37
    Second + third day: practice projects
  206. Урок 206. 00:00:53
    Lesson introduction
  207. Урок 207. 00:03:30
    Setup and creating a Github user object
  208. Урок 208. 00:02:17
    Quick detour: getting help in Python
  209. Урок 209. 00:04:14
    Ranking user's repos by popularity
  210. Урок 210. 00:04:44
    Creating a gist with the Github API
  211. Урок 211. 00:03:50
    Inspecting Github objects with pdb
  212. Урок 212. 00:02:03
    Concepts: what did we learn
  213. Урок 213. 00:02:01
    Second day: examples / get practice
  214. Урок 214. 00:01:31
    Third day: more practice / requests-cache
  215. Урок 215. 00:00:48
    Introduction to sending Emails
  216. Урок 216. 00:01:45
    Your 3 day overview
  217. Урок 217. 00:02:57
    Obtaining your Gmail App ID
  218. Урок 218. 00:00:56
    Email Project Setup
  219. Урок 219. 00:06:56
    Sending an Email with smtplib
  220. Урок 220. 00:08:27
    Getting into MIME
  221. Урок 221. 00:03:33
    Emailing with BCC
  222. Урок 222. 00:04:32
    Concepts: what did we learn
  223. Урок 223. 00:00:50
    Lesson introduction
  224. Урок 224. 00:01:45
    Your 3 day overview
  225. Урок 225. 00:00:53
    Setup: Install Pyperclip and your env
  226. Урок 226. 00:02:34
    Pyperclip Usage
  227. Урок 227. 00:05:26
    Demo: Affiliate script
  228. Урок 228. 00:06:15
    Demo: Pyperclip text replacer
  229. Урок 229. 00:03:05
    Concepts: what did we learn
  230. Урок 230. 00:00:39
    Lesson introduction
  231. Урок 231. 00:01:59
    Your 3 day overview
  232. Урок 232. 00:00:58
    Setup: install openpyxl and your env
  233. Урок 233. 00:04:05
    Understanding workbooks and worksheets in openpyxl
  234. Урок 234. 00:06:43
    Working with cell values
  235. Урок 235. 00:04:02
    Using maxrow
  236. Урок 236. 00:08:10
    Inserting data into a worksheet
  237. Урок 237. 00:06:58
    Concepts: what did we learn
  238. Урок 238. 00:01:08
    Lesson introduction
  239. Урок 239. 00:02:04
    Setup: install Selenium and ChromeDriver
  240. Урок 240. 00:01:12
    Hello world Selenium: search python.org
  241. Урок 241. 00:06:49
    Demo 1: access my Packt ebook collection
  242. Урок 242. 00:06:59
    Demo 2: automating PyBites banner creation
  243. Урок 243. 00:01:55
    Concepts: what did we learn
  244. Урок 244. 00:01:16
    Your turn: Day 2
  245. Урок 245. 00:01:07
    Your turn: Day 3
  246. Урок 246. 00:00:43
    Flask introduction
  247. Урок 247. 00:01:57
    Your 3 day overview
  248. Урок 248. 00:01:55
    Setting up the environment
  249. Урок 249. 00:06:31
    Creating your first Flask app!
  250. Урок 250. 00:09:47
    Dict data in Flask
  251. Урок 251. 00:02:44
    Concepts: what did we learn
  252. Урок 252. 00:01:04
    A brief intro to SQLite3 Databases
  253. Урок 253. 00:02:08
    Your 3 day overview
  254. Урок 254. 00:01:13
    Installing SQLite DB Browser
  255. Урок 255. 00:07:13
    Creating a simple SQLite3 address book
  256. Урок 256. 00:00:48
    Analysing the DB with SQLite DB Browser
  257. Урок 257. 00:04:28
    Demo: Script to Generate a DB
  258. Урок 258. 00:02:48
    Inserting data into the address book
  259. Урок 259. 00:06:22
    Demo: Script to populate the address book
  260. Урок 260. 00:02:26
    Pulling data with SELECT
  261. Урок 261. 00:03:44
    Concepts: what did we learn
  262. Урок 262. 00:00:59
    Lesson introduction
  263. Урок 263. 00:02:18
    Installing feedparser and plotly
  264. Урок 264. 00:05:54
    Prep 1: parse PyBites RSS feed data
  265. Урок 265. 00:04:29
    Prep 2: useful data structures for plotting
  266. Урок 266. 00:02:23
    Prep 3: transpose data and init Plotly
  267. Урок 267. 00:03:11
    Creating bar and pie charts with Plotly
  268. Урок 268. 00:01:54
    Other data visualization libraries
  269. Урок 269. 00:03:30
    Concepts: what did we learn
  270. Урок 270. 00:01:57
    Second day: build your own graphs
  271. Урок 271. 00:01:02
    Third day: extra inspiration / keep coding
  272. Урок 272. 00:00:46
    Fullstack web introduction
  273. Урок 273. 00:02:21
    What is fullstack development?
  274. Урок 274. 00:01:01
    What app will we build?
  275. Урок 275. 00:00:54
    Introducing Anvil
  276. Урок 276. 00:02:42
    Anvil building blocks
  277. Урок 277. 00:02:09
    Creating a new project in Anvil
  278. Урок 278. 00:02:28
    Adding navigation
  279. Урок 279. 00:02:07
    Subforms
  280. Урок 280. 00:04:20
    Linking the forms
  281. Урок 281. 00:02:09
    Building the Add new document form
  282. Урок 282. 00:04:45
    Processing add new document
  283. Урок 283. 00:02:32
    Data tables
  284. Урок 284. 00:03:27
    Anvil server code
  285. Урок 285. 00:02:54
    Creating the document
  286. Урок 286. 00:04:52
    Add document finale
  287. Урок 287. 00:06:55
    All docs
  288. Урок 288. 00:01:32
    A refactoring
  289. Урок 289. 00:03:05
    Adding filtering
  290. Урок 290. 00:02:48
    Document details form
  291. Урок 291. 00:01:56
    Publishing our web app
  292. Урок 292. 00:02:56
    Anvil concepts
  293. Урок 293. 00:01:50
    Your turn: Day 1
  294. Урок 294. 00:01:07
    Your turn: Day 2
  295. Урок 295. 00:01:07
    Your turn: Day 3
  296. Урок 296. 00:00:48
    Lesson Introduction
  297. Урок 297. 00:02:37
    Your 3 day overview
  298. Урок 298. 00:06:07
    Writing and working the main menu
  299. Урок 299. 00:04:38
    SQLite3 database usage
  300. Урок 300. 00:05:46
    Scrub function - SQLite3 workaround
  301. Урок 301. 00:05:02
    Home Inventory app run through
  302. Урок 302. 00:05:40
    Bug and functionality fixes
  303. Урок 303. 00:01:06
    Your Turn! - Fix the app
  304. Урок 304. 00:01:19
    Introducing SQLAlchemy
  305. Урок 305. 00:02:38
    Demo: Introducing our app
  306. Урок 306. 00:02:18
    Demo: The app skeleton
  307. Урок 307. 00:03:02
    Demo: Defining database classes
  308. Урок 308. 00:04:57
    Demo: Defining columns (via classes)
  309. Урок 309. 00:06:24
    Demo: Connecting to the database
  310. Урок 310. 00:07:34
    Demo: Using the data access layer (DAL)
  311. Урок 311. 00:00:56
    Demo: The final game
  312. Урок 312. 00:01:25
    Demo: Seeing the database
  313. Урок 313. 00:03:18
    Concepts: SQLAlchemy
  314. Урок 314. 00:00:56
    Your turn: Day 1
  315. Урок 315. 00:01:46
    Your turn: Day 2
  316. Урок 316. 00:00:40
    Your turn: Day 3
  317. Урок 317. 00:02:51
    Introduction to Python UIs
  318. Урок 318. 00:02:48
    Demo: Where we are starting
  319. Урок 319. 00:02:16
    Demo: Refactoring to isolate user input
  320. Урок 320. 00:05:26
    Demo: Adding Gooey to our app
  321. Урок 321. 00:04:48
    Demo: Packaging our app for redistribution
  322. Урок 322. 00:01:25
    Concepts: Gooey
  323. Урок 323. 00:01:59
    Your turn: Day 1
  324. Урок 324. 00:01:03
    Your turn: Day 2
  325. Урок 325. 00:01:04
    Your turn: Day 3
  326. Урок 326. 00:03:41
    Introducing our online game server
  327. Урок 327. 00:02:45
    What API operations are required?
  328. Урок 328. 00:03:06
    Getting started: Program structures
  329. Урок 329. 00:02:05
    Adding the Flask basics
  330. Урок 330. 00:02:58
    Defining JSON methods in Flask
  331. Урок 331. 00:01:48
    Migrating our SQLAlchemy models
  332. Урок 332. 00:04:24
    Ensuring starter data
  333. Урок 333. 00:04:56
    Defining the API methods in Flask
  334. Урок 334. 00:01:36
    Exercising the API
  335. Урок 335. 00:01:26
    Implementing the all-rolls method
  336. Урок 336. 00:01:24
    Implementing the create-game method
  337. Урок 337. 00:02:58
    Implementing the find-user method
  338. Урок 338. 00:04:07
    Implementing the create-user method
  339. Урок 339. 00:02:38
    Implementing the game-status method
  340. Урок 340. 00:01:32
    Implementing the top-scores method
  341. Урок 341. 00:04:15
    Implementing the play-round method
  342. Урок 342. 00:04:18
    Refactoring our web code for single responsibility
  343. Урок 343. 00:02:36
    Implementing the client
  344. Урок 344. 00:01:25
    Making the client self-validating
  345. Урок 345. 00:00:46
    Writing the full client
  346. Урок 346. 00:03:09
    Implementing the game (client-side)
  347. Урок 347. 00:01:45
    Your turn: Day 1
  348. Урок 348. 00:00:46
    Your turn: Day 2
  349. Урок 349. 00:01:19
    Your turn: Day 3
  350. Урок 350. 00:00:46
    The final day
  351. Урок 351. 00:00:31
    You've done it!
  352. Урок 352. 00:01:22
    What you've learned
  353. Урок 353. 00:00:29
    Make sure you have the source
  354. Урок 354. 00:01:08
    Stay immersed in Python
  355. Урок 355. 00:01:12
    Continue to challenge yourself with PyBites
  356. Урок 356. 00:01:12
    Thanks and goodbye
  357. Урок 357. 00:01:26
    Concept: The shape of a program
  358. Урок 358. 00:00:51
    Concept: Variables
  359. Урок 359. 00:01:47
    Concept: Truthiness
  360. Урок 360. 00:01:25
    Concept: If else
  361. Урок 361. 00:01:32
    Concept: Complex conditionals
  362. Урок 362. 00:01:41
    Concept: for-in
  363. Урок 363. 00:01:00
    Concept: Calling functions
  364. Урок 364. 00:01:34
    Concept: Creating functions
  365. Урок 365. 00:01:20
    Concept: File I/O
  366. Урок 366. 00:02:00
    Concept: Imports and importing modules
  367. Урок 367. 00:01:54
    Concept: Python package index
  368. Урок 368. 00:02:26
    Concept: pip
  369. Урок 369. 00:03:54
    Concept: Virtual environments
  370. Урок 370. 00:02:54
    Concept: Slicing
  371. Урок 371. 00:01:44
    Concept: Tuples
  372. Урок 372. 00:01:44
    Concept: Named tuples
  373. Урок 373. 00:02:01
    Concept: Classes
  374. Урок 374. 00:01:45
    Concept: objects vs. classes
  375. Урок 375. 00:01:50
    Concept: Inheritance
  376. Урок 376. 00:00:54
    Concept: Polymorphism
  377. Урок 377. 00:02:31
    Concept: Dictionaries
  378. Урок 378. 00:02:39
    Concept: Error handling
  379. Урок 379. 00:02:09
    Concept: lambdas
  380. Урок 380. 00:02:58
    Concept: list comprehensions
  381. Урок 381. 00:00:47
    Concept: Want more foundational Python?