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