Download link
File List
-
0. Websites you may like/[CourseClub.Me].url 122 B
0. Websites you may like/[FCS Forum].url 133 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 1.83 KB
01 Welcome!/002 Python on Windows.html 1.53 KB
01 Welcome!/003 Python on Mac.html 1.14 KB
02 A Full Python Refresher/004 Introduction to this section.en_US.srt 1.88 KB
02 A Full Python Refresher/004 Introduction to this section.mp4 5.24 MB
02 A Full Python Refresher/005 Access the code for this section here.html 1.22 KB
02 A Full Python Refresher/006 How-to-set-up-VSCode-with-Python.txt 86 B
02 A Full Python Refresher/006 Variables in Python.en_US.srt 13.68 KB
02 A Full Python Refresher/006 Variables in Python.mp4 18.14 MB
02 A Full Python Refresher/007 The Coding Exercises for This Section.html 1.28 KB
02 A Full Python Refresher/008 Solution to coding exercise_ Variables.en_US.srt 2.85 KB
02 A Full Python Refresher/008 Solution to coding exercise_ Variables.mp4 5.03 MB
02 A Full Python Refresher/008 [exercise] Variables.zip 221 B
02 A Full Python Refresher/008 [exercise_info] Variables.html 989 B
02 A Full Python Refresher/008 [exercise_solution] Variables.zip 151 B
02 A Full Python Refresher/009 String formatting in Python.en_US.srt 10.3 KB
02 A Full Python Refresher/009 String formatting in Python.mp4 16.71 MB
02 A Full Python Refresher/010 Formatting-numbers-for-printing-in-Python.txt 69 B
02 A Full Python Refresher/010 Getting user input.en_US.srt 9.29 KB
02 A Full Python Refresher/010 Getting user input.mp4 13.79 MB
02 A Full Python Refresher/011 Writing our first Python app.en_US.srt 5.53 KB
02 A Full Python Refresher/011 Writing our first Python app.mp4 10.92 MB
02 A Full Python Refresher/012 Lists, tuples, and sets.en_US.srt 10.06 KB
02 A Full Python Refresher/012 Lists, tuples, and sets.mp4 20.48 MB
02 A Full Python Refresher/013 Advanced set operations.en_US.srt 7.06 KB
02 A Full Python Refresher/013 Advanced set operations.mp4 14.8 MB
02 A Full Python Refresher/014 Solution to coding exercise_ Lists, tuples, sets.en_US.srt 6.8 KB
02 A Full Python Refresher/014 Solution to coding exercise_ Lists, tuples, sets.mp4 16.13 MB
02 A Full Python Refresher/014 [exercise] Lists, tuples, and sets.zip 310 B
02 A Full Python Refresher/014 [exercise_info] Lists, tuples, and sets.html 1.13 KB
02 A Full Python Refresher/014 [exercise_solution] Lists, tuples, and sets.zip 334 B
02 A Full Python Refresher/015 Booleans in Python.en_US.srt 8.69 KB
02 A Full Python Refresher/015 Booleans in Python.mp4 16.36 MB
02 A Full Python Refresher/016 If statements.en_US.srt 13.96 KB
02 A Full Python Refresher/016 If statements.mp4 38.88 MB
02 A Full Python Refresher/017 The 'in' keyword in Python.en_US.srt 3.11 KB
02 A Full Python Refresher/017 The 'in' keyword in Python.mp4 7.33 MB
02 A Full Python Refresher/018 If statements with the 'in' keyword.en_US.srt 12.76 KB
02 A Full Python Refresher/018 If statements with the 'in' keyword.mp4 32.15 MB
02 A Full Python Refresher/019 Loops in Python.en_US.srt 19.39 KB
02 A Full Python Refresher/019 Loops in Python.mp4 37.19 MB
02 A Full Python Refresher/020 Solution to coding exercise_ Flow control.en_US.srt 5.84 KB
02 A Full Python Refresher/020 Solution to coding exercise_ Flow control.mp4 11.3 MB
02 A Full Python Refresher/020 [exercise] Flow control—loops and ifs.zip 293 B
02 A Full Python Refresher/020 [exercise_info] Flow control—loops and ifs.html 1.22 KB
02 A Full Python Refresher/020 [exercise_solution] Flow control—loops and ifs.zip 324 B
02 A Full Python Refresher/021 List comprehensions in Python.en_US.srt 11.6 KB
02 A Full Python Refresher/021 List comprehensions in Python.mp4 24.09 MB
02 A Full Python Refresher/022 Dictionaries.en_US.srt 13.62 KB
02 A Full Python Refresher/022 Dictionaries.mp4 26.76 MB
02 A Full Python Refresher/023 Destructuring variables.en_US.srt 13.22 KB
02 A Full Python Refresher/023 Destructuring variables.mp4 27.04 MB
02 A Full Python Refresher/023 Destructuring-in-Python-Teclado-Blog.txt 54 B
02 A Full Python Refresher/024 Functions in Python.en_US.srt 17.58 KB
02 A Full Python Refresher/024 Functions in Python.mp4 35.99 MB
02 A Full Python Refresher/025 Function arguments and parameters.en_US.srt 12.65 KB
02 A Full Python Refresher/025 Function arguments and parameters.mp4 27.03 MB
02 A Full Python Refresher/026 Default parameter values.en_US.srt 6.67 KB
02 A Full Python Refresher/026 Default parameter values.mp4 13.38 MB
02 A Full Python Refresher/027 Functions returning values.en_US.srt 12.43 KB
02 A Full Python Refresher/027 Functions returning values.mp4 32.33 MB
02 A Full Python Refresher/028 Solution to coding exercise_ Functions.en_US.srt 3.79 KB
02 A Full Python Refresher/028 Solution to coding exercise_ Functions.mp4 7.42 MB
02 A Full Python Refresher/028 [exercise] Functions.zip 313 B
02 A Full Python Refresher/028 [exercise_info] Functions.html 1.02 KB
02 A Full Python Refresher/028 [exercise_solution] Functions.zip 180 B
02 A Full Python Refresher/029 Lambda functions in Python.en_US.srt 13.2 KB
02 A Full Python Refresher/029 Lambda functions in Python.mp4 25.2 MB
02 A Full Python Refresher/030 Dictionary comprehensions.en_US.srt 6.38 KB
02 A Full Python Refresher/030 Dictionary comprehensions.mp4 15.5 MB
02 A Full Python Refresher/031 Solution to coding exercise_ Dictionaries.en_US.srt 10.08 KB
02 A Full Python Refresher/031 Solution to coding exercise_ Dictionaries.mp4 26.32 MB
02 A Full Python Refresher/031 [exercise] Dictionaries and students.zip 564 B
02 A Full Python Refresher/031 [exercise_info] Dictionaries and students.html 1.09 KB
02 A Full Python Refresher/031 [exercise_solution] Dictionaries and students.zip 333 B
02 A Full Python Refresher/032 Unpacking arguments.en_US.srt 15.94 KB
02 A Full Python Refresher/032 Unpacking arguments.mp4 40.4 MB
02 A Full Python Refresher/033 Unpacking keyword arguments.en_US.srt 14.11 KB
02 A Full Python Refresher/033 Unpacking keyword arguments.mp4 33.5 MB
02 A Full Python Refresher/034 Object-Oriented Programming in Python.en_US.srt 24.37 KB
02 A Full Python Refresher/034 Object-Oriented Programming in Python.mp4 78.57 MB
02 A Full Python Refresher/035 Magic methods_ __str__ and __repr__.en_US.srt 10.39 KB
02 A Full Python Refresher/035 Magic methods_ __str__ and __repr__.mp4 27.33 MB
02 A Full Python Refresher/036 Solution to coding exercise_ Classes and objects.en_US.srt 7.59 KB
02 A Full Python Refresher/036 Solution to coding exercise_ Classes and objects.mp4 20.95 MB
02 A Full Python Refresher/036 [exercise] Classes and objects.zip 353 B
02 A Full Python Refresher/036 [exercise_info] Classes and objects.html 1.43 KB
02 A Full Python Refresher/036 [exercise_solution] Classes and objects.zip 285 B
02 A Full Python Refresher/037 @classmethod and @staticmethod.en_US.srt 23.94 KB
02 A Full Python Refresher/037 @classmethod and @staticmethod.mp4 62.54 MB
02 A Full Python Refresher/038 Solution to coding exercise_ @classmethod and @staticmethod.en_US.srt 8.88 KB
02 A Full Python Refresher/038 Solution to coding exercise_ @classmethod and @staticmethod.mp4 23.78 MB
02 A Full Python Refresher/038 [exercise] @classmethod and @staticmethod.zip 433 B
02 A Full Python Refresher/038 [exercise_info] @classmethod and @staticmethod.html 1.87 KB
02 A Full Python Refresher/038 [exercise_solution] @classmethod and @staticmethod.zip 385 B
02 A Full Python Refresher/039 Class inheritance.en_US.srt 13.51 KB
02 A Full Python Refresher/039 Class inheritance.mp4 38.3 MB
02 A Full Python Refresher/040 Class composition.en_US.srt 9.42 KB
02 A Full Python Refresher/040 Class composition.mp4 26.67 MB
02 A Full Python Refresher/041 Type hinting in Python 3.5+.en_US.srt 8.68 KB
02 A Full Python Refresher/041 Type hinting in Python 3.5+.mp4 21.24 MB
02 A Full Python Refresher/042 Imports in Python.en_US.srt 15.26 KB
02 A Full Python Refresher/042 Imports in Python.mp4 91.55 MB
02 A Full Python Refresher/043 Relative imports in Python.en_US.srt 14.02 KB
02 A Full Python Refresher/043 Relative imports in Python.mp4 39.9 MB
02 A Full Python Refresher/044 Errors in Python.en_US.srt 21.04 KB
02 A Full Python Refresher/044 Errors in Python.mp4 70.7 MB
02 A Full Python Refresher/045 Custom error classes.en_US.srt 8.38 KB
02 A Full Python Refresher/045 Custom error classes.mp4 30.26 MB
02 A Full Python Refresher/046 First-class functions.en_US.srt 12.85 KB
02 A Full Python Refresher/046 First-class functions.mp4 33.85 MB
02 A Full Python Refresher/047 Simple decorators in Python.en_US.srt 11.26 KB
02 A Full Python Refresher/047 Simple decorators in Python.mp4 31.79 MB
02 A Full Python Refresher/048 The 'at' syntax for decorators.en_US.srt 5.95 KB
02 A Full Python Refresher/048 The 'at' syntax for decorators.mp4 20.57 MB
02 A Full Python Refresher/049 Decorating functions with parameters.en_US.srt 4.06 KB
02 A Full Python Refresher/049 Decorating functions with parameters.mp4 8.77 MB
02 A Full Python Refresher/050 Decorators with parameters.en_US.srt 7.98 KB
02 A Full Python Refresher/050 Decorators with parameters.mp4 18.96 MB
02 A Full Python Refresher/051 Mutability in Python.en_US.srt 9.33 KB
02 A Full Python Refresher/051 Mutability in Python.mp4 15.83 MB
02 A Full Python Refresher/052 Mutable default parameters (and why they're a bad idea).en_US.srt 6.98 KB
02 A Full Python Refresher/052 Mutable default parameters (and why they're a bad idea).mp4 14.02 MB
03 Your first REST API/053 What is an API_.html 1.69 KB
03 Your first REST API/054 Installing Flask.en_US.srt 2.98 KB
03 Your first REST API/054 Installing Flask.mp4 4.42 MB
03 Your first REST API/055 Access the code for this section here.html 976 B
03 Your first REST API/056 Your first Flask application.en_US.srt 15.19 KB
03 Your first REST API/056 Your first Flask application.mp4 17.58 MB
03 Your first REST API/057 HTTP Verbs.en_US.srt 14.93 KB
03 Your first REST API/057 HTTP Verbs.mp4 21.79 MB
03 Your first REST API/058 REST Principles.en_US.srt 12.03 KB
03 Your first REST API/058 REST Principles.mp4 16.52 MB
03 Your first REST API/059 Creating our application endpoints.en_US.srt 11.17 KB
03 Your first REST API/059 Creating our application endpoints.mp4 26.02 MB
03 Your first REST API/060 Returning a list of stores.en_US.srt 9.68 KB
03 Your first REST API/060 Returning a list of stores.mp4 22.82 MB
03 Your first REST API/061 Implementing other endpoints.en_US.srt 13.88 KB
03 Your first REST API/061 Implementing other endpoints.mp4 33.24 MB
03 Your first REST API/062 Calling the API from JavaScript.en_US.srt 10.76 KB
03 Your first REST API/062 Calling the API from JavaScript.mp4 26.61 MB
03 Your first REST API/062 index.html.zip 1.24 KB
03 Your first REST API/063 Using Postman for API testing.en_US.srt 16.64 KB
03 Your first REST API/063 Using Postman for API testing.mp4 98.45 MB
04 Flask-RESTful for more efficient development/064 Virtualenvs and setting up Flask-RESTful.en_US.srt 11.78 KB
04 Flask-RESTful for more efficient development/064 Virtualenvs and setting up Flask-RESTful.mp4 79.52 MB
04 Flask-RESTful for more efficient development/065 Access the code for this section here.html 996 B
04 Flask-RESTful for more efficient development/066 Your first Flask-RESTful app.en_US.srt 15.58 KB
04 Flask-RESTful for more efficient development/066 Your first Flask-RESTful app.mp4 23.71 MB
04 Flask-RESTful for more efficient development/067 Test-first API design—what is that_.en_US.srt 15.34 KB
04 Flask-RESTful for more efficient development/067 Test-first API design—what is that_.mp4 29.94 MB
04 Flask-RESTful for more efficient development/068 Creating our Item Resource.en_US.srt 15.21 KB
04 Flask-RESTful for more efficient development/068 Creating our Item Resource.mp4 57.64 MB
04 Flask-RESTful for more efficient development/069 The ItemList and creating Items.en_US.srt 10.07 KB
04 Flask-RESTful for more efficient development/069 The ItemList and creating Items.mp4 31.63 MB
04 Flask-RESTful for more efficient development/070 Improving code and error control.en_US.srt 10.72 KB
04 Flask-RESTful for more efficient development/070 Improving code and error control.mp4 29.3 MB
04 Flask-RESTful for more efficient development/071 Authentication and logging in—part 1.en_US.srt 16.61 KB
04 Flask-RESTful for more efficient development/071 Authentication and logging in—part 1.mp4 51.59 MB
04 Flask-RESTful for more efficient development/072 Authentication and logging in—part 2.en_US.srt 9.84 KB
04 Flask-RESTful for more efficient development/072 Authentication and logging in—part 2.mp4 30.02 MB
04 Flask-RESTful for more efficient development/073 DELETE to delete Items.en_US.srt 6.6 KB
04 Flask-RESTful for more efficient development/073 DELETE to delete Items.mp4 23.41 MB
04 Flask-RESTful for more efficient development/074 PUT to create or update Items.en_US.srt 5.93 KB
04 Flask-RESTful for more efficient development/074 PUT to create or update Items.mp4 23.54 MB
04 Flask-RESTful for more efficient development/075 Advanced request parsing with Flask-RESTful.en_US.srt 9.48 KB
04 Flask-RESTful for more efficient development/075 Advanced request parsing with Flask-RESTful.mp4 28.93 MB
04 Flask-RESTful for more efficient development/076 Optimising our final code and request parsing.en_US.srt 5.71 KB
04 Flask-RESTful for more efficient development/076 Optimising our final code and request parsing.mp4 18.5 MB
05 Storing resources in a SQL database/077 Setting up our project.en_US.srt 5.23 KB
05 Storing resources in a SQL database/077 Setting up our project.mp4 33.21 MB
05 Storing resources in a SQL database/078 Access the code for this section here.html 1.22 KB
05 Storing resources in a SQL database/079 Running a SQLite database and interacting with it from Python.en_US.srt 17.33 KB
05 Storing resources in a SQL database/079 Running a SQLite database and interacting with it from Python.mp4 44.38 MB
05 Storing resources in a SQL database/080 Logging in and retrieving Users from a database.en_US.srt 27.02 KB
05 Storing resources in a SQL database/080 Logging in and retrieving Users from a database.mp4 65.73 MB
05 Storing resources in a SQL database/081 Signing up and writing Users to a database.en_US.srt 19.17 KB
05 Storing resources in a SQL database/081 Signing up and writing Users to a database.mp4 84.52 MB
05 Storing resources in a SQL database/082 Preventing duplicate usernames when signing users up.en_US.srt 3.74 KB
05 Storing resources in a SQL database/082 Preventing duplicate usernames when signing users up.mp4 13.03 MB
05 Storing resources in a SQL database/083 Retrieving our Item resources from a database.en_US.srt 13.31 KB
05 Storing resources in a SQL database/083 Retrieving our Item resources from a database.mp4 44 MB
05 Storing resources in a SQL database/084 Writing our Item resources to a database.en_US.srt 19.43 KB
05 Storing resources in a SQL database/084 Writing our Item resources to a database.mp4 95.31 MB
05 Storing resources in a SQL database/085 Deleting our Item resources from the database.en_US.srt 5.92 KB
05 Storing resources in a SQL database/085 Deleting our Item resources from the database.mp4 19.84 MB
05 Storing resources in a SQL database/086 Refactoring insertion of items.en_US.srt 6.65 KB
05 Storing resources in a SQL database/086 Refactoring insertion of items.mp4 22.21 MB
05 Storing resources in a SQL database/087 The PUT method with database interaction.en_US.srt 7.4 KB
05 Storing resources in a SQL database/087 The PUT method with database interaction.mp4 21.44 MB
05 Storing resources in a SQL database/088 Retrieving many items from the database.en_US.srt 10.07 KB
05 Storing resources in a SQL database/088 Retrieving many items from the database.mp4 26.47 MB
05 Storing resources in a SQL database/089 Advanced Flask-JWT Configuration.html 1.25 KB
05 Storing resources in a SQL database/089 Flask-JWT-Configuration-Tutorial.pdf 95.67 KB
06 Simplifying storage with Flask-SQLAlchemy/090 Access the code for this section here.html 996 B
06 Simplifying storage with Flask-SQLAlchemy/091 Setting up this section's project.en_US.srt 9.23 KB
06 Simplifying storage with Flask-SQLAlchemy/091 Setting up this section's project.mp4 58.53 MB
06 Simplifying storage with Flask-SQLAlchemy/092 Improving the project structure and maintainability.en_US.srt 7.72 KB
06 Simplifying storage with Flask-SQLAlchemy/092 Improving the project structure and maintainability.mp4 16 MB
06 Simplifying storage with Flask-SQLAlchemy/093 Creating User and Item models.en_US.srt 30.32 KB
06 Simplifying storage with Flask-SQLAlchemy/093 Creating User and Item models.mp4 117.48 MB
06 Simplifying storage with Flask-SQLAlchemy/094 Verifying the app works after our changes.en_US.srt 6.87 KB
06 Simplifying storage with Flask-SQLAlchemy/094 Verifying the app works after our changes.mp4 30.77 MB
06 Simplifying storage with Flask-SQLAlchemy/095 Advanced Postman_ environments and tests.en_US.srt 14.88 KB
06 Simplifying storage with Flask-SQLAlchemy/095 Advanced Postman_ environments and tests.mp4 39.99 MB
06 Simplifying storage with Flask-SQLAlchemy/096 Errata_ small mistake in code in the next video.html 1.22 KB
06 Simplifying storage with Flask-SQLAlchemy/097 Telling SQLAlchemy about our tables and columns.en_US.srt 16.17 KB
06 Simplifying storage with Flask-SQLAlchemy/097 Telling SQLAlchemy about our tables and columns.mp4 42.51 MB
06 Simplifying storage with Flask-SQLAlchemy/098 Implementing the ItemModel using SQLAlchemy.en_US.srt 19.36 KB
06 Simplifying storage with Flask-SQLAlchemy/098 Implementing the ItemModel using SQLAlchemy.mp4 74.42 MB
06 Simplifying storage with Flask-SQLAlchemy/099 Implementing the UserModel using SQLAlchemy.en_US.srt 14.44 KB
06 Simplifying storage with Flask-SQLAlchemy/099 Implementing the UserModel using SQLAlchemy.mp4 39.96 MB
06 Simplifying storage with Flask-SQLAlchemy/100 Easily displaying the ItemList resource with SQLAlchemy.en_US.srt 7.78 KB
06 Simplifying storage with Flask-SQLAlchemy/100 Easily displaying the ItemList resource with SQLAlchemy.mp4 20.76 MB
06 Simplifying storage with Flask-SQLAlchemy/101 No more creating tables manually—telling SQLAlchemy to create tables.en_US.srt 4.26 KB
06 Simplifying storage with Flask-SQLAlchemy/101 No more creating tables manually—telling SQLAlchemy to create tables.mp4 13.61 MB
06 Simplifying storage with Flask-SQLAlchemy/102 Creating a new model_ StoreModel.en_US.srt 17.98 KB
06 Simplifying storage with Flask-SQLAlchemy/102 Creating a new model_ StoreModel.mp4 49.14 MB
06 Simplifying storage with Flask-SQLAlchemy/103 Creating the Store Resource.en_US.srt 13.18 KB
06 Simplifying storage with Flask-SQLAlchemy/103 Creating the Store Resource.mp4 37.08 MB
06 Simplifying storage with Flask-SQLAlchemy/104 Final testing of this section's API.en_US.srt 8.62 KB
06 Simplifying storage with Flask-SQLAlchemy/104 Final testing of this section's API.mp4 33.14 MB
07 Git—version control/105 Installing Git on Mac and Windows.en_US.srt 5.58 KB
07 Git—version control/105 Installing Git on Mac and Windows.mp4 22.28 MB
07 Git—version control/106 What is a Git repository_.en_US.srt 8.07 KB
07 Git—version control/106 What is a Git repository_.mp4 12.63 MB
07 Git—version control/107 The Git workflow—part 1.en_US.srt 6.81 KB
07 Git—version control/107 The Git workflow—part 1.mp4 12.1 MB
07 Git—version control/108 The Git workflow—part 2, including GitHub.en_US.srt 7.96 KB
07 Git—version control/108 The Git workflow—part 2, including GitHub.mp4 22.14 MB
07 Git—version control/109 Using SSH keys for security.en_US.srt 8.91 KB
07 Git—version control/109 Using SSH keys for security.mp4 21.11 MB
07 Git—version control/110 The README file.en_US.srt 8.64 KB
07 Git—version control/110 The README file.mp4 16.86 MB
08 Deploying Flask apps to Heroku/111 Access the code for this section here.html 820 B
08 Deploying Flask apps to Heroku/112 Heroku-Tutorial.pdf 232.73 KB
08 Deploying Flask apps to Heroku/112 What is Heroku_.en_US.srt 9.83 KB
08 Deploying Flask apps to Heroku/112 What is Heroku_.mp4 12.14 MB
08 Deploying Flask apps to Heroku/113 Getting our code into GitHub.en_US.srt 11.29 KB
08 Deploying Flask apps to Heroku/113 Getting our code into GitHub.mp4 32.34 MB
08 Deploying Flask apps to Heroku/114 Setting up Heroku for Flask.en_US.srt 7.64 KB
08 Deploying Flask apps to Heroku/114 Setting up Heroku for Flask.mp4 17.28 MB
08 Deploying Flask apps to Heroku/115 Adding the required files to the project.en_US.srt 16.33 KB
08 Deploying Flask apps to Heroku/115 Adding the required files to the project.mp4 33.76 MB
08 Deploying Flask apps to Heroku/116 Logs in Heroku and troubleshooting errors.en_US.srt 12.44 KB
08 Deploying Flask apps to Heroku/116 Logs in Heroku and troubleshooting errors.mp4 125.88 MB
08 Deploying Flask apps to Heroku/117 Testing the deployed API with Postman.en_US.srt 5.65 KB
08 Deploying Flask apps to Heroku/117 Testing the deployed API with Postman.mp4 11.33 MB
08 Deploying Flask apps to Heroku/118 Adding PostgreSQL to our Heroku app.en_US.srt 13.1 KB
08 Deploying Flask apps to Heroku/118 Adding PostgreSQL to our Heroku app.mp4 41.61 MB
08 Deploying Flask apps to Heroku/119 Working with Git and automatic deploys.en_US.srt 9.58 KB
08 Deploying Flask apps to Heroku/119 Working with Git and automatic deploys.mp4 74.35 MB
09 Deploying Flask apps to our own server/120 DigitalOcean-Tutorial.pdf 219.2 KB
09 Deploying Flask apps to our own server/120 Setting up a DigitalOcean server.en_US.srt 19.45 KB
09 Deploying Flask apps to our own server/120 Setting up a DigitalOcean server.mp4 42.81 MB
09 Deploying Flask apps to our own server/121 Want to deploy to AWS_.html 4.17 KB
09 Deploying Flask apps to our own server/122 Copy-pastable-commands.txt 130 B
09 Deploying Flask apps to our own server/122 How-To-Deploy-Python-App-Using-uWSGI-And-Nginx.pdf 281.42 KB
09 Deploying Flask apps to our own server/122 Installing PostgreSQL in Ubuntu 16.04.en_US.srt 11.31 KB
09 Deploying Flask apps to our own server/122 Installing PostgreSQL in Ubuntu 16.04.mp4 97.15 MB
09 Deploying Flask apps to our own server/123 Copy-pastable-commands.txt 129 B
09 Deploying Flask apps to our own server/123 Creating a UNIX user in Ubuntu 16.04.en_US.srt 11.57 KB
09 Deploying Flask apps to our own server/123 Creating a UNIX user in Ubuntu 16.04.mp4 33.68 MB
09 Deploying Flask apps to our own server/124 Copy-pastable-commands.txt 147 B
09 Deploying Flask apps to our own server/124 Setting up our new user with PostgreSQL permissions.en_US.srt 12.05 KB
09 Deploying Flask apps to our own server/124 Setting up our new user with PostgreSQL permissions.mp4 88.42 MB
09 Deploying Flask apps to our own server/125 Copy-pastable-commands.txt 129 B
09 Deploying Flask apps to our own server/125 Setting up nginx and our REST API.en_US.srt 26.47 KB
09 Deploying Flask apps to our own server/125 Setting up nginx and our REST API.mp4 247.03 MB
09 Deploying Flask apps to our own server/126 Copy-pastable-commands.txt 132 B
09 Deploying Flask apps to our own server/126 Setting up uWSGI to run our REST API.en_US.srt 33.89 KB
09 Deploying Flask apps to our own server/126 Setting up uWSGI to run our REST API.mp4 93.85 MB
09 Deploying Flask apps to our own server/127 Testing our API to make sure everything works.en_US.srt 9.11 KB
09 Deploying Flask apps to our own server/127 Testing our API to make sure everything works.mp4 19.94 MB
10 Security in your REST APIs/128 Welcome to this section.html 1.19 KB
10 Security in your REST APIs/129 Security in REST APIs e-book.html 879 B
10 Security in your REST APIs/130 Getting our domain name.en_US.srt 9.14 KB
10 Security in your REST APIs/130 Getting our domain name.mp4 28.1 MB
10 Security in your REST APIs/131 Setting up Cloudflare.en_US.srt 11.26 KB
10 Security in your REST APIs/131 Setting up Cloudflare.mp4 42.66 MB
10 Security in your REST APIs/132 What is DNS_.en_US.srt 7.16 KB
10 Security in your REST APIs/132 What is DNS_.mp4 19.81 MB
10 Security in your REST APIs/133 Setting our DNS records.en_US.srt 11.06 KB
10 Security in your REST APIs/133 Setting our DNS records.mp4 53.38 MB
10 Security in your REST APIs/134 Verifying everything works—this is important!.en_US.srt 2.31 KB
10 Security in your REST APIs/134 Verifying everything works—this is important!.mp4 5.09 MB
10 Security in your REST APIs/135 Creating our SSL certificate in Cloudflare.en_US.srt 4.61 KB
10 Security in your REST APIs/135 Creating our SSL certificate in Cloudflare.mp4 26.63 MB
10 Security in your REST APIs/136 Configuring nginx for SSL.en_US.srt 16.83 KB
10 Security in your REST APIs/136 Configuring nginx for SSL.mp4 127.46 MB
10 Security in your REST APIs/137 Extra technical SSL resources.html 1.37 KB
10 Security in your REST APIs/137 [quiz] Security in REST APIs.html 11.29 KB
10 Security in your REST APIs/138 Conclusion of this section.html 745 B
11 Token refreshing and Flask-JWT-Extended/139 Welcome to this section.html 1.63 KB
11 Token refreshing and Flask-JWT-Extended/140 1-recap-of-code.zip 21.05 KB
11 Token refreshing and Flask-JWT-Extended/140 A recap of the code + a few changes!.en_US.srt 18.21 KB
11 Token refreshing and Flask-JWT-Extended/140 A recap of the code + a few changes!.mp4 97.37 MB
11 Token refreshing and Flask-JWT-Extended/140 Start-and-end-code-for-this-lecture.txt 95 B
11 Token refreshing and Flask-JWT-Extended/141 2-adding-user-resource-for-testing.zip 13.1 KB
11 Token refreshing and Flask-JWT-Extended/141 Creating a User Resource for testing.en_US.srt 10.24 KB
11 Token refreshing and Flask-JWT-Extended/141 Creating a User Resource for testing.mp4 45.02 MB
11 Token refreshing and Flask-JWT-Extended/141 Start-and-end-code-for-this-lecture.txt 114 B
11 Token refreshing and Flask-JWT-Extended/142 Testing our new Resource with Postman.en_US.srt 8.78 KB
11 Token refreshing and Flask-JWT-Extended/142 Testing our new Resource with Postman.mp4 23.08 MB
11 Token refreshing and Flask-JWT-Extended/143 3-login-with-flask-jwt-extended.zip 13.29 KB
11 Token refreshing and Flask-JWT-Extended/143 Logging in with Flask-JWT-Extended.en_US.srt 24.43 KB
11 Token refreshing and Flask-JWT-Extended/143 Logging in with Flask-JWT-Extended.mp4 91.06 MB
11 Token refreshing and Flask-JWT-Extended/143 Start-and-end-code-for-this-lecture.txt 111 B
11 Token refreshing and Flask-JWT-Extended/144 Testing the login with Postman.en_US.srt 4.45 KB
11 Token refreshing and Flask-JWT-Extended/144 Testing the login with Postman.mp4 11.5 MB
11 Token refreshing and Flask-JWT-Extended/145 4-adding-claims.zip 12.45 KB
11 Token refreshing and Flask-JWT-Extended/145 Adding JWT Claims.en_US.srt 12.05 KB
11 Token refreshing and Flask-JWT-Extended/145 Adding JWT Claims.mp4 73.71 MB
11 Token refreshing and Flask-JWT-Extended/145 Start-and-end-code-for-this-lecture.txt 95 B
11 Token refreshing and Flask-JWT-Extended/146 5-jwt-optional.zip 13.29 KB
11 Token refreshing and Flask-JWT-Extended/146 Getting the JWT identity in and endpoint and @jwt_optional.en_US.srt 7.36 KB
11 Token refreshing and Flask-JWT-Extended/146 Getting the JWT identity in and endpoint and @jwt_optional.mp4 24.87 MB
11 Token refreshing and Flask-JWT-Extended/146 Start-and-end-code-for-this-lecture.txt 94 B
11 Token refreshing and Flask-JWT-Extended/147 What is a fresh token_.en_US.srt 10.31 KB
11 Token refreshing and Flask-JWT-Extended/147 What is a fresh token_.mp4 14.74 MB
11 Token refreshing and Flask-JWT-Extended/148 7-token-refresh.zip 13.55 KB
11 Token refreshing and Flask-JWT-Extended/148 Performing token refresh in our REST API.en_US.srt 13.69 KB
11 Token refreshing and Flask-JWT-Extended/148 Performing token refresh in our REST API.mp4 39.56 MB
11 Token refreshing and Flask-JWT-Extended/148 Start-and-end-code-for-this-lecture.txt 95 B
11 Token refreshing and Flask-JWT-Extended/149 8-requiring-a-fresh-token.zip 14.46 KB
11 Token refreshing and Flask-JWT-Extended/149 Requiring a fresh token in an endpoint.en_US.srt 4.31 KB
11 Token refreshing and Flask-JWT-Extended/149 Requiring a fresh token in an endpoint.mp4 11.8 MB
11 Token refreshing and Flask-JWT-Extended/149 Start-and-end-code-for-this-lecture.txt 105 B
11 Token refreshing and Flask-JWT-Extended/150 9-customizing-callbacks-and-responses.zip 15.55 KB
11 Token refreshing and Flask-JWT-Extended/150 Customizing Flask-JWT-Extended callbacks and responses.en_US.srt 11.92 KB
11 Token refreshing and Flask-JWT-Extended/150 Customizing Flask-JWT-Extended callbacks and responses.mp4 33.95 MB
11 Token refreshing and Flask-JWT-Extended/150 Start-and-end-code-for-this-lecture.txt 117 B
11 Token refreshing and Flask-JWT-Extended/151 10-blacklisting.zip 15.07 KB
11 Token refreshing and Flask-JWT-Extended/151 Blacklisting with Flask-JWT-Extended.en_US.srt 8.23 KB
11 Token refreshing and Flask-JWT-Extended/151 Blacklisting with Flask-JWT-Extended.mp4 35.49 MB
11 Token refreshing and Flask-JWT-Extended/151 Start-and-end-code-for-this-lecture.txt 95 B
11 Token refreshing and Flask-JWT-Extended/152 11-logging-users-out.zip 26.74 KB
11 Token refreshing and Flask-JWT-Extended/152 Logging users out in our REST API.en_US.srt 9.46 KB
11 Token refreshing and Flask-JWT-Extended/152 Logging users out in our REST API.mp4 34.96 MB
11 Token refreshing and Flask-JWT-Extended/152 Start-and-end-code-for-this-lecture.txt 100 B
11 Token refreshing and Flask-JWT-Extended/153 E-book_ complete review of the API so far.html 1005 B
11 Token refreshing and Flask-JWT-Extended/154 Flask-JWT-Extended further reading.html 1.11 KB
12 Bonus Section/155 Bonus lecture_ other courses and next steps.html 3.64 KB
Download Info
-
Tips
“[FreeCourseSite.com] Udemy - REST APIs with Flask and Python” 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.