1. Урок 1. 00:06:04
    Course Overview -- DO NOT SKIP THIS LECTURE
  2. Урок 2. 00:06:49
    Course Curriculum
  3. Урок 3. 00:20:32
    Installing and Setup
  4. Урок 4. 00:09:01
    How a Flask Website Works
  5. Урок 5. 00:00:58
    HTML Basics Overview
  6. Урок 6. 00:05:03
    HTML Basic Structure
  7. Урок 7. 00:08:55
    HTML Basic Tagging
  8. Урок 8. 00:04:29
    HTML Lists
  9. Урок 9. 00:03:50
    Divs and Spans with HTML
  10. Урок 10. 00:10:29
    HTML Attributes
  11. Урок 11. 00:02:28
    HTML Assessment Exercise One
  12. Урок 12. 00:06:34
    HTML Assessment Exercise Solution
  13. Урок 13. 00:07:24
    Forms Basics
  14. Урок 14. 00:09:18
    Forms Labels
  15. Урок 15. 00:07:56
    Forms Selections
  16. Урок 16. 00:01:55
    HTML Assessment Exercise Two
  17. Урок 17. 00:08:19
    HTML Assessment Exercise Two - Solution
  18. Урок 18. 00:00:44
    Introduction to CSS
  19. Урок 19. 00:11:15
    CSS Part One - Basic Tag Styling
  20. Урок 20. 00:08:50
    CSS Part Two - Backgrounds and Borders
  21. Урок 21. 00:07:10
    CSS Part Three - Classes and Ids
  22. Урок 22. 00:02:37
    CSS Part Four - Inspecting Elements in the Browser
  23. Урок 23. 00:07:57
    CSS Part Five - Fonts
  24. Урок 24. 00:02:34
    CSS Crash Course - Assessment Exercise
  25. Урок 25. 00:04:59
    CSS Crash Course - Assessment Exercise Solutions
  26. Урок 26. 00:05:35
    Bootstrap 4 Overview
  27. Урок 27. 00:07:48
    Bootstrap Part One - Buttons
  28. Урок 28. 00:05:47
    Bootstrap Part Two - Forms
  29. Урок 29. 00:13:43
    Bootstrap Part Three - Navbar
  30. Урок 30. 00:05:16
    Bootstrap Project Overview
  31. Урок 31. 00:09:17
    Boostrap Project Solutions
  32. Урок 32. 00:01:20
    Python Basics Overview
  33. Урок 33. 00:04:03
    Python Data Types
  34. Урок 34. 00:10:18
    Numbers and Variables
  35. Урок 35. 00:19:00
    Strings
  36. Урок 36. 00:09:28
    Lists
  37. Урок 37. 00:10:46
    Dictionaries
  38. Урок 38. 00:08:48
    Tuples, Sets, and Booleans
  39. Урок 39. 00:02:38
    Basics Exercise
  40. Урок 40. 00:06:07
    Basics Exercise - Solutions
  41. Урок 41. 00:06:45
    Comparison and Logical Operators
  42. Урок 42. 00:08:24
    If Elif and Else Statements in Python
  43. Урок 43. 00:16:20
    While Loops and For Loops in Python
  44. Урок 44. 00:10:22
    Functions in Python Part One
  45. Урок 45. 00:16:33
    Functions in Python Part Two
  46. Урок 46. 00:03:34
    Function Exercises
  47. Урок 47. 00:08:17
    Function Exercise Solutions
  48. Урок 48. 00:00:54
    Introduction to Python Level Two
  49. Урок 49. 00:13:56
    Nested Statements and Scope
  50. Урок 50. 00:13:37
    Object Oriented Programming - Part One
  51. Урок 51. 00:14:06
    Object Oriented Programming - Part Two
  52. Урок 52. 00:08:22
    Object Oriented Programming - Part Three
  53. Урок 53. 00:01:53
    OOP Project Overview
  54. Урок 54. 00:05:28
    OOP Project Solution
  55. Урок 55. 00:16:05
    Decorators Overview
  56. Урок 56. 00:07:47
    Pip Install and PyPi
  57. Урок 57. 00:12:30
    Modules and Packages
  58. Урок 58. 00:09:46
    __name__ and "__main__"
  59. Урок 59. 00:09:04
    Virtual Environments
  60. Урок 60. 00:06:37
    Flask Basics
  61. Урок 61. 00:04:16
    Basic Routes
  62. Урок 62. 00:05:31
    Flask Dynamic Routing
  63. Урок 63. 00:05:37
    Debug Mode
  64. Урок 64. 00:03:00
    Flask Routing Exercise
  65. Урок 65. 00:04:24
    Flask Routing Exercise - Solution
  66. Урок 66. 00:06:02
    Template Basics
  67. Урок 67. 00:08:22
    Template Variables
  68. Урок 68. 00:12:40
    Template Control Flow
  69. Урок 69. 00:11:31
    Template Inheritance
  70. Урок 70. 00:04:49
    url_for help Function
  71. Урок 71. 00:15:52
    Template Forms
  72. Урок 72. 00:03:53
    Flask Template Exercise
  73. Урок 73. 00:13:51
    Flask Template Exercise - Solutions
  74. Урок 74. 00:18:23
    Flask Form Basics
  75. Урок 75. 00:18:06
    Forms Fields Part One
  76. Урок 76. 00:06:36
    Forms Fields Part Two
  77. Урок 77. 00:14:03
    Flash Alerts
  78. Урок 78. 00:05:14
    Forms Project Exercise Code Along
  79. Урок 79. 00:04:12
    Python and Databases
  80. Урок 80. 00:15:43
    Flask and Databases Part One
  81. Урок 81. 00:15:50
    Flask and Databases Part Two
  82. Урок 82. 00:09:12
    Flask Migrate
  83. Урок 83. 00:18:43
    Flask Relationships - Part One
  84. Урок 84. 00:12:11
    Flask Relationships - Part Two
  85. Урок 85. 00:08:55
    Databases in Views - Part One
  86. Урок 86. 00:10:22
    Databases in Views - Part Two
  87. Урок 87. 00:14:30
    Databases in Views - Part Three
  88. Урок 88. 00:05:00
    Database Project Overview
  89. Урок 89. 00:14:23
    Database Project Solutions
  90. Урок 90. 00:05:12
    Introduction to Large Flask Applications Section
  91. Урок 91. 00:16:27
    Restructuring our Application (Part One)
  92. Урок 92. 00:14:36
    Blueprints for Structuring Large Apps (Part Two)
  93. Урок 93. 00:00:37
    Introduction to Working with Users
  94. Урок 94. 00:08:30
    User Authentication with Passwords
  95. Урок 95. 00:13:58
    Flask_Login Part One
  96. Урок 96. 00:09:43
    Flask Login Part Two
  97. Урок 97. 00:17:53
    Flask Login Part Three
  98. Урок 98. 00:11:29
    Flask Login Part Four
  99. Урок 99. 00:05:44
    Flask-Dance for OAuth
  100. Урок 100. 00:15:06
    Flask OAuth with Google - Part One- Code
  101. Урок 101. 00:08:12
    Flask Oauth with Google - Part Two - Setting up Client Id Keys
  102. Урок 102. 00:05:02
    Project Overview
  103. Урок 103. 00:14:39
    Basic Setup
  104. Урок 104. 00:10:30
    Core Views and Templates
  105. Урок 105. 00:09:34
    Error Pages
  106. Урок 106. 00:20:04
    Models Setup
  107. Урок 107. 00:18:39
    User Forms
  108. Урок 108. 00:18:51
    User Views - Part One
  109. Урок 109. 00:21:31
    User Views - Part Two
  110. Урок 110. 00:15:34
    User Blog Posts Template
  111. Урок 111. 00:15:34
    Running Site Test
  112. Урок 112. 00:02:23
    Blog Posts Forms
  113. Урок 113. 00:18:59
    Blog Posts Views
  114. Урок 114. 00:17:19
    Blog Posts Templates
  115. Урок 115. 00:17:42
    Final Project
  116. Урок 116. 00:08:07
    Introduction to REST
  117. Урок 117. 00:07:16
    Basic REST API Example
  118. Урок 118. 00:16:14
    CRUD REST Basics
  119. Урок 119. 00:17:26
    Authorization with Flask-JWT
  120. Урок 120. 00:13:32
    Flask REST API with Databases
  121. Урок 121. 00:13:48
    Deployment to Heroku
  122. Урок 122. 00:03:09
    Flask with Stripe for Payments - Introduction
  123. Урок 123. 00:18:31
    Implementing a Checkout with Stripe