Download link
File List
-
0. Websites you may like/[CourseClub.Me].url 122 B
0. Websites you may like/[FreeCourseSite.com].url 127 B
0. Websites you may like/[GigaCourse.Com].url 49 B
01 - Welcome!/001 How to take this course.html 2 KB
01 - Welcome!/002 Python on Windows.html 2.33 KB
01 - Welcome!/003 Python on Mac.html 687 B
02 - A Full Python Refresher/001 Introduction to this section.mp4 20.55 MB
02 - A Full Python Refresher/001 Introduction to this section_en.srt 1.96 KB
02 - A Full Python Refresher/002 Access the code for this section here.html 768 B
02 - A Full Python Refresher/003 How-to-set-up-VSCode-with-Python.url 109 B
02 - A Full Python Refresher/003 Variables in Python.mp4 32.09 MB
02 - A Full Python Refresher/003 Variables in Python_en.srt 14.41 KB
02 - A Full Python Refresher/005 Solution to coding exercise Variables.mp4 3.31 MB
02 - A Full Python Refresher/005 Solution to coding exercise Variables_en.srt 3.02 KB
02 - A Full Python Refresher/006 String formatting in Python.mp4 27.9 MB
02 - A Full Python Refresher/006 String formatting in Python_en.srt 10.72 KB
02 - A Full Python Refresher/007 Formatting-numbers-for-printing-in-Python.url 92 B
02 - A Full Python Refresher/007 Getting user input.mp4 21.54 MB
02 - A Full Python Refresher/007 Getting user input_en.srt 9.58 KB
02 - A Full Python Refresher/008 Writing our first Python app.mp4 6.44 MB
02 - A Full Python Refresher/008 Writing our first Python app_en.srt 5.81 KB
02 - A Full Python Refresher/009 Lists, tuples, and sets.mp4 12.25 MB
02 - A Full Python Refresher/009 Lists, tuples, and sets_en.srt 10.56 KB
02 - A Full Python Refresher/010 Advanced set operations.mp4 8.84 MB
02 - A Full Python Refresher/010 Advanced set operations_en.srt 7.23 KB
02 - A Full Python Refresher/010 Set-operators-Teclado-blog-.url 70 B
02 - A Full Python Refresher/010 Sets-30-Days-of-Python-.url 84 B
02 - A Full Python Refresher/010 Symmetric-difference-Teclado-blog-.url 77 B
02 - A Full Python Refresher/012 Solution to coding exercise Lists, tuples, sets.mp4 10.36 MB
02 - A Full Python Refresher/012 Solution to coding exercise Lists, tuples, sets_en.srt 7.2 KB
02 - A Full Python Refresher/013 Booleans in Python.mp4 9.52 MB
02 - A Full Python Refresher/013 Booleans in Python_en.srt 9.19 KB
02 - A Full Python Refresher/014 If statements.mp4 23.37 MB
02 - A Full Python Refresher/014 If statements_en.srt 14.73 KB
02 - A Full Python Refresher/015 The 'in' keyword in Python.mp4 4.31 MB
02 - A Full Python Refresher/015 The 'in' keyword in Python_en.srt 3.29 KB
02 - A Full Python Refresher/016 If statements with the 'in' keyword.mp4 19.1 MB
02 - A Full Python Refresher/016 If statements with the 'in' keyword_en.srt 13.42 KB
02 - A Full Python Refresher/017 Loops in Python.mp4 22.05 MB
02 - A Full Python Refresher/017 Loops in Python_en.srt 20.47 KB
02 - A Full Python Refresher/019 Solution to coding exercise Flow control.mp4 6.92 MB
02 - A Full Python Refresher/019 Solution to coding exercise Flow control_en.srt 6.17 KB
02 - A Full Python Refresher/020 List comprehensions in Python.mp4 14.32 MB
02 - A Full Python Refresher/020 List comprehensions in Python_en.srt 12.22 KB
02 - A Full Python Refresher/021 Dictionaries.mp4 15.72 MB
02 - A Full Python Refresher/021 Dictionaries_en.srt 14.21 KB
02 - A Full Python Refresher/022 Destructuring variables.mp4 15.86 MB
02 - A Full Python Refresher/022 Destructuring variables_en.srt 13.89 KB
02 - A Full Python Refresher/022 Destructuring-in-Python-Teclado-Blog.url 77 B
02 - A Full Python Refresher/023 Functions in Python.mp4 21.31 MB
02 - A Full Python Refresher/023 Functions in Python_en.srt 18.51 KB
02 - A Full Python Refresher/024 Function arguments and parameters.mp4 15.88 MB
02 - A Full Python Refresher/024 Function arguments and parameters_en.srt 13.3 KB
02 - A Full Python Refresher/025 Default parameter values.mp4 7.92 MB
02 - A Full Python Refresher/025 Default parameter values_en.srt 7.05 KB
02 - A Full Python Refresher/026 Functions returning values.mp4 19.5 MB
02 - A Full Python Refresher/026 Functions returning values_en.srt 13.1 KB
02 - A Full Python Refresher/028 Solution to coding exercise Functions.mp4 4.43 MB
02 - A Full Python Refresher/028 Solution to coding exercise Functions_en.srt 3.96 KB
02 - A Full Python Refresher/029 Lambda functions in Python.mp4 14.66 MB
02 - A Full Python Refresher/029 Lambda functions in Python_en.srt 13.87 KB
02 - A Full Python Refresher/030 Dictionary comprehensions.mp4 9.22 MB
02 - A Full Python Refresher/030 Dictionary comprehensions_en.srt 6.67 KB
02 - A Full Python Refresher/032 Solution to coding exercise Dictionaries.mp4 16.94 MB
02 - A Full Python Refresher/032 Solution to coding exercise Dictionaries_en.srt 10.69 KB
02 - A Full Python Refresher/033 Unpacking arguments.mp4 24.27 MB
02 - A Full Python Refresher/033 Unpacking arguments_en.srt 16.75 KB
02 - A Full Python Refresher/034 Unpacking keyword arguments.mp4 20.04 MB
02 - A Full Python Refresher/034 Unpacking keyword arguments_en.srt 14.83 KB
02 - A Full Python Refresher/035 Object-Oriented Programming in Python.mp4 39.32 MB
02 - A Full Python Refresher/035 Object-Oriented Programming in Python_en.srt 25.64 KB
02 - A Full Python Refresher/036 Magic methods __str__ and __repr__.mp4 16.31 MB
02 - A Full Python Refresher/036 Magic methods __str__ and __repr___en.srt 10.94 KB
02 - A Full Python Refresher/038 Solution to coding exercise Classes and objects.mp4 13.38 MB
02 - A Full Python Refresher/038 Solution to coding exercise Classes and objects_en.srt 8.04 KB
02 - A Full Python Refresher/039 @classmethod and @staticmethod.mp4 37.09 MB
02 - A Full Python Refresher/039 @classmethod and @staticmethod_en.srt 25.21 KB
02 - A Full Python Refresher/041 Solution to coding exercise @classmethod and @staticmethod.mp4 15.12 MB
02 - A Full Python Refresher/041 Solution to coding exercise @classmethod and @staticmethod_en.srt 9.41 KB
02 - A Full Python Refresher/042 Class inheritance.mp4 22.46 MB
02 - A Full Python Refresher/042 Class inheritance_en.srt 14.22 KB
02 - A Full Python Refresher/043 Class composition.mp4 15.92 MB
02 - A Full Python Refresher/043 Class composition_en.srt 9.91 KB
02 - A Full Python Refresher/044 Type hinting in Python 3.5+.mp4 12.48 MB
02 - A Full Python Refresher/044 Type hinting in Python 3.5+_en.srt 9.15 KB
02 - A Full Python Refresher/045 Imports in Python.mp4 54.72 MB
02 - A Full Python Refresher/045 Imports in Python_en.srt 16.09 KB
02 - A Full Python Refresher/046 Relative imports in Python.mp4 23.61 MB
02 - A Full Python Refresher/046 Relative imports in Python_en.srt 14.74 KB
02 - A Full Python Refresher/047 Errors in Python.mp4 42.46 MB
02 - A Full Python Refresher/047 Errors in Python_en.srt 22.13 KB
02 - A Full Python Refresher/048 Custom error classes.mp4 14.27 MB
02 - A Full Python Refresher/048 Custom error classes_en.srt 8.83 KB
02 - A Full Python Refresher/049 First-class functions.mp4 20.34 MB
02 - A Full Python Refresher/049 First-class functions_en.srt 13.53 KB
02 - A Full Python Refresher/050 Simple decorators in Python.mp4 19 MB
02 - A Full Python Refresher/050 Simple decorators in Python_en.srt 11.89 KB
02 - A Full Python Refresher/051 The 'at' syntax for decorators.mp4 12.31 MB
02 - A Full Python Refresher/051 The 'at' syntax for decorators_en.srt 6.27 KB
02 - A Full Python Refresher/052 Decorating functions with parameters.mp4 5.38 MB
02 - A Full Python Refresher/052 Decorating functions with parameters_en.srt 4.28 KB
02 - A Full Python Refresher/053 Decorators with parameters.mp4 11.66 MB
02 - A Full Python Refresher/053 Decorators with parameters_en.srt 8.41 KB
02 - A Full Python Refresher/054 Mutability in Python.mp4 9.37 MB
02 - A Full Python Refresher/054 Mutability in Python_en.srt 9.84 KB
02 - A Full Python Refresher/055 Mutable default parameters (and why they're a bad idea).mp4 8.7 MB
02 - A Full Python Refresher/055 Mutable default parameters (and why they're a bad idea)_en.srt 7.37 KB
02 - A Full Python Refresher/external-links.txt 618 B
03 - Your first REST API/001 Access the course e-book here.html 526 B
03 - Your first REST API/002 Overview of the project we'll build.mp4 15.22 MB
03 - Your first REST API/002 Overview of the project we'll build_en.srt 5.97 KB
03 - Your first REST API/003 Initial set-up for a Flask app.mp4 20.35 MB
03 - Your first REST API/003 Initial set-up for a Flask app_en.srt 7.01 KB
03 - Your first REST API/004 Your first REST API endpoint.mp4 15.64 MB
03 - Your first REST API/004 Your first REST API endpoint_en.srt 5.93 KB
03 - Your first REST API/005 What is JSON.mp4 8.17 MB
03 - Your first REST API/005 What is JSON_en.srt 5.44 KB
03 - Your first REST API/006 How to interact with and test your REST API.mp4 9.57 MB
03 - Your first REST API/006 How to interact with and test your REST API_en.srt 7.49 KB
03 - Your first REST API/007 How to create stores in our REST API.mp4 13.92 MB
03 - Your first REST API/007 How to create stores in our REST API_en.srt 8.43 KB
03 - Your first REST API/008 How to create items in each store.mp4 19.74 MB
03 - Your first REST API/008 How to create items in each store_en.srt 11.69 KB
03 - Your first REST API/009 How to get a specific store and its items.mp4 11.69 MB
03 - Your first REST API/009 How to get a specific store and its items_en.srt 7.71 KB
04 - Introduction to Docker/001 What are Docker containers and images.mp4 53.43 MB
04 - Introduction to Docker/001 What are Docker containers and images_en.srt 21.66 KB
04 - Introduction to Docker/002 How to run a Flask app in a Docker container.mp4 43.34 MB
04 - Introduction to Docker/002 How to run a Flask app in a Docker container_en.srt 16.93 KB
04 - Introduction to Docker/003 In-depth Docker tutorial notes.html 492 B
05 - Flask-Smorest for more efficient development/001 Code-changes-made-this-lecture.url 96 B
05 - Flask-Smorest for more efficient development/001 Data model improvements for our API.mp4 38.74 MB
05 - Flask-Smorest for more efficient development/001 Data model improvements for our API_en.srt 23.56 KB
05 - Flask-Smorest for more efficient development/001 start.zip 1.01 KB
05 - Flask-Smorest for more efficient development/002 Code-changes-made-this-lecture.url 103 B
05 - Flask-Smorest for more efficient development/002 General improvements to our first REST API.mp4 20.34 MB
05 - Flask-Smorest for more efficient development/002 General improvements to our first REST API_en.srt 10.89 KB
05 - Flask-Smorest for more efficient development/003 Code-changes-made-this-lecture.url 94 B
05 - Flask-Smorest for more efficient development/003 New endpoints for our first REST API.mp4 30.35 MB
05 - Flask-Smorest for more efficient development/003 New endpoints for our first REST API_en.srt 14.06 KB
05 - Flask-Smorest for more efficient development/004 How to run the API in Docker with automatic reloading and debug mode.mp4 28.68 MB
05 - Flask-Smorest for more efficient development/004 How to run the API in Docker with automatic reloading and debug mode_en.srt 10.01 KB
05 - Flask-Smorest for more efficient development/005 Code-changes-made-this-lecture.url 94 B
05 - Flask-Smorest for more efficient development/005 How to use Blueprints and MethodViews in Flask.mp4 25.37 MB
05 - Flask-Smorest for more efficient development/005 How to use Blueprints and MethodViews in Flask_en.srt 15.01 KB
05 - Flask-Smorest for more efficient development/006 Code-changes-made-this-lecture.url 92 B
05 - Flask-Smorest for more efficient development/006 How to write marshmallow schemas for our API.mp4 15.28 MB
05 - Flask-Smorest for more efficient development/006 How to write marshmallow schemas for our API_en.srt 5.77 KB
05 - Flask-Smorest for more efficient development/007 Code-changes-made-this-lecture.url 100 B
05 - Flask-Smorest for more efficient development/007 How to perform data validation with marshmallow.mp4 10.64 MB
05 - Flask-Smorest for more efficient development/007 How to perform data validation with marshmallow_en.srt 6.57 KB
05 - Flask-Smorest for more efficient development/008 Code-changes-made-this-lecture.url 93 B
05 - Flask-Smorest for more efficient development/008 Decorating responses with Flask-Smorest.mp4 12.06 MB
05 - Flask-Smorest for more efficient development/008 Decorating responses with Flask-Smorest_en.srt 6.79 KB
05 - Flask-Smorest for more efficient development/008 section-end-code.zip 3.87 KB
05 - Flask-Smorest for more efficient development/external-links.txt 784 B
06 - Store data in a SQL database with SQLAlchemy/001 Overview and why use SQLAlchemy.mp4 5.46 MB
06 - Store data in a SQL database with SQLAlchemy/001 Overview and why use SQLAlchemy_en.srt 3.05 KB
06 - Store data in a SQL database with SQLAlchemy/002 Code-changes-made-this-lecture.url 112 B
06 - Store data in a SQL database with SQLAlchemy/002 How to code a simple SQLAlchemy model.mp4 7.82 MB
06 - Store data in a SQL database with SQLAlchemy/002 How to code a simple SQLAlchemy model_en.srt 6.68 KB
06 - Store data in a SQL database with SQLAlchemy/002 section-start-code.zip 10.84 KB
06 - Store data in a SQL database with SQLAlchemy/003 Code-changes-made-this-lecture.url 118 B
06 - Store data in a SQL database with SQLAlchemy/003 How to write one-to-many relationships using SQLAlchemy.mp4 20.34 MB
06 - Store data in a SQL database with SQLAlchemy/003 How to write one-to-many relationships using SQLAlchemy_en.srt 13.9 KB
06 - Store data in a SQL database with SQLAlchemy/004 Code-changes-made-this-lecture.url 108 B
06 - Store data in a SQL database with SQLAlchemy/004 How to configure Flask-SQLAlchemy with your Flask app.mp4 40.05 MB
06 - Store data in a SQL database with SQLAlchemy/004 How to configure Flask-SQLAlchemy with your Flask app_en.srt 12.42 KB
06 - Store data in a SQL database with SQLAlchemy/005 Code-changes-made-this-lecture.url 106 B
06 - Store data in a SQL database with SQLAlchemy/005 How to insert data into a table using SQLAlchemy.mp4 20.96 MB
06 - Store data in a SQL database with SQLAlchemy/005 How to insert data into a table using SQLAlchemy_en.srt 10.97 KB
06 - Store data in a SQL database with SQLAlchemy/006 Code-changes-made-this-lecture.url 99 B
06 - Store data in a SQL database with SQLAlchemy/006 How to find models in the database by ID or return a 404.mp4 15.91 MB
06 - Store data in a SQL database with SQLAlchemy/006 How to find models in the database by ID or return a 404_en.srt 6.23 KB
06 - Store data in a SQL database with SQLAlchemy/007 Code-changes-made-this-lecture.url 108 B
06 - Store data in a SQL database with SQLAlchemy/007 How to update models with SQLAlchemy.mp4 15.46 MB
06 - Store data in a SQL database with SQLAlchemy/007 How to update models with SQLAlchemy_en.srt 7.68 KB
06 - Store data in a SQL database with SQLAlchemy/008 Code-changes-made-this-lecture.url 106 B
06 - Store data in a SQL database with SQLAlchemy/008 How to retrieve list of all models.mp4 2.42 MB
06 - Store data in a SQL database with SQLAlchemy/008 How to retrieve list of all models_en.srt 1.33 KB
06 - Store data in a SQL database with SQLAlchemy/009 Code-changes-made-this-lecture.url 106 B
06 - Store data in a SQL database with SQLAlchemy/009 How to delete models with SQLAlchemy.mp4 3.58 MB
06 - Store data in a SQL database with SQLAlchemy/009 How to delete models with SQLAlchemy_en.srt 1.96 KB
06 - Store data in a SQL database with SQLAlchemy/010 Code-changes-made-this-lecture.url 114 B
06 - Store data in a SQL database with SQLAlchemy/010 Deleting related models with cascades.mp4 11.42 MB
06 - Store data in a SQL database with SQLAlchemy/010 Deleting related models with cascades_en.srt 5.5 KB
06 - Store data in a SQL database with SQLAlchemy/010 section-end-code.zip 16.24 KB
06 - Store data in a SQL database with SQLAlchemy/011 Conclusion of this section.mp4 12.76 MB
06 - Store data in a SQL database with SQLAlchemy/011 Conclusion of this section_en.srt 6.4 KB
06 - Store data in a SQL database with SQLAlchemy/external-links.txt 1.09 KB
07 - Many-to-many relationships with SQLAlchemy/001 Changes in this section.mp4 9.56 MB
07 - Many-to-many relationships with SQLAlchemy/001 Changes in this section_en.srt 4.13 KB
07 - Many-to-many relationships with SQLAlchemy/002 One-to-many relationship between stores and tags.mp4 31.26 MB
07 - Many-to-many relationships with SQLAlchemy/002 One-to-many relationship between stores and tags_en.srt 16.93 KB
07 - Many-to-many relationships with SQLAlchemy/002 section-start-code.zip 17.03 KB
07 - Many-to-many relationships with SQLAlchemy/003 Many-to-many relationship between items and tags.mp4 29.23 MB
07 - Many-to-many relationships with SQLAlchemy/003 Many-to-many relationship between items and tags_en.srt 17.77 KB
07 - Many-to-many relationships with SQLAlchemy/003 section-end-code.zip 22.98 KB
08 - User authentication with Flask-JWT-Extended/001 Changes in this section.html 353 B
08 - User authentication with Flask-JWT-Extended/002 What is a JWT.html 459 B
08 - User authentication with Flask-JWT-Extended/003 Who uses the JWT.mp4 16.63 MB
08 - User authentication with Flask-JWT-Extended/003 Who uses the JWT_en.srt 15.26 KB
08 - User authentication with Flask-JWT-Extended/004 How to set up Flask-JWT-Extended with our app.mp4 14.15 MB
08 - User authentication with Flask-JWT-Extended/004 How to set up Flask-JWT-Extended with our app_en.srt 5.93 KB
08 - User authentication with Flask-JWT-Extended/004 section-start-code.zip 22.98 KB
08 - User authentication with Flask-JWT-Extended/005 Coding the User model and schema.mp4 4.58 MB
08 - User authentication with Flask-JWT-Extended/005 Coding the User model and schema_en.srt 3.45 KB
08 - User authentication with Flask-JWT-Extended/006 How to add a register endpoint to the REST API.mp4 29.85 MB
08 - User authentication with Flask-JWT-Extended/006 How to add a register endpoint to the REST API_en.srt 14.22 KB
08 - User authentication with Flask-JWT-Extended/007 How to add a login endpoint to the REST API.mp4 31.66 MB
08 - User authentication with Flask-JWT-Extended/007 How to add a login endpoint to the REST API_en.srt 12.22 KB
08 - User authentication with Flask-JWT-Extended/008 Protect endpoints by requiring a JWT.mp4 21.95 MB
08 - User authentication with Flask-JWT-Extended/008 Protect endpoints by requiring a JWT_en.srt 9.25 KB
08 - User authentication with Flask-JWT-Extended/009 JWT claims and authorization.mp4 23.48 MB
08 - User authentication with Flask-JWT-Extended/009 JWT claims and authorization_en.srt 8.93 KB
08 - User authentication with Flask-JWT-Extended/010 How to add logout to the REST API.mp4 24.23 MB
08 - User authentication with Flask-JWT-Extended/010 How to add logout to the REST API_en.srt 9.36 KB
08 - User authentication with Flask-JWT-Extended/011 Request chaining with Insomnia.mp4 9.68 MB
08 - User authentication with Flask-JWT-Extended/011 Request chaining with Insomnia_en.srt 7.31 KB
08 - User authentication with Flask-JWT-Extended/012 Token refreshing with Flask-JWT-Extended.mp4 33.82 MB
08 - User authentication with Flask-JWT-Extended/012 Token refreshing with Flask-JWT-Extended_en.srt 13.69 KB
08 - User authentication with Flask-JWT-Extended/012 section-end-code.zip 23.25 KB
09 - Database migrations with Alembic and Flask-Migrate/001 Why use database migrations at all.html 349 B
09 - Database migrations with Alembic and Flask-Migrate/002 How to add Flask-Migrate to our Flask app.mp4 6.6 MB
09 - Database migrations with Alembic and Flask-Migrate/002 How to add Flask-Migrate to our Flask app_en.srt 2.36 KB
09 - Database migrations with Alembic and Flask-Migrate/002 section-start-code.zip 23.08 KB
09 - Database migrations with Alembic and Flask-Migrate/003 Initialize your database with Flask-Migrate.mp4 21.8 MB
09 - Database migrations with Alembic and Flask-Migrate/003 Initialize your database with Flask-Migrate_en.srt 8.4 KB
09 - Database migrations with Alembic and Flask-Migrate/004 Change SQLAlchemy models and generate a migration.mp4 13.26 MB
09 - Database migrations with Alembic and Flask-Migrate/004 Change SQLAlchemy models and generate a migration_en.srt 8.09 KB
09 - Database migrations with Alembic and Flask-Migrate/004 section-end-code.zip 55.86 KB
09 - Database migrations with Alembic and Flask-Migrate/005 Manually review and modify database migrations.mp4 9.22 MB
09 - Database migrations with Alembic and Flask-Migrate/005 Manually review and modify database migrations_en.srt 5.31 KB
10 - Git Crash Course/001 What are Git repositories and commits.mp4 13.72 MB
10 - Git Crash Course/001 What are Git repositories and commits_en.srt 13.91 KB
10 - Git Crash Course/002 Initialize a Git repository for our project.mp4 21.1 MB
10 - Git Crash Course/002 Initialize a Git repository for our project_en.srt 12.9 KB
10 - Git Crash Course/003 Writing Markdown for documents and commits.mp4 6.46 MB
10 - Git Crash Course/003 Writing Markdown for documents and commits_en.srt 4.16 KB
10 - Git Crash Course/004 Remote repositories and how to use them.mp4 15.95 MB
10 - Git Crash Course/004 Remote repositories and how to use them_en.srt 8.53 KB
10 - Git Crash Course/005 Git branches and merging.mp4 9.1 MB
10 - Git Crash Course/005 Git branches and merging_en.srt 8.77 KB
10 - Git Crash Course/006 Merge conflicts and how to resolve them.mp4 8.74 MB
10 - Git Crash Course/006 Merge conflicts and how to resolve them_en.srt 8.5 KB
10 - Git Crash Course/007 Overview of the final e-book chapters.mp4 5.39 MB
10 - Git Crash Course/007 Overview of the final e-book chapters_en.srt 2.76 KB
11 - Deployments with Render.com/001 Overview of this section.html 343 B
11 - Deployments with Render.com/002 Creating a Render.com web service.mp4 13.11 MB
11 - Deployments with Render.com/002 Creating a Render.com web service_en.srt 9.17 KB
11 - Deployments with Render.com/003 How to run Flask with gunicorn in Docker.mp4 15.14 MB
11 - Deployments with Render.com/003 How to run Flask with gunicorn in Docker_en.srt 9.77 KB
11 - Deployments with Render.com/004 Get a deployed PostgreSQL database.mp4 4.86 MB
11 - Deployments with Render.com/004 Get a deployed PostgreSQL database_en.srt 3.21 KB
11 - Deployments with Render.com/005 Use PostgreSQL locally and in production.mp4 65.27 MB
11 - Deployments with Render.com/005 Use PostgreSQL locally and in production_en.srt 26.69 KB
11 - Deployments with Render.com/006 Test the finished production app.mp4 3.86 MB
11 - Deployments with Render.com/006 Test the finished production app_en.srt 2.76 KB
12 - Task Queues with rq and sending emails/001 How to send emails with Python and Mailgun.mp4 25.39 MB
12 - Task Queues with rq and sending emails/001 How to send emails with Python and Mailgun_en.srt 7.75 KB
12 - Task Queues with rq and sending emails/001 section-start-code.zip 33.07 KB
12 - Task Queues with rq and sending emails/002 How to send emails when users register.mp4 36.1 MB
12 - Task Queues with rq and sending emails/002 How to send emails when users register_en.srt 15.7 KB
12 - Task Queues with rq and sending emails/003 What is a task queue and setting up a Redis database.mp4 15.16 MB
12 - Task Queues with rq and sending emails/003 What is a task queue and setting up a Redis database_en.srt 7.87 KB
12 - Task Queues with rq and sending emails/004 How to Populate and consume the task queue with rq.mp4 24.38 MB
12 - Task Queues with rq and sending emails/004 How to Populate and consume the task queue with rq_en.srt 9.86 KB
12 - Task Queues with rq and sending emails/005 How to process background tasks with the rq worker.mp4 20.95 MB
12 - Task Queues with rq and sending emails/005 How to process background tasks with the rq worker_en.srt 8.67 KB
12 - Task Queues with rq and sending emails/006 How to send HTML emails using Mailgun and Python.mp4 82.59 MB
12 - Task Queues with rq and sending emails/006 How to send HTML emails using Mailgun and Python_en.srt 16.23 KB
12 - Task Queues with rq and sending emails/007 How to deploy a background worker to render.com.mp4 16.21 MB
12 - Task Queues with rq and sending emails/007 How to deploy a background worker to render.com_en.srt 8.98 KB
12 - Task Queues with rq and sending emails/007 section-end-code.zip 6.53 MB
13 - Bonus Section/001 Bonus lecture.html 1.77 KB
Download Info
-
Tips
“[FreeCourseSite.com] Udemy - REST APIs with Flask and Python in 2023” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.