Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Web Developer Bootcamp with Flask and Python in 2022, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:27
    Welcome to the course!
  2. Урок 2. 00:02:05
    Curriculum overview
  3. Урок 3. 00:01:02
    Introduction to this section
  4. Урок 4. 00:08:27
    Variables in Python
  5. Урок 5. 00:06:27
    String formatting in Python
  6. Урок 6. 00:05:17
    Getting user input
  7. Урок 7. 00:03:20
    Writing our first Python app
  8. Урок 8. 00:06:32
    Lists, tuples and sets
  9. Урок 9. 00:04:40
    Advanced set operations
  10. Урок 10. 00:05:01
    Booleans in Python
  11. Урок 11. 00:08:18
    If statements
  12. Урок 12. 00:02:03
    The "in" keyword in Python
  13. Урок 13. 00:08:19
    If statements with the "in" keyword
  14. Урок 14. 00:11:08
    Loops in Python
  15. Урок 15. 00:07:25
    List comprehensions in Python
  16. Урок 16. 00:08:32
    Dictionaries
  17. Урок 17. 00:08:29
    Destructuring variables
  18. Урок 18. 00:10:42
    Functions in Python
  19. Урок 19. 00:07:41
    Function arguments and parameters
  20. Урок 20. 00:03:55
    Default parameter values
  21. Урок 21. 00:07:20
    Functions returning values
  22. Урок 22. 00:07:53
    Lambda functions in Python
  23. Урок 23. 00:04:02
    Dictionary comprehensions
  24. Урок 24. 00:10:25
    Unpacking arguments
  25. Урок 25. 00:08:45
    Unpacking keyword arguments
  26. Урок 26. 00:15:53
    Object-Oriented Programming in Python
  27. Урок 27. 00:06:26
    Magic methods: __str__ and __repr__
  28. Урок 28. 00:14:04
    @classmethod and @staticmethod
  29. Урок 29. 00:08:33
    Class inheritance
  30. Урок 30. 00:06:09
    Class composition
  31. Урок 31. 00:05:09
    Type hinting in Python 3.5+
  32. Урок 32. 00:09:34
    Imports in Python
  33. Урок 33. 00:08:54
    Relative imports in Python
  34. Урок 34. 00:12:48
    Errors in Python
  35. Урок 35. 00:05:05
    Custom error classes
  36. Урок 36. 00:07:53
    First-class functions
  37. Урок 37. 00:07:13
    Simple decorators in Python
  38. Урок 38. 00:03:34
    The 'at' syntax for decorators
  39. Урок 39. 00:02:25
    Decorating functions with parameters
  40. Урок 40. 00:04:51
    Decorators with parameters
  41. Урок 41. 00:06:04
    Mutability in Python
  42. Урок 42. 00:04:28
    Mutable default parameters (and why they're a bad idea)
  43. Урок 43. 00:04:51
    How do websites and the internet work?
  44. Урок 44. 00:02:16
    Front end vs. Back end development
  45. Урок 45. 00:02:59
    Key web technologies: HTML, CSS, and JavaScript
  46. Урок 46. 00:06:27
    The Browser Inspector: using the developer tools
  47. Урок 47. 00:03:08
    Elements: the basic components of HTML
  48. Урок 48. 00:10:53
    A full example: HTML and CSS
  49. Урок 49. 00:05:20
    Some of the most common HTML elements
  50. Урок 50. 00:05:29
    What are HTML content categories?
  51. Урок 51. 00:05:50
    Nesting elements in HTML
  52. Урок 52. 00:03:57
    Starting our first HTML project
  53. Урок 53. 00:02:14
    Which HTML elements can't be nested?
  54. Урок 54. 00:06:15
    An overview of HTML container elements
  55. Урок 55. 00:06:09
    A detailed look at HTML attributes
  56. Урок 56. 00:04:47
    Adding images to our project
  57. Урок 57. 00:05:40
    What is semantic HTML?
  58. Урок 58. 00:05:51
    Document-level annotations in HTML
  59. Урок 59. 00:03:06
    Completing our HTML project with document-level annotations
  60. Урок 60. 00:02:05
    The best HTML resource: MDN
  61. Урок 61. 00:04:45
    How to link a CSS file
  62. Урок 62. 00:08:13
    Basic CSS selectors: targeting specific elements
  63. Урок 63. 00:05:54
    How colours work: RGB, Hexadecimal, and HSL
  64. Урок 64. 00:06:40
    Colours in CSS: text and background
  65. Урок 65. 00:06:13
    Starting to write our project's CSS file
  66. Урок 66. 00:05:44
    Inheritance in CSS
  67. Урок 67. 00:06:40
    What properties can't be inherited?
  68. Урок 68. 00:05:27
    The CSS Box Model
  69. Урок 69. 00:03:46
    Overview of CSS units
  70. Урок 70. 00:04:55
    Working with spacing in our project
  71. Урок 71. 00:07:11
    Descendent selectors in CSS
  72. Урок 72. 00:07:37
    What is specificity in CSS?
  73. Урок 73. 00:14:43
    BEM: a simpler approach to CSS targeting
  74. Урок 74. 00:03:30
    Overview of this section's project
  75. Урок 75. 00:11:56
    From our YouTube channel: How to start a new software project
  76. Урок 76. 00:05:51
    Step 1: becoming a user
  77. Урок 77. 00:05:56
    Step 2: populating the backlog
  78. Урок 78. 00:02:07
    Step 3: wireframing or rough design
  79. Урок 79. 00:18:00
    Step 4: pixel perfect design
  80. Урок 80. 00:05:03
    Step 5: creating the page structure
  81. Урок 81. 00:04:44
    Step 6: coding the page structure with HTML
  82. Урок 82. 00:03:01
    What are SVGs?
  83. Урок 83. 00:03:07
    How to include images in our HTML site
  84. Урок 84. 00:03:42
    Finishing the header and navigation
  85. Урок 85. 00:05:41
    HTML forms: sending data
  86. Урок 86. 00:03:12
    HTML forms: working with textareas
  87. Урок 87. 00:03:34
    Creating the footer with multiple columns
  88. Урок 88. 00:10:54
    How to style the header and menu bar
  89. Урок 89. 00:00:40
    Setting the font family in our project
  90. Урок 90. 00:07:55
    How to style HTML forms and inputs
  91. Урок 91. 00:03:33
    How to style the micro blog entries
  92. Урок 92. 00:06:38
    How to style the page footer
  93. Урок 93. 00:08:01
    "Hello, world" with Flask
  94. Урок 94. 00:04:36
    Using render_template to send longer HTML strings
  95. Урок 95. 00:05:37
    What is Jinja2?
  96. Урок 96. 00:08:21
    Jinja2 Expressions
  97. Урок 97. 00:06:38
    Working with data structures in Jinja2
  98. Урок 98. 00:05:24
    Conditional statements in Jinja2
  99. Урок 99. 00:06:09
    Using loops in Jinja2
  100. Урок 100. 00:06:41
    Setting up our Microblog project with Flask
  101. Урок 101. 00:06:27
    Receiving form data using Flask
  102. Урок 102. 00:04:36
    Displaying past entries in the Microblog project
  103. Урок 103. 00:03:08
    Formatting dates correctly in our entries
  104. Урок 104. 00:06:49
    Introduction to MongoDB
  105. Урок 105. 00:09:14
    Accessing MongoDB with Compass and Atlas
  106. Урок 106. 00:06:35
    Storing Microblog entries in MongoDB
  107. Урок 107. 00:03:08
    Retrieving the Microblog entries from MongoDB
  108. Урок 108. 00:02:49
    How to use Flask's app factory pattern
  109. Урок 109. 00:03:52
    What is the requirements.txt file?
  110. Урок 110. 00:09:56
    What is Heroku?
  111. Урок 111. 00:01:27
    The end result of this section: a fully deployed app
  112. Урок 112. 00:04:59
    Getting our app ready for Heroku
  113. Урок 113. 00:09:37
    Deploying our app to Heroku
  114. Урок 114. 00:09:37
    Hiding the MongoDB connection details from our code
  115. Урок 115. 00:04:13
    Defining Jinja variables using the 'set' keyword
  116. Урок 116. 00:02:53
    Jinja filters to call inline functions using the pipe operator
  117. Урок 117. 00:07:32
    Jinja macros to improve reusability and remove duplication
  118. Урок 118. 00:07:05
    Jinja inheritance using 'extends' and 'block'
  119. Урок 119. 00:05:49
    How to use CSS style tags with inheritance
  120. Урок 120. 00:05:26
    Handling CSS in larger apps with inheritance
  121. Урок 121. 00:06:45
    Jinja tests using the 'is' keyword
  122. Урок 122. 00:05:52
    The Jinja Environment and Rendering Context
  123. Урок 123. 00:07:40
    Routing with Jinja using url_for in your templates
  124. Урок 124. 00:01:53
    Habit tracker project overview
  125. Урок 125. 00:14:00
    Displaying and saving habits
  126. Урок 126. 00:11:24
    Styling the habit tracker
  127. Урок 127. 00:14:05
    Adding date navigation
  128. Урок 128. 00:07:20
    Styling the date navigation
  129. Урок 129. 00:15:30
    Completing habits
  130. Урок 130. 00:07:25
    Adding Flask blueprints
  131. Урок 131. 00:16:19
    Using MongoDB in the habit tracker
  132. Урок 132. 00:08:07
    Deploying our app to Heroku
  133. Урок 133. 00:13:37
    Jinja Includes with the include keyword
  134. Урок 134. 00:04:30
    Whitespace control in Jinja
  135. Урок 135. 00:03:00
    Jinja escaping and unescaping
  136. Урок 136. 00:05:16
    The call block for Jinja macros
  137. Урок 137. 00:02:00
    Portfolio Project Overview
  138. Урок 138. 00:05:14
    Making our Flask app for this project
  139. Урок 139. 00:08:01
    The base template and nav bar
  140. Урок 140. 00:03:17
    Adding an about page to our Flask app
  141. Урок 141. 00:07:19
    Adding a contact page to our Flask app
  142. Урок 142. 00:12:44
    Introduction to CSS Grid
  143. Урок 143. 00:04:34
    Media queries with CSS for responsive development
  144. Урок 144. 00:22:10
    Displaying projects in the homepage using CSS Grid
  145. Урок 145. 00:19:39
    Creating the individual project pages
  146. Урок 146. 00:04:14
    Error handling with Flask using app.errorhandler
  147. Урок 147. 00:08:39
    What are cookies? What are sessions?
  148. Урок 148. 00:11:28
    Registering users in your Flask apps
  149. Урок 149. 00:07:42
    Logging users in with Flask
  150. Урок 150. 00:09:18
    Password hashing (or encryption) with passlib
  151. Урок 151. 00:07:05
    Creating a 'login required' decorator
  152. Урок 152. 00:15:18
    Project overview and CSS variables
  153. Урок 153. 00:15:22
    Adding a nav bar
  154. Урок 154. 00:01:05
    Adding a footer
  155. Урок 155. 00:02:57
    Putting the page layout together
  156. Урок 156. 00:09:54
    How to toggle dark mode in a Flask app
  157. Урок 157. 00:07:04
    Create a form with WTForms
  158. Урок 158. 00:18:29
    Render a WTForm in our template
  159. Урок 159. 00:14:00
    Receive and validate data using WTForms
  160. Урок 160. 00:11:17
    Displaying a table of all movies
  161. Урок 161. 00:10:07
    Creating the movie details page
  162. Урок 162. 00:12:34
    Setting movie ratings
  163. Урок 163. 00:03:23
    Set the last watched date
  164. Урок 164. 00:07:05
    Create a custom WTForm Widget
  165. Урок 165. 00:07:24
    Editing movies and pre-populating a form
  166. Урок 166. 00:09:47
    Add user signups to a Flask app
  167. Урок 167. 00:09:43
    Add user logins to a Flask app
  168. Урок 168. 00:08:12
    Personalize pages based on the logged in user
  169. Урок 169. 00:02:24
    Add user logouts to a Flask app
  170. Урок 170. 00:08:54
    Deploy our Flask app to Heroku
  171. Урок 171. 00:05:31
    Concurrency in Heroku with gunicorn