资源详情

返回首页 | 相关搜索
Udemy - Web Developer Bootcamp with Flask and Python in 2024 (11.2024)
大小 3.82 GB
文件数 378
Info Hash: 4F64C411348320ED889A4E67F6564793A1D5CFB2
收录时间 2026-01-03 15:53:41
更新时间 2026-01-03 15:53:41
文件列表 (378)
01. Welcome to this Course!/1. Welcome to the course!.mp4
20.65 MB
01. Welcome to this Course!/1. Welcome to the course!.vtt
5.11 KB
01. Welcome to this Course!/2. Curriculum overview.mp4
10.8 MB
01. Welcome to this Course!/2. Curriculum overview.vtt
2.56 KB
01. Welcome to this Course!/3. Access the code and e-book here!.html
732 B
01. Welcome to this Course!/4. How to install Python on your computer.html
1.74 KB
01. Welcome to this Course!/5. How to install your IDE.html
1.8 KB
02. A Full Python Refresher/1. Introduction to this section.mp4
2.83 MB
02. A Full Python Refresher/1. Introduction to this section.vtt
1.97 KB
02. A Full Python Refresher/10. Advanced set operations.mp4
8.84 MB
02. A Full Python Refresher/10. Advanced set operations.vtt
7.42 KB
02. A Full Python Refresher/11. Booleans in Python.mp4
9.51 MB
02. A Full Python Refresher/11. Booleans in Python.vtt
9.21 KB
02. A Full Python Refresher/12. If statements.mp4
23.37 MB
02. A Full Python Refresher/12. If statements.vtt
14.75 KB
02. A Full Python Refresher/13. The in keyword in Python.mp4
4.31 MB
02. A Full Python Refresher/13. The in keyword in Python.vtt
3.31 KB
02. A Full Python Refresher/14. If statements with the in keyword.mp4
19.11 MB
02. A Full Python Refresher/14. If statements with the in keyword.vtt
13.44 KB
02. A Full Python Refresher/15.3 If statements (Python 3.10).html
5.04 KB
02. A Full Python Refresher/16. Loops in Python.mp4
22.04 MB
02. A Full Python Refresher/16. Loops in Python.vtt
20.49 KB
02. A Full Python Refresher/17. List comprehensions in Python.mp4
14.31 MB
02. A Full Python Refresher/17. List comprehensions in Python.vtt
12.24 KB
02. A Full Python Refresher/18. Dictionaries.mp4
15.71 MB
02. A Full Python Refresher/18. Dictionaries.vtt
14.34 KB
02. A Full Python Refresher/19. Destructuring variables.mp4
15.85 MB
02. A Full Python Refresher/19. Destructuring variables.vtt
13.91 KB
02. A Full Python Refresher/2. Access the code for this section here.html
768 B
02. A Full Python Refresher/20. Functions in Python.mp4
21.32 MB
02. A Full Python Refresher/20. Functions in Python.vtt
18.53 KB
02. A Full Python Refresher/21. Function arguments and parameters.mp4
15.88 MB
02. A Full Python Refresher/21. Function arguments and parameters.vtt
13.32 KB
02. A Full Python Refresher/22.4 Creating functions (Python 3.10).html
4.76 KB
02. A Full Python Refresher/23. Default parameter values.mp4
7.92 MB
02. A Full Python Refresher/23. Default parameter values.vtt
7.06 KB
02. A Full Python Refresher/24. Functions returning values.mp4
19.49 MB
02. A Full Python Refresher/24. Functions returning values.vtt
13.12 KB
02. A Full Python Refresher/25. Lambda functions in Python.mp4
14.65 MB
02. A Full Python Refresher/25. Lambda functions in Python.vtt
13.9 KB
02. A Full Python Refresher/26. Dictionary comprehensions.mp4
9.22 MB
02. A Full Python Refresher/26. Dictionary comprehensions.vtt
6.74 KB
02. A Full Python Refresher/27. Unpacking arguments.mp4
24.28 MB
02. A Full Python Refresher/27. Unpacking arguments.vtt
16.77 KB
02. A Full Python Refresher/28. Unpacking keyword arguments.mp4
20.03 MB
02. A Full Python Refresher/28. Unpacking keyword arguments.vtt
14.85 KB
02. A Full Python Refresher/29. Object-Oriented Programming in Python.mp4
46.64 MB
02. A Full Python Refresher/29. Object-Oriented Programming in Python.vtt
25.67 KB
02. A Full Python Refresher/3. Variables in Python.mp4
12.85 MB
02. A Full Python Refresher/3. Variables in Python.vtt
14.43 KB
02. A Full Python Refresher/30. Magic methods __str__ and __repr__.mp4
16.3 MB
02. A Full Python Refresher/30. Magic methods __str__ and __repr__.vtt
10.96 KB
02. A Full Python Refresher/31. @classmethod and @staticmethod.mp4
37.09 MB
02. A Full Python Refresher/31. @classmethod and @staticmethod.vtt
25.24 KB
02. A Full Python Refresher/32. Class inheritance.mp4
22.46 MB
02. A Full Python Refresher/32. Class inheritance.vtt
14.24 KB
02. A Full Python Refresher/33. Class composition.mp4
15.92 MB
02. A Full Python Refresher/33. Class composition.vtt
9.93 KB
02. A Full Python Refresher/34. Type hinting in Python 3.5+.mp4
12.48 MB
02. A Full Python Refresher/34. Type hinting in Python 3.5+.vtt
9.17 KB
02. A Full Python Refresher/35. Imports in Python.mp4
54.74 MB
02. A Full Python Refresher/35. Imports in Python.vtt
16.1 KB
02. A Full Python Refresher/36. Relative imports in Python.mp4
23.61 MB
02. A Full Python Refresher/36. Relative imports in Python.vtt
14.76 KB
02. A Full Python Refresher/37. Errors in Python.mp4
42.45 MB
02. A Full Python Refresher/37. Errors in Python.vtt
22.15 KB
02. A Full Python Refresher/38. Custom error classes.mp4
14.26 MB
02. A Full Python Refresher/38. Custom error classes.vtt
8.84 KB
02. A Full Python Refresher/39. First-class functions.mp4
20.32 MB
02. A Full Python Refresher/39. First-class functions.vtt
13.55 KB
02. A Full Python Refresher/4.1 Creating variables (Python 3.10).html
4.35 KB
02. A Full Python Refresher/40. Simple decorators in Python.mp4
19.01 MB
02. A Full Python Refresher/40. Simple decorators in Python.vtt
11.9 KB
02. A Full Python Refresher/41. The 'at' syntax for decorators.mp4
12.29 MB
02. A Full Python Refresher/41. The 'at' syntax for decorators.vtt
6.29 KB
02. A Full Python Refresher/42. Decorating functions with parameters.mp4
5.38 MB
02. A Full Python Refresher/42. Decorating functions with parameters.vtt
4.29 KB
02. A Full Python Refresher/43. Decorators with parameters.mp4
11.65 MB
02. A Full Python Refresher/43. Decorators with parameters.vtt
8.42 KB
02. A Full Python Refresher/44. Mutability in Python.mp4
9.37 MB
02. A Full Python Refresher/44. Mutability in Python.vtt
9.86 KB
02. A Full Python Refresher/45. Mutable default parameters (and why they're a bad idea).mp4
8.7 MB
02. A Full Python Refresher/45. Mutable default parameters (and why they're a bad idea).vtt
7.39 KB
02. A Full Python Refresher/5. String formatting in Python.mp4
11.69 MB
02. A Full Python Refresher/5. String formatting in Python.vtt
10.88 KB
02. A Full Python Refresher/6. Getting user input.mp4
9.78 MB
02. A Full Python Refresher/6. Getting user input.vtt
9.82 KB
02. A Full Python Refresher/7.2 Asking users for input (Python 3.10).html
4.5 KB
02. A Full Python Refresher/8. Writing our first Python app.mp4
6.44 MB
02. A Full Python Refresher/8. Writing our first Python app.vtt
5.83 KB
02. A Full Python Refresher/9. Lists, tuples and sets.mp4
12.25 MB
02. A Full Python Refresher/9. Lists, tuples and sets.vtt
10.58 KB
03. Website Basics/1. How do websites and the internet work.mp4
92.54 MB
03. Website Basics/1. How do websites and the internet work.vtt
7.77 KB
03. Website Basics/2. Front end vs. Back end development.mp4
40.38 MB
03. Website Basics/2. Front end vs. Back end development.vtt
3.37 KB
03. Website Basics/3. Key web technologies HTML, CSS, and JavaScript.mp4
61.95 MB
03. Website Basics/3. Key web technologies HTML, CSS, and JavaScript.vtt
4.46 KB
03. Website Basics/4. The Browser Inspector using the developer tools.mp4
19.41 MB
03. Website Basics/4. The Browser Inspector using the developer tools.vtt
10.9 KB
04. Page structure with HTML/1. Elements the basic components of HTML.mp4
63.08 MB
04. Page structure with HTML/1. Elements the basic components of HTML.vtt
5.92 KB
04. Page structure with HTML/10. learning_html_starter.zip
156.42 KB
04. Page structure with HTML/10. Starting our first HTML project.mp4
7.02 MB
04. Page structure with HTML/10. Starting our first HTML project.vtt
7.27 KB
04. Page structure with HTML/11. Which HTML elements can't be nested.mp4
6.16 MB
04. Page structure with HTML/11. Which HTML elements can't be nested.vtt
4.27 KB
04. Page structure with HTML/12. An overview of HTML container elements.mp4
27.15 MB
04. Page structure with HTML/12. An overview of HTML container elements.vtt
11.86 KB
04. Page structure with HTML/13. A detailed look at HTML attributes.mp4
12.96 MB
04. Page structure with HTML/13. A detailed look at HTML attributes.vtt
11.28 KB
04. Page structure with HTML/14.3 The class and id HTML attributes.html
17.83 KB
04. Page structure with HTML/15. Adding images to our project.mp4
14.23 MB
04. Page structure with HTML/15. Adding images to our project.vtt
9.19 KB
04. Page structure with HTML/16. What is semantic HTML.mp4
10.87 MB
04. Page structure with HTML/16. What is semantic HTML.vtt
9.7 KB
04. Page structure with HTML/17. Document-level annotations in HTML.mp4
9.42 MB
04. Page structure with HTML/17. Document-level annotations in HTML.vtt
11.09 KB
04. Page structure with HTML/18.4 Document-level annotations.html
17.67 KB
04. Page structure with HTML/19. Completing our HTML project with document-level annotations.mp4
11.78 MB
04. Page structure with HTML/19. Completing our HTML project with document-level annotations.vtt
5.65 KB
04. Page structure with HTML/19. learning_html_no_css.zip
156.87 KB
04. Page structure with HTML/2.5 Write your first HTML element.html
4.45 KB
04. Page structure with HTML/20. The best HTML resource MDN.mp4
8.02 MB
04. Page structure with HTML/20. The best HTML resource MDN.vtt
3.94 KB
04. Page structure with HTML/3. Reminder where to find code and notes.html
1.33 KB
04. Page structure with HTML/4. A full example HTML and CSS.mp4
35.89 MB
04. Page structure with HTML/4. A full example HTML and CSS.vtt
21.27 KB
04. Page structure with HTML/5. Some of the most common HTML elements.mp4
107.22 MB
04. Page structure with HTML/5. Some of the most common HTML elements.vtt
10.42 KB
04. Page structure with HTML/6.1 Common HTML Elements.html
21.45 KB
04. Page structure with HTML/7. What are HTML content categories.mp4
11.94 MB
04. Page structure with HTML/7. What are HTML content categories.vtt
10.17 KB
04. Page structure with HTML/8.2 HTML content categories.html
17.98 KB
04. Page structure with HTML/9. Nesting elements in HTML.mp4
14.04 MB
04. Page structure with HTML/9. Nesting elements in HTML.vtt
11.2 KB
05. Page style with CSS/1. How to link a CSS file.mp4
11.5 MB
05. Page style with CSS/1. How to link a CSS file.vtt
9.39 KB
05. Page style with CSS/10. The CSS Box Model.mp4
10.98 MB
05. Page style with CSS/10. The CSS Box Model.vtt
8.59 KB
05. Page style with CSS/11.7 CSS Box Model.html
17.82 KB
05. Page style with CSS/12. Overview of CSS units.mp4
7.3 MB
05. Page style with CSS/12. Overview of CSS units.vtt
5.73 KB
05. Page style with CSS/13. Working with spacing in our project.mp4
34.79 MB
05. Page style with CSS/13. Working with spacing in our project.vtt
7.79 KB
05. Page style with CSS/14. Descendent selectors in CSS.mp4
16.18 MB
05. Page style with CSS/14. Descendent selectors in CSS.vtt
10.81 KB
05. Page style with CSS/15. What is specificity in CSS.mp4
14.13 MB
05. Page style with CSS/15. What is specificity in CSS.vtt
11.11 KB
05. Page style with CSS/16. BEM a simpler approach to CSS targeting.mp4
30.55 MB
05. Page style with CSS/16. BEM a simpler approach to CSS targeting.vtt
23.83 KB
05. Page style with CSS/16. learning_bem.zip
1.15 KB
05. Page style with CSS/2.5 Linking CSS files.html
17.41 KB
05. Page style with CSS/3. Basic CSS selectors targeting specific elements.mp4
15.3 MB
05. Page style with CSS/3. Basic CSS selectors targeting specific elements.vtt
16.92 KB
05. Page style with CSS/4. How colours work RGB, Hexadecimal, and HSL.mp4
17.81 MB
05. Page style with CSS/4. How colours work RGB, Hexadecimal, and HSL.vtt
8.68 KB
05. Page style with CSS/5.6 Colours in CSS.html
18.13 KB
05. Page style with CSS/6. Colours in CSS text and background.mp4
10.17 MB
05. Page style with CSS/6. Colours in CSS text and background.vtt
10.71 KB
05. Page style with CSS/7. learning_html.zip
249.55 KB
05. Page style with CSS/7. learning_html_completed.zip
250.02 KB
05. Page style with CSS/7. Starting to write our project's CSS file.mp4
20.79 MB
05. Page style with CSS/7. Starting to write our project's CSS file.vtt
11.11 KB
05. Page style with CSS/8. Inheritance in CSS.mp4
15.5 MB
05. Page style with CSS/8. Inheritance in CSS.vtt
9.4 KB
05. Page style with CSS/9. What properties can't be inherited.mp4
15.61 MB
05. Page style with CSS/9. What properties can't be inherited.vtt
10.69 KB
06. Project 1 Micro Blog (design+site)/1. Overview of this section's project.mp4
5.09 MB
06. Project 1 Micro Blog (design+site)/1. Overview of this section's project.vtt
6.02 KB
06. Project 1 Micro Blog (design+site)/10. example-svg.html
187 B
06. Project 1 Micro Blog (design+site)/10. What are SVGs.mp4
6.17 MB
06. Project 1 Micro Blog (design+site)/10. What are SVGs.vtt
4.8 KB
06. Project 1 Micro Blog (design+site)/11. How to include images in our HTML site.mp4
8.75 MB
06. Project 1 Micro Blog (design+site)/11. How to include images in our HTML site.vtt
4.87 KB
06. Project 1 Micro Blog (design+site)/11. microblog-logo.svg
434 B
06. Project 1 Micro Blog (design+site)/12. Finishing the header and navigation.mp4
9.97 MB
06. Project 1 Micro Blog (design+site)/12. Finishing the header and navigation.vtt
5.51 KB
06. Project 1 Micro Blog (design+site)/13. HTML forms sending data.mp4
39.85 MB
06. Project 1 Micro Blog (design+site)/13. HTML forms sending data.vtt
8.53 KB
06. Project 1 Micro Blog (design+site)/14. HTML forms working with textareas.mp4
11.3 MB
06. Project 1 Micro Blog (design+site)/14. HTML forms working with textareas.vtt
5.02 KB
06. Project 1 Micro Blog (design+site)/15. Creating the footer with multiple columns.mp4
11.83 MB
06. Project 1 Micro Blog (design+site)/15. Creating the footer with multiple columns.vtt
5.64 KB
06. Project 1 Micro Blog (design+site)/16. How to style the header and menu bar.mp4
33.28 MB
06. Project 1 Micro Blog (design+site)/16. How to style the header and menu bar.vtt
15.63 KB
06. Project 1 Micro Blog (design+site)/17. Setting the font family in our project.mp4
1.85 MB
06. Project 1 Micro Blog (design+site)/17. Setting the font family in our project.vtt
1.22 KB
06. Project 1 Micro Blog (design+site)/18. How to style HTML forms and inputs.mp4
28.2 MB
06. Project 1 Micro Blog (design+site)/18. How to style HTML forms and inputs.vtt
12.42 KB
06. Project 1 Micro Blog (design+site)/19. How to style the micro blog entries.mp4
24.43 MB
06. Project 1 Micro Blog (design+site)/19. How to style the micro blog entries.vtt
5.55 KB
06. Project 1 Micro Blog (design+site)/2. Access the finished code here.html
321 B
06. Project 1 Micro Blog (design+site)/2. microblog.zip
3.18 KB
06. Project 1 Micro Blog (design+site)/20. How to style the page footer.mp4
20.69 MB
06. Project 1 Micro Blog (design+site)/20. How to style the page footer.vtt
10.72 KB
06. Project 1 Micro Blog (design+site)/21. A CSS reference for what we've used in this section.html
3.98 KB
06. Project 1 Micro Blog (design+site)/3. From our YouTube channel How to start a new software project.mp4
227.69 MB
06. Project 1 Micro Blog (design+site)/3. From our YouTube channel How to start a new software project.vtt
24.27 KB
06. Project 1 Micro Blog (design+site)/4. Step 1 becoming a user.mp4
15.39 MB
06. Project 1 Micro Blog (design+site)/4. Step 1 becoming a user.vtt
10.14 KB
06. Project 1 Micro Blog (design+site)/5. Step 2 populating the backlog.mp4
15.43 MB
06. Project 1 Micro Blog (design+site)/5. Step 2 populating the backlog.vtt
6.64 KB
06. Project 1 Micro Blog (design+site)/6. Step 3 wireframing or rough design.mp4
4.03 MB
06. Project 1 Micro Blog (design+site)/6. Step 3 wireframing or rough design.vtt
3.68 KB
06. Project 1 Micro Blog (design+site)/7. microblog-logo.svg
434 B
06. Project 1 Micro Blog (design+site)/7. Step 4 pixel perfect design.mp4
35.92 MB
06. Project 1 Micro Blog (design+site)/7. Step 4 pixel perfect design.vtt
29.66 KB
06. Project 1 Micro Blog (design+site)/8. Step 5 creating the page structure.mp4
10.92 MB
06. Project 1 Micro Blog (design+site)/8. Step 5 creating the page structure.vtt
8.6 KB
06. Project 1 Micro Blog (design+site)/9. Step 6 coding the page structure with HTML.mp4
9.58 MB
06. Project 1 Micro Blog (design+site)/9. Step 6 coding the page structure with HTML.vtt
7.49 KB
07. Backend Development with Flask/1. Hello, world with Flask.mp4
39.64 MB
07. Backend Development with Flask/1. Hello, world with Flask.vtt
12.08 KB
07. Backend Development with Flask/10. Displaying past entries in the Microblog project.mp4
23.95 MB
07. Backend Development with Flask/10. Displaying past entries in the Microblog project.vtt
7.05 KB
07. Backend Development with Flask/11. Formatting dates correctly in our entries.mp4
8.29 MB
07. Backend Development with Flask/11. Formatting dates correctly in our entries.vtt
4.52 KB
07. Backend Development with Flask/12. Introduction to MongoDB.mp4
14.09 MB
07. Backend Development with Flask/12. Introduction to MongoDB.vtt
10.19 KB
07. Backend Development with Flask/13. Accessing MongoDB with Compass and Atlas.mp4
23.05 MB
07. Backend Development with Flask/13. Accessing MongoDB with Compass and Atlas.vtt
16.47 KB
07. Backend Development with Flask/14. Small update to pymongo affecting the next video.html
937 B
07. Backend Development with Flask/15. Storing Microblog entries in MongoDB.mp4
25.31 MB
07. Backend Development with Flask/15. Storing Microblog entries in MongoDB.vtt
10.16 KB
07. Backend Development with Flask/16. 2022-05-25_10-15-38-cfe02674b2f575451e668367346fc9ba.PNG
8.67 KB
07. Backend Development with Flask/16. What happens when you hit Refresh.html
1.85 KB
07. Backend Development with Flask/17. Retrieving the Microblog entries from MongoDB.mp4
17.49 MB
07. Backend Development with Flask/17. Retrieving the Microblog entries from MongoDB.vtt
4.9 KB
07. Backend Development with Flask/18. How to use Flask's app factory pattern.mp4
9.85 MB
07. Backend Development with Flask/18. How to use Flask's app factory pattern.vtt
4.57 KB
07. Backend Development with Flask/2. Using render_template to send longer HTML strings.mp4
10.1 MB
07. Backend Development with Flask/2. Using render_template to send longer HTML strings.vtt
7.12 KB
07. Backend Development with Flask/3. What is Jinja2.mp4
16.98 MB
07. Backend Development with Flask/3. What is Jinja2.vtt
8.32 KB
07. Backend Development with Flask/4. expressions.html
924 B
07. Backend Development with Flask/4. Jinja2 Expressions.mp4
19.47 MB
07. Backend Development with Flask/4. Jinja2 Expressions.vtt
13.92 KB
07. Backend Development with Flask/5. data_structures.html
747 B
07. Backend Development with Flask/5. Working with data structures in Jinja2.mp4
15.7 MB
07. Backend Development with Flask/5. Working with data structures in Jinja2.vtt
10 KB
07. Backend Development with Flask/6. Conditional statements in Jinja2.mp4
12.91 MB
07. Backend Development with Flask/6. Conditional statements in Jinja2.vtt
8.59 KB
07. Backend Development with Flask/6. conditionals_basics.html
493 B
07. Backend Development with Flask/7. for_loop.html
332 B
07. Backend Development with Flask/7. loops_and_conditionals.html
590 B
07. Backend Development with Flask/7. Using loops in Jinja2.mp4
14.92 MB
07. Backend Development with Flask/7. Using loops in Jinja2.vtt
9.03 KB
07. Backend Development with Flask/8. Setting up our Microblog project with Flask.mp4
20.98 MB
07. Backend Development with Flask/8. Setting up our Microblog project with Flask.vtt
10.15 KB
07. Backend Development with Flask/9. Receiving form data using Flask.mp4
15.89 MB
07. Backend Development with Flask/9. Receiving form data using Flask.vtt
9.91 KB
08. Deploying Flask Apps to Render.com/1. What is the requirements.txt file.mp4
9.9 MB
08. Deploying Flask Apps to Render.com/1. What is the requirements.txt file.vtt
5.41 KB
08. Deploying Flask Apps to Render.com/2. What do deployment services do for us.mp4
7.06 MB
08. Deploying Flask Apps to Render.com/2. What do deployment services do for us.vtt
2.65 KB
08. Deploying Flask Apps to Render.com/3. Preparing our app for deployment.mp4
13.93 MB
08. Deploying Flask Apps to Render.com/3. Preparing our app for deployment.vtt
5.5 KB
08. Deploying Flask Apps to Render.com/4. Deploy a Flask app to Render.com.mp4
28.71 MB
08. Deploying Flask Apps to Render.com/4. Deploy a Flask app to Render.com.vtt
8.52 KB
09. Jinja2 Mastery Level I/1. Defining Jinja variables using the 'set' keyword.mp4
9.28 MB
09. Jinja2 Mastery Level I/1. Defining Jinja variables using the 'set' keyword.vtt
5.88 KB
09. Jinja2 Mastery Level I/2. Jinja filters to call inline functions using the pipe operator.mp4
6.28 MB
09. Jinja2 Mastery Level I/2. Jinja filters to call inline functions using the pipe operator.vtt
3.93 KB
09. Jinja2 Mastery Level I/3. Jinja macros to improve reusability and remove duplication.mp4
18.6 MB
09. Jinja2 Mastery Level I/3. Jinja macros to improve reusability and remove duplication.vtt
10.03 KB
09. Jinja2 Mastery Level I/4. Jinja inheritance using 'extends' and 'block'.mp4
15.4 MB
09. Jinja2 Mastery Level I/4. Jinja inheritance using 'extends' and 'block'.vtt
9.42 KB
09. Jinja2 Mastery Level I/5. How to use CSS style tags with inheritance.mp4
14.09 MB
09. Jinja2 Mastery Level I/5. How to use CSS style tags with inheritance.vtt
7.99 KB
09. Jinja2 Mastery Level I/6. Handling CSS in larger apps with inheritance.mp4
12.14 MB
09. Jinja2 Mastery Level I/6. Handling CSS in larger apps with inheritance.vtt
7.72 KB
09. Jinja2 Mastery Level I/7. Jinja tests using the 'is' keyword.mp4
16.92 MB
09. Jinja2 Mastery Level I/7. Jinja tests using the 'is' keyword.vtt
9.55 KB
09. Jinja2 Mastery Level I/8. The Jinja Environment and Rendering Context.mp4
8.87 MB
09. Jinja2 Mastery Level I/8. The Jinja Environment and Rendering Context.vtt
8.15 KB
09. Jinja2 Mastery Level I/9. Routing with Jinja using url_for in your templates.mp4
19.93 MB
09. Jinja2 Mastery Level I/9. Routing with Jinja using url_for in your templates.vtt
10.78 KB
10. Project 2 Habit Tracker/1. Habit tracker project overview.mp4
2.55 MB
10. Project 2 Habit Tracker/1. Habit tracker project overview.vtt
2.93 KB
10. Project 2 Habit Tracker/10. Introduction to Git and GitHub.html
696 B
10. Project 2 Habit Tracker/11. Deploying our habit tracker app to Render.com.html
1.7 KB
10. Project 2 Habit Tracker/2. Displaying and saving habits.mp4
36.82 MB
10. Project 2 Habit Tracker/2. Displaying and saving habits.vtt
21.56 KB
10. Project 2 Habit Tracker/3. Styling the habit tracker.mp4
29.21 MB
10. Project 2 Habit Tracker/3. Styling the habit tracker.vtt
17.58 KB
10. Project 2 Habit Tracker/4. Adding date navigation.mp4
34.64 MB
10. Project 2 Habit Tracker/4. Adding date navigation.vtt
19.74 KB
10. Project 2 Habit Tracker/5. Styling the date navigation.mp4
19.3 MB
10. Project 2 Habit Tracker/5. Styling the date navigation.vtt
10.91 KB
10. Project 2 Habit Tracker/6. Completing habits.mp4
39.51 MB
10. Project 2 Habit Tracker/6. Completing habits.vtt
22.36 KB
10. Project 2 Habit Tracker/7. Adding Flask blueprints.mp4
25.87 MB
10. Project 2 Habit Tracker/7. Adding Flask blueprints.vtt
10.58 KB
10. Project 2 Habit Tracker/8. Setting up MongoDB.html
878 B
10. Project 2 Habit Tracker/9. Using MongoDB in the habit tracker.mp4
83.71 MB
10. Project 2 Habit Tracker/9. Using MongoDB in the habit tracker.vtt
23.03 KB
11. Jinja Mastery Level II/1. Jinja Includes with the include keyword.mp4
45.71 MB
11. Jinja Mastery Level II/1. Jinja Includes with the include keyword.vtt
18.97 KB
11. Jinja Mastery Level II/2. Whitespace control in Jinja.mp4
14.11 MB
11. Jinja Mastery Level II/2. Whitespace control in Jinja.vtt
7.36 KB
11. Jinja Mastery Level II/3. Jinja escaping and unescaping.mp4
9.86 MB
11. Jinja Mastery Level II/3. Jinja escaping and unescaping.vtt
4 KB
11. Jinja Mastery Level II/4. The call block for Jinja macros.mp4
17.39 MB
11. Jinja Mastery Level II/4. The call block for Jinja macros.vtt
7.25 KB
12. Project 3 Portfolio/1. Portfolio Project Overview.mp4
4.2 MB
12. Project 3 Portfolio/1. Portfolio Project Overview.vtt
3.08 KB
12. Project 3 Portfolio/1. portfolio-static-assets.zip
653.59 KB
12. Project 3 Portfolio/10. Error handling with Flask using app.errorhandler.mp4
15.05 MB
12. Project 3 Portfolio/10. Error handling with Flask using app.errorhandler.vtt
6.14 KB
12. Project 3 Portfolio/11. Deploying our portfolio app to Render.com.html
1.7 KB
12. Project 3 Portfolio/2. Making our Flask app for this project.mp4
11.57 MB
12. Project 3 Portfolio/2. Making our Flask app for this project.vtt
7.26 KB
12. Project 3 Portfolio/3. The base template and nav bar.mp4
23.65 MB
12. Project 3 Portfolio/3. The base template and nav bar.vtt
11.49 KB
12. Project 3 Portfolio/4. Adding an about page to our Flask app.mp4
8.06 MB
12. Project 3 Portfolio/4. Adding an about page to our Flask app.vtt
4.9 KB
12. Project 3 Portfolio/5. Adding a contact page to our Flask app.mp4
19.89 MB
12. Project 3 Portfolio/5. Adding a contact page to our Flask app.vtt
10.11 KB
12. Project 3 Portfolio/6. Introduction to CSS Grid.mp4
70.85 MB
12. Project 3 Portfolio/6. Introduction to CSS Grid.vtt
18.43 KB
12. Project 3 Portfolio/7. Media queries with CSS for responsive development.mp4
17.5 MB
12. Project 3 Portfolio/7. Media queries with CSS for responsive development.vtt
6.22 KB
12. Project 3 Portfolio/8. Displaying projects in the homepage using CSS Grid.mp4
164.74 MB
12. Project 3 Portfolio/8. Displaying projects in the homepage using CSS Grid.vtt
31.34 KB
12. Project 3 Portfolio/9. Creating the individual project pages.mp4
75.37 MB
12. Project 3 Portfolio/9. Creating the individual project pages.vtt
28.26 KB
13. Authentication in Flask Apps/1. What are cookies What are sessions.mp4
12.93 MB
13. Authentication in Flask Apps/1. What are cookies What are sessions.vtt
12.89 KB
13. Authentication in Flask Apps/2. Registering users in your Flask apps.mp4
29.47 MB
13. Authentication in Flask Apps/2. Registering users in your Flask apps.vtt
16.64 KB
13. Authentication in Flask Apps/3. Logging users in with Flask.mp4
21.81 MB
13. Authentication in Flask Apps/3. Logging users in with Flask.vtt
11.81 KB
13. Authentication in Flask Apps/4. Password hashing (or encryption) with passlib.mp4
33.22 MB
13. Authentication in Flask Apps/4. Password hashing (or encryption) with passlib.vtt
14 KB
13. Authentication in Flask Apps/5. Creating a 'login required' decorator.mp4
24.76 MB
13. Authentication in Flask Apps/5. Creating a 'login required' decorator.vtt
10.51 KB
14. Project 4 Movie Watchlist/1. Project overview and CSS variables.mp4
38.89 MB
14. Project 4 Movie Watchlist/1. Project overview and CSS variables.vtt
22.41 KB
14. Project 4 Movie Watchlist/1. section14-starter-code.zip
13.57 KB
14. Project 4 Movie Watchlist/10. Creating the movie details page.mp4
31.85 MB
14. Project 4 Movie Watchlist/10. Creating the movie details page.vtt
14.8 KB
14. Project 4 Movie Watchlist/11. Setting movie ratings.mp4
40.01 MB
14. Project 4 Movie Watchlist/11. Setting movie ratings.vtt
18.54 KB
14. Project 4 Movie Watchlist/12. Set the last watched date.mp4
21.37 MB
14. Project 4 Movie Watchlist/12. Set the last watched date.vtt
5.4 KB
14. Project 4 Movie Watchlist/13. Create a custom WTForm Widget.mp4
16.99 MB
14. Project 4 Movie Watchlist/13. Create a custom WTForm Widget.vtt
9.05 KB
14. Project 4 Movie Watchlist/14. Editing movies and pre-populating a form.mp4
39.6 MB
14. Project 4 Movie Watchlist/14. Editing movies and pre-populating a form.vtt
9.77 KB
14. Project 4 Movie Watchlist/15. Add user signups to a Flask app.mp4
31.14 MB
14. Project 4 Movie Watchlist/15. Add user signups to a Flask app.vtt
13.05 KB
14. Project 4 Movie Watchlist/16. Add user logins to a Flask app.mp4
25.65 MB
14. Project 4 Movie Watchlist/16. Add user logins to a Flask app.vtt
14.41 KB
14. Project 4 Movie Watchlist/17. Personalize pages based on the logged in user.mp4
47.6 MB
14. Project 4 Movie Watchlist/17. Personalize pages based on the logged in user.vtt
10.72 KB
14. Project 4 Movie Watchlist/18. Add user logouts to a Flask app.mp4
8.6 MB
14. Project 4 Movie Watchlist/18. Add user logouts to a Flask app.vtt
3.4 KB
14. Project 4 Movie Watchlist/19. Deploying our movie watchlist app to Render.com.html
1.72 KB
14. Project 4 Movie Watchlist/2. Adding a nav bar.mp4
46.34 MB
14. Project 4 Movie Watchlist/2. Adding a nav bar.vtt
23.06 KB
14. Project 4 Movie Watchlist/20. Concurrency in Render.com with gunicorn.html
966 B
14. Project 4 Movie Watchlist/21. Download the legacy course content here.html
1.29 KB
14. Project 4 Movie Watchlist/22. Bonus lecture and conclusion.html
1.51 KB
14. Project 4 Movie Watchlist/3. Adding a footer.mp4
3.39 MB
14. Project 4 Movie Watchlist/3. Adding a footer.vtt
1.96 KB
14. Project 4 Movie Watchlist/4. Putting the page layout together.mp4
10.15 MB
14. Project 4 Movie Watchlist/4. Putting the page layout together.vtt
4.55 KB
14. Project 4 Movie Watchlist/5. How to toggle dark mode in a Flask app.mp4
35.85 MB
14. Project 4 Movie Watchlist/5. How to toggle dark mode in a Flask app.vtt
13.62 KB
14. Project 4 Movie Watchlist/6. Create a form with WTForms.mp4
14.93 MB
14. Project 4 Movie Watchlist/6. Create a form with WTForms.vtt
10.19 KB
14. Project 4 Movie Watchlist/7. Render a WTForm in our template.mp4
53.19 MB
14. Project 4 Movie Watchlist/7. Render a WTForm in our template.vtt
27.14 KB
14. Project 4 Movie Watchlist/8. Receive and validate data using WTForms.mp4
32.75 MB
14. Project 4 Movie Watchlist/8. Receive and validate data using WTForms.vtt
19.99 KB
14. Project 4 Movie Watchlist/9. Displaying a table of all movies.mp4
26.84 MB
14. Project 4 Movie Watchlist/9. Displaying a table of all movies.vtt
16.59 KB

免责声明

本网站仅提供DHT网络磁力资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 lulutang@protonmail.com。