zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[GigaCourse.Com] Udemy - Web Developer Bootcamp with Flask and Python
magnet:?xt=urn:btih:a8c3fbf551178f6b663c385c2b28c09af2423579&dn=[GigaCourse.Com] Udemy - Web Developer Bootcamp with Flask and Python
磁力链接详情
Hash值:
a8c3fbf551178f6b663c385c2b28c09af2423579
点击数:
131
文件大小:
9.16 GB
文件数量:
259
创建日期:
2022-8-4 19:16
最后访问:
2024-10-29 17:55
访问标签:
GigaCourse
Com
Udemy
-
Web
Developer
Bootcamp
with
Flask
and
Python
文件列表详情
1. Welcome to this Course!/1. Welcome to the course!.mp4 62.09 MB
1. Welcome to this Course!/2. Curriculum overview.mp4 41.64 MB
10. Your Age in Seconds [Legacy]/10. Methods print(), str(), and int().mp4 9.36 MB
10. Your Age in Seconds [Legacy]/12. Solution to coding exercise print, str, and int.mp4 7.64 MB
10. Your Age in Seconds [Legacy]/13. The format() method.mp4 8.85 MB
10. Your Age in Seconds [Legacy]/17. Solution to coding exercise format().mp4 7.1 MB
10. Your Age in Seconds [Legacy]/18. Getting user input with the input() method.mp4 8.16 MB
10. Your Age in Seconds [Legacy]/2. Introduction.mp4 3.36 MB
10. Your Age in Seconds [Legacy]/20. Solution to coding exercise user input.mp4 2.15 MB
10. Your Age in Seconds [Legacy]/21. Creating our own methods in Python.mp4 6.69 MB
10. Your Age in Seconds [Legacy]/23. Solution to coding exercise creating functions.mp4 5.29 MB
10. Your Age in Seconds [Legacy]/24. If statements in Python.mp4 18.75 MB
10. Your Age in Seconds [Legacy]/27. Solution to coding exercise if statements.mp4 8.87 MB
10. Your Age in Seconds [Legacy]/28. Section 1 assignment video.mp4 3.66 MB
10. Your Age in Seconds [Legacy]/4. Installing Python.mp4 3.24 MB
10. Your Age in Seconds [Legacy]/5. Integers and Strings.mp4 4.16 MB
10. Your Age in Seconds [Legacy]/7. Variables in Python.mp4 3.5 MB
10. Your Age in Seconds [Legacy]/9. Solution to coding exercise creating variables.mp4 2.76 MB
11. Price of a Chair [Legacy]/1. Our Development Environment.mp4 2.97 MB
11. Price of a Chair [Legacy]/10. Using the price as a number.mp4 9.65 MB
11. Price of a Chair [Legacy]/2. Creating virtual environments for Python development.mp4 9.93 MB
11. Price of a Chair [Legacy]/3. Our Age application in PyCharm.mp4 4.64 MB
11. Price of a Chair [Legacy]/4. (aside) Tweaking PyCharm.mp4 8.86 MB
11. Price of a Chair [Legacy]/5. Understanding JSON and XML.mp4 9.04 MB
11. Price of a Chair [Legacy]/6. Making our first HTTP GET request.mp4 6.24 MB
11. Price of a Chair [Legacy]/7. Finding our chair price parsing HTML.mp4 8.55 MB
11. Price of a Chair [Legacy]/8. Parsing HTML data using BeautifulSoup.mp4 9.56 MB
12. A simple terminal Blog [Legacy]/10. Creating a Database class for database interactions.mp4 27.67 MB
12. A simple terminal Blog [Legacy]/11. The last few Post methods.mp4 6.93 MB
12. A simple terminal Blog [Legacy]/12. Having default parameter values in Python methods.mp4 9.51 MB
12. A simple terminal Blog [Legacy]/13. Understanding dates in Python the datetime module.mp4 5.14 MB
12. A simple terminal Blog [Legacy]/14. Verifying that the Post methods all work.mp4 11.09 MB
12. A simple terminal Blog [Legacy]/15. The Blog class and @classmethods.mp4 30.64 MB
12. A simple terminal Blog [Legacy]/16. Verifying the Blog methods all work.mp4 13.3 MB
12. A simple terminal Blog [Legacy]/17. Starting the menu and user interactions.mp4 21.37 MB
12. A simple terminal Blog [Legacy]/18. Finalising the Menu class.mp4 16.32 MB
12. A simple terminal Blog [Legacy]/19. Finally, running the application!.mp4 7.56 MB
12. A simple terminal Blog [Legacy]/2. Installing MongoDB.mp4 17.12 MB
12. A simple terminal Blog [Legacy]/4. Introduction to MongoDB.mp4 14.52 MB
12. A simple terminal Blog [Legacy]/5. Creating a PyCharm project that uses MongoDB and pymongo.mp4 13.21 MB
12. A simple terminal Blog [Legacy]/6. Simplifying lists in Python with list comprehension.mp4 12.7 MB
12. A simple terminal Blog [Legacy]/8. Introduction to Object-Oriented Programming.mp4 26.13 MB
12. A simple terminal Blog [Legacy]/9. Creating our first class, the Post.mp4 11.88 MB
13. Our first web application/1. Introduction to REST APIs.mp4 13.28 MB
13. Our first web application/10. Our first template in Jinja2.mp4 16.7 MB
13. Our first web application/11. Beginning CSS styling of pages.mp4 15.32 MB
13. Our first web application/12. The user login page.mp4 32.4 MB
13. Our first web application/13. The user registration page.mp4 14.97 MB
13. Our first web application/14. Using Bootstrap for the first time for great styling.mp4 40.81 MB
13. Our first web application/15. How can we display a list of blogs.mp4 20.23 MB
13. Our first web application/16. Displaying a list of posts.mp4 19.32 MB
13. Our first web application/17. The Jinja2 if statement for structure control.mp4 3.98 MB
13. Our first web application/19. Creating new blogs (front-end).mp4 21.71 MB
13. Our first web application/2. How can we make our own API What is Flask.mp4 14.38 MB
13. Our first web application/20. Finalising the application by allowing to create posts!.mp4 20.63 MB
13. Our first web application/3. Python cls() and argument unpacking.mp4 24.94 MB
13. Our first web application/4. Creating the User model for our application.mp4 10.28 MB
13. Our first web application/5. Starting developing the User model.mp4 21.17 MB
13. Our first web application/6. Creating the login and register.mp4 14.6 MB
13. Our first web application/7. Finding blogs by a specific author.mp4 13.67 MB
13. Our first web application/8. Allowing creation of blogs and posts.mp4 16.79 MB
13. Our first web application/9. Creating the static resources and templates.mp4 7.27 MB
14. [2019] Price alerts for online web-stores/1. Creating new Python projects in PyCharm 2019.mp4 52.38 MB
14. [2019] Price alerts for online web-stores/10. Adding type hinting to our application so far.mp4 37.1 MB
14. [2019] Price alerts for online web-stores/11. Starting up MongoDB and making sure it's working.mp4 9.75 MB
14. [2019] Price alerts for online web-stores/12. Preparing our Item model for saving in MongoDB.mp4 60.25 MB
14. [2019] Price alerts for online web-stores/13. Inserting Items into MongoDB.mp4 59.41 MB
14. [2019] Price alerts for online web-stores/14. Retrieving Items from MongoDB.mp4 60.09 MB
14. [2019] Price alerts for online web-stores/15. Notifying users in a simple way when the price is reached.mp4 145.03 MB
14. [2019] Price alerts for online web-stores/16. What is an abstract class in Python.mp4 53.35 MB
14. [2019] Price alerts for online web-stores/17. Making more methods generic.mp4 84.89 MB
14. [2019] Price alerts for online web-stores/18. Finishing up the Model superclass.mp4 79.25 MB
14. [2019] Price alerts for online web-stores/19. How to force a subclass to have properties of a parent class.mp4 36.03 MB
14. [2019] Price alerts for online web-stores/20. Type hinting the current object type in a method return.mp4 75.84 MB
14. [2019] Price alerts for online web-stores/21. Creating items through the web interface.mp4 179.45 MB
14. [2019] Price alerts for online web-stores/22. Styling our site using Bootstrap 4.mp4 76.08 MB
14. [2019] Price alerts for online web-stores/23. Creating the Items blueprint.mp4 49.37 MB
14. [2019] Price alerts for online web-stores/24. Creating a page to show all items.mp4 98.4 MB
14. [2019] Price alerts for online web-stores/25. Creating alerts through the web interface.mp4 75.12 MB
14. [2019] Price alerts for online web-stores/3. What are Flask Blueprints.mp4 43.85 MB
14. [2019] Price alerts for online web-stores/4. Creating our new app structure.mp4 27.97 MB
14. [2019] Price alerts for online web-stores/5. Getting page content with requests.mp4 26.13 MB
14. [2019] Price alerts for online web-stores/6. How to find the price on a website.mp4 61.89 MB
14. [2019] Price alerts for online web-stores/7. Getting an element's content with BeautifulSoup.mp4 29.87 MB
14. [2019] Price alerts for online web-stores/8. Using RegEx to get specific information from a string.mp4 92.92 MB
14. [2019] Price alerts for online web-stores/9. Creating our Item model.mp4 97.6 MB
15. [2019] Developing a complete front-end with Bootstrap 4/1. Introducing stores to our application.mp4 119.99 MB
15. [2019] Developing a complete front-end with Bootstrap 4/10. Linking the alert index to the edit page.mp4 36.26 MB
15. [2019] Developing a complete front-end with Bootstrap 4/11. Editing stores.mp4 72.22 MB
15. [2019] Developing a complete front-end with Bootstrap 4/12. Deleting alerts.mp4 33.67 MB
15. [2019] Developing a complete front-end with Bootstrap 4/13. Deleting stores.mp4 12.8 MB
15. [2019] Developing a complete front-end with Bootstrap 4/14. Registering users.mp4 297.25 MB
15. [2019] Developing a complete front-end with Bootstrap 4/15. Encrypting passwords in Python with passlib.mp4 59.12 MB
15. [2019] Developing a complete front-end with Bootstrap 4/16. Logging in.mp4 72.61 MB
15. [2019] Developing a complete front-end with Bootstrap 4/17. Viewing only your own alerts.mp4 67.87 MB
15. [2019] Developing a complete front-end with Bootstrap 4/18. What are Python decorators.mp4 52.81 MB
15. [2019] Developing a complete front-end with Bootstrap 4/19. Limiting some pages only to logged in users.mp4 122.05 MB
15. [2019] Developing a complete front-end with Bootstrap 4/2. Getting rid of items.mp4 39.3 MB
15. [2019] Developing a complete front-end with Bootstrap 4/20. Adding a navigation bar using Bootstrap.mp4 96.89 MB
15. [2019] Developing a complete front-end with Bootstrap 4/21. Limiting actions to admins only.mp4 79.15 MB
15. [2019] Developing a complete front-end with Bootstrap 4/23. Signing up with Mailgun.mp4 35.62 MB
15. [2019] Developing a complete front-end with Bootstrap 4/24. Sending e-mail with Mailgun.mp4 165.83 MB
15. [2019] Developing a complete front-end with Bootstrap 4/25. Creating the landing page.mp4 51.98 MB
15. [2019] Developing a complete front-end with Bootstrap 4/3. Testing our app with stores.mp4 49 MB
15. [2019] Developing a complete front-end with Bootstrap 4/4. Dataclasses in Python 3.7.mp4 86.36 MB
15. [2019] Developing a complete front-end with Bootstrap 4/5. Turning our models into dataclasses.mp4 86.99 MB
15. [2019] Developing a complete front-end with Bootstrap 4/6. Giving names to alerts in our application.mp4 38.98 MB
15. [2019] Developing a complete front-end with Bootstrap 4/7. Saving the last item price.mp4 33.71 MB
15. [2019] Developing a complete front-end with Bootstrap 4/8. Creating stores through the web interface.mp4 79.61 MB
15. [2019] Developing a complete front-end with Bootstrap 4/9. Editing alert properties.mp4 101.87 MB
16. Simple development-stage deployments to Heroku/1. Signing up for GitHub.mp4 2.74 MB
16. Simple development-stage deployments to Heroku/10. Git commands git commit and git push.mp4 12.79 MB
16. Simple development-stage deployments to Heroku/11. Git command git log to check previous commits.mp4 2.35 MB
16. Simple development-stage deployments to Heroku/12. Signing up to Heroku.mp4 4.77 MB
16. Simple development-stage deployments to Heroku/13. Installing the Heroku Toolbelt (Command-Line Interface).mp4 1.74 MB
16. Simple development-stage deployments to Heroku/14. Creating a new Heroku app.mp4 5.9 MB
16. Simple development-stage deployments to Heroku/16. Getting values from environment variables in Python.mp4 7.12 MB
16. Simple development-stage deployments to Heroku/17. Setting the environment variables in Heroku.mp4 2.09 MB
16. Simple development-stage deployments to Heroku/18. Setting up Heroku required files in our project so Heroku knows what to run.mp4 8 MB
16. Simple development-stage deployments to Heroku/19. Committing and pushing the new files to GitHub.mp4 3.76 MB
16. Simple development-stage deployments to Heroku/2. Forking the GitHub repository from the last section.mp4 4.87 MB
16. Simple development-stage deployments to Heroku/20. Adding servers on Heroku (called 'scaling dynos').mp4 2.44 MB
16. Simple development-stage deployments to Heroku/21. Deploying our app to Heroku.mp4 3.38 MB
16. Simple development-stage deployments to Heroku/22. Adding MongoLab to our Heroku app as an add-on.mp4 4.83 MB
16. Simple development-stage deployments to Heroku/23. How to create a new MongoLab user.mp4 2.94 MB
16. Simple development-stage deployments to Heroku/24. Changing our program's database URI to match MongoLab's.mp4 4.24 MB
16. Simple development-stage deployments to Heroku/25. Using the Heroku logs to fix an Internal Server Error.mp4 8.56 MB
16. Simple development-stage deployments to Heroku/26. Running our deployed app in Heroku.mp4 4.87 MB
16. Simple development-stage deployments to Heroku/27. Another error using the URI default database.mp4 4.76 MB
16. Simple development-stage deployments to Heroku/28. Verifying the app works, and next steps in the course.mp4 4.83 MB
16. Simple development-stage deployments to Heroku/3. How to install Git on Windows.mp4 4.26 MB
16. Simple development-stage deployments to Heroku/4. How to use the Windows Git Shell.mp4 3.71 MB
16. Simple development-stage deployments to Heroku/5. How to install Git on Mac.mp4 4.17 MB
16. Simple development-stage deployments to Heroku/6. How to install Git on Linux.mp4 2.14 MB
16. Simple development-stage deployments to Heroku/7. Cloning the Git repository from GitHub onto your computer.mp4 5.2 MB
16. Simple development-stage deployments to Heroku/8. File statuses and stages in Git.mp4 10.55 MB
16. Simple development-stage deployments to Heroku/9. How to generate an SSH key for GitHub.mp4 8.18 MB
17. Deploying your apps manually to a server/10. Creating a cron job in Ubuntu.mp4 18.25 MB
17. Deploying your apps manually to a server/11. Course conclusion. Thank you!.mp4 9.88 MB
17. Deploying your apps manually to a server/12. Bonus lecture other courses and next steps.mp4 29.69 MB
17. Deploying your apps manually to a server/2. Creating a DigitalOcean Droplet.mp4 30.98 MB
17. Deploying your apps manually to a server/3. Creating a non-root user.mp4 25.54 MB
17. Deploying your apps manually to a server/4. Configuring our new user.mp4 44.99 MB
17. Deploying your apps manually to a server/6. Installing MongoDB in Ubuntu.mp4 33.09 MB
17. Deploying your apps manually to a server/7. Getting our application code.mp4 20.09 MB
17. Deploying your apps manually to a server/8. Configuring uWSGI and the system service.mp4 39.58 MB
17. Deploying your apps manually to a server/9. Configuring nginx.mp4 42.66 MB
2. A Full Python Refresher/1. Introduction to this section.mp4 20.45 MB
2. A Full Python Refresher/10. If statements.mp4 44.67 MB
2. A Full Python Refresher/11. The in keyword in Python.mp4 11.23 MB
2. A Full Python Refresher/12. If statements with the in keyword.mp4 42.41 MB
2. A Full Python Refresher/13. Loops in Python.mp4 53.42 MB
2. A Full Python Refresher/14. List comprehensions in Python.mp4 30.88 MB
2. A Full Python Refresher/15. Dictionaries.mp4 36.39 MB
2. A Full Python Refresher/16. Destructuring variables.mp4 34.13 MB
2. A Full Python Refresher/17. Functions in Python.mp4 44.63 MB
2. A Full Python Refresher/18. Function arguments and parameters.mp4 37.99 MB
2. A Full Python Refresher/19. Default parameter values.mp4 18.03 MB
2. A Full Python Refresher/20. Functions returning values.mp4 35.18 MB
2. A Full Python Refresher/21. Lambda functions in Python.mp4 38.55 MB
2. A Full Python Refresher/22. Dictionary comprehensions.mp4 23.74 MB
2. A Full Python Refresher/23. Unpacking arguments.mp4 51.42 MB
2. A Full Python Refresher/24. Unpacking keyword arguments.mp4 44.75 MB
2. A Full Python Refresher/25. Object-Oriented Programming in Python.mp4 89.66 MB
2. A Full Python Refresher/26. Magic methods __str__ and __repr__.mp4 36.74 MB
2. A Full Python Refresher/27. @classmethod and @staticmethod.mp4 80.78 MB
2. A Full Python Refresher/28. Class inheritance.mp4 53.67 MB
2. A Full Python Refresher/29. Class composition.mp4 35.2 MB
2. A Full Python Refresher/3. Variables in Python.mp4 32.13 MB
2. A Full Python Refresher/30. Type hinting in Python 3.5+.mp4 31.88 MB
2. A Full Python Refresher/31. Imports in Python.mp4 58.48 MB
2. A Full Python Refresher/32. Relative imports in Python.mp4 54.25 MB
2. A Full Python Refresher/33. Errors in Python.mp4 87.65 MB
2. A Full Python Refresher/34. Custom error classes.mp4 42.14 MB
2. A Full Python Refresher/35. First-class functions.mp4 48.54 MB
2. A Full Python Refresher/36. Simple decorators in Python.mp4 50.15 MB
2. A Full Python Refresher/37. The 'at' syntax for decorators.mp4 28.86 MB
2. A Full Python Refresher/38. Decorating functions with parameters.mp4 14.4 MB
2. A Full Python Refresher/39. Decorators with parameters.mp4 35.88 MB
2. A Full Python Refresher/4. String formatting in Python.mp4 27.9 MB
2. A Full Python Refresher/40. Mutability in Python.mp4 24.59 MB
2. A Full Python Refresher/41. Mutable default parameters (and why they're a bad idea).mp4 22.25 MB
2. A Full Python Refresher/5. Getting user input.mp4 21.55 MB
2. A Full Python Refresher/6. Writing our first Python app.mp4 16.45 MB
2. A Full Python Refresher/7. Lists, tuples and sets.mp4 26.42 MB
2. A Full Python Refresher/8. Advanced set operations.mp4 20.37 MB
2. A Full Python Refresher/9. Booleans in Python.mp4 23.17 MB
3. Website Basics/1. How do websites and the internet work.mp4 92.55 MB
3. Website Basics/2. Front end vs. Back end development.mp4 40.38 MB
3. Website Basics/3. Key web technologies HTML, CSS, and JavaScript.mp4 61.95 MB
3. Website Basics/4. The Browser Inspector using the developer tools.mp4 55.65 MB
4. Page structure with HTML/1. Elements the basic components of HTML.mp4 63.08 MB
4. Page structure with HTML/10. Adding images to our project.mp4 30.07 MB
4. Page structure with HTML/11. What is semantic HTML.mp4 24.62 MB
4. Page structure with HTML/12. Document-level annotations in HTML.mp4 29.12 MB
4. Page structure with HTML/13. Completing our HTML project with document-level annotations.mp4 29.82 MB
4. Page structure with HTML/14. The best HTML resource MDN.mp4 30.62 MB
4. Page structure with HTML/2. A full example HTML and CSS.mp4 80.62 MB
4. Page structure with HTML/3. Some of the most common HTML elements.mp4 107.23 MB
4. Page structure with HTML/4. What are HTML content categories.mp4 45.62 MB
4. Page structure with HTML/5. Nesting elements in HTML.mp4 89.84 MB
4. Page structure with HTML/6. Starting our first HTML project.mp4 25.31 MB
4. Page structure with HTML/7. Which HTML elements can't be nested.mp4 39.76 MB
4. Page structure with HTML/8. An overview of HTML container elements.mp4 127.62 MB
4. Page structure with HTML/9. A detailed look at HTML attributes.mp4 58.28 MB
5. Page style with CSS/1. How to link a CSS file.mp4 26.98 MB
5. Page style with CSS/10. Working with spacing in our project.mp4 36.67 MB
5. Page style with CSS/11. Descendent selectors in CSS.mp4 38.24 MB
5. Page style with CSS/12. What is specificity in CSS.mp4 27.32 MB
5. Page style with CSS/13. BEM a simpler approach to CSS targeting.mp4 68.05 MB
5. Page style with CSS/2. Basic CSS selectors targeting specific elements.mp4 37.1 MB
5. Page style with CSS/3. How colours work RGB, Hexadecimal, and HSL.mp4 29.66 MB
5. Page style with CSS/4. Colours in CSS text and background.mp4 29.11 MB
5. Page style with CSS/5. Starting to write our project's CSS file.mp4 44.74 MB
5. Page style with CSS/6. Inheritance in CSS.mp4 31.42 MB
5. Page style with CSS/7. What properties can't be inherited.mp4 41.53 MB
5. Page style with CSS/8. The CSS Box Model.mp4 21.43 MB
5. Page style with CSS/9. Overview of CSS units.mp4 15.16 MB
6. Project 1 Micro Blog (design+site)/1. Overview of this section's project.mp4 15.07 MB
6. Project 1 Micro Blog (design+site)/10. What are SVGs.mp4 11.71 MB
6. Project 1 Micro Blog (design+site)/11. How to include images in our HTML site.mp4 19.42 MB
6. Project 1 Micro Blog (design+site)/12. Finishing the header and navigation.mp4 25.94 MB
6. Project 1 Micro Blog (design+site)/13. HTML forms sending data.mp4 39.86 MB
6. Project 1 Micro Blog (design+site)/14. HTML forms working with textareas.mp4 23.73 MB
6. Project 1 Micro Blog (design+site)/15. Creating the footer with multiple columns.mp4 23.7 MB
6. Project 1 Micro Blog (design+site)/16. How to style the header and menu bar.mp4 70.63 MB
6. Project 1 Micro Blog (design+site)/17. Setting the font family in our project.mp4 8.52 MB
6. Project 1 Micro Blog (design+site)/18. How to style HTML forms and inputs.mp4 51.06 MB
6. Project 1 Micro Blog (design+site)/19. How to style the micro blog entries.mp4 24.44 MB
6. Project 1 Micro Blog (design+site)/20. How to style the page footer.mp4 47.4 MB
6. Project 1 Micro Blog (design+site)/3. From our YouTube channel How to start a new software project.mp4 227.7 MB
6. Project 1 Micro Blog (design+site)/4. Step 1 becoming a user.mp4 101.84 MB
6. Project 1 Micro Blog (design+site)/5. Step 2 populating the backlog.mp4 31.08 MB
6. Project 1 Micro Blog (design+site)/6. Step 3 wireframing or rough design.mp4 32.86 MB
6. Project 1 Micro Blog (design+site)/7. Step 4 pixel perfect design.mp4 80.66 MB
6. Project 1 Micro Blog (design+site)/8. Step 5 creating the page structure.mp4 24.3 MB
6. Project 1 Micro Blog (design+site)/9. Step 6 coding the page structure with HTML.mp4 22.51 MB
7. Backend Development with Flask/1. Hello, world with Flask.mp4 35.94 MB
7. Backend Development with Flask/10. Displaying past entries in the Microblog project.mp4 30.77 MB
7. Backend Development with Flask/11. Formatting dates correctly in our entries.mp4 20.08 MB
7. Backend Development with Flask/12. Introduction to MongoDB.mp4 27.82 MB
7. Backend Development with Flask/13. Accessing MongoDB with Compass and Atlas FIXED.mp4 8.5 MB
7. Backend Development with Flask/14. Storing Microblog entries in MongoDB.mp4 49.43 MB
7. Backend Development with Flask/15. Retrieving the Microblog entries from MongoDB.mp4 24.45 MB
7. Backend Development with Flask/16. How to use Flask's app factory pattern.mp4 23.37 MB
7. Backend Development with Flask/2. Using render_template to send longer HTML strings.mp4 22.62 MB
7. Backend Development with Flask/3. What is Jinja2.mp4 31.55 MB
7. Backend Development with Flask/4. Jinja2 Expressions.mp4 42.69 MB
7. Backend Development with Flask/5. Working with data structures in Jinja2.mp4 35.91 MB
7. Backend Development with Flask/6. Conditional statements in Jinja2.mp4 31.33 MB
7. Backend Development with Flask/7. Using loops in Jinja2.mp4 34.65 MB
7. Backend Development with Flask/8. Setting up our Microblog project with Flask.mp4 42.49 MB
7. Backend Development with Flask/9. Receiving form data using Flask.mp4 37.08 MB
8. Deploying Flask Apps to Heroku/1. What is the requirements.txt file.mp4 14.91 MB
8. Deploying Flask Apps to Heroku/2. What is Heroku.mp4 46.02 MB
8. Deploying Flask Apps to Heroku/3. The end result of this section a fully deployed app.mp4 3.84 MB
8. Deploying Flask Apps to Heroku/5. Getting our app ready for Heroku.mp4 20.67 MB
8. Deploying Flask Apps to Heroku/6. Deploying our app to Heroku.mp4 43.05 MB
8. Deploying Flask Apps to Heroku/7. Hiding the MongoDB connection details from our code.mp4 60.52 MB
其他位置