本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCourseSite.com] Udemy - FastAPI - The Complete Course 2023 (Beginner + Advanced)

种子简介

种子名称: [FreeCourseSite.com] Udemy - FastAPI - The Complete Course 2023 (Beginner + Advanced)
文件类型: 视频
文件数目: 173个文件
文件大小: 3.74 GB
收录时间: 2023-4-11 14:41
已经下载: 3
资源热度: 135
最近下载: 2024-10-30 08:07

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:136c0588349702eb63211146f27fcdefdcaad84d&dn=[FreeCourseSite.com] Udemy - FastAPI - The Complete Course 2023 (Beginner + Advanced) 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseSite.com] Udemy - FastAPI - The Complete Course 2023 (Beginner + Advanced).torrent
  • 01 - Introduction/001 Introduction.mp454.4MB
  • 01 - Introduction/002 Course Content.mp412.56MB
  • 01 - Introduction/003 How To Get The Most Out Of This Course.mp410.11MB
  • 02 - FastAPI Overview/001 FastAPI Overview.mp419.23MB
  • 03 - Python Installation/001 Python Installation Overview.mp41.63MB
  • 03 - Python Installation/002 Python Setup (Windows).mp414.41MB
  • 03 - Python Installation/003 Python Setup (Mac).mp49.09MB
  • 03 - Python Installation/004 Python Integrated Development Environment Overview.mp42.54MB
  • 03 - Python Installation/005 Setup Integrated Development Environment.mp49.37MB
  • 04 - How to download source code/002 How to download Source Code.mp413.84MB
  • 05 - A Python Refresher/001 Introduction to section.mp414.34MB
  • 05 - A Python Refresher/003 Variables in Python.mp416.29MB
  • 05 - A Python Refresher/004 Comments.mp48MB
  • 05 - A Python Refresher/006 Assignment Solution.mp46.99MB
  • 05 - A Python Refresher/007 String formatting in Python.mp411.08MB
  • 05 - A Python Refresher/008 Getting User Input.mp49.44MB
  • 05 - A Python Refresher/010 String Assignment Solution (Together).mp413.53MB
  • 05 - A Python Refresher/011 Lists in Python.mp421.09MB
  • 05 - A Python Refresher/012 Sets and Tuples.mp416.38MB
  • 05 - A Python Refresher/014 Lists Assignment Solution.mp46.69MB
  • 05 - A Python Refresher/015 Booleans and Operators.mp414.96MB
  • 05 - A Python Refresher/016 If Else Statements.mp412.29MB
  • 05 - A Python Refresher/018 If Else Assignment Solution.mp47.08MB
  • 05 - A Python Refresher/019 Loops in Python.mp422.27MB
  • 05 - A Python Refresher/021 Loops Assignment Solution.mp46.51MB
  • 05 - A Python Refresher/022 Dictionaries in Python.mp414.86MB
  • 05 - A Python Refresher/024 Dictionaries Assignment Solution.mp47.44MB
  • 05 - A Python Refresher/025 Functions in Python.mp430.12MB
  • 05 - A Python Refresher/027 Functions Assignment Solution.mp46.47MB
  • 05 - A Python Refresher/028 Imports in Python.mp424MB
  • 05 - A Python Refresher/029 Object Oriented Programming in Python.mp482.04MB
  • 05 - A Python Refresher/030 Class Inheritance.mp446.74MB
  • 06 - FastAPI Setup & Installation/001 VirtualENV Overview.mp412.29MB
  • 06 - FastAPI Setup & Installation/002 FastAPI and VirtualENV Installation (Windows).mp423.71MB
  • 06 - FastAPI Setup & Installation/003 FastAPI and VirtualENV Installation (Mac).mp426.23MB
  • 06 - FastAPI Setup & Installation/004 FastAPI Project Swagger, HTTP Request Methods, and Status Codes Overview.mp412.65MB
  • 06 - FastAPI Setup & Installation/005 FastAPI Project Swagger and HTTP Decorators.mp415.95MB
  • 07 - Project 1 - FastAPI Request Method Logic/001 Books Project Introduction.mp415.21MB
  • 07 - Project 1 - FastAPI Request Method Logic/003 FastAPI Project Enhance Get Request.mp422.96MB
  • 07 - Project 1 - FastAPI Request Method Logic/004 FastAPI Project Path Parameters.mp428.37MB
  • 07 - Project 1 - FastAPI Request Method Logic/005 FastAPI Project Enumeration Path Parameters.mp420.46MB
  • 07 - Project 1 - FastAPI Request Method Logic/006 FastAPI Project Enhance Path Parameters.mp46.5MB
  • 07 - Project 1 - FastAPI Request Method Logic/007 FastAPI Project Query Parameters.mp418.18MB
  • 07 - Project 1 - FastAPI Request Method Logic/008 FastAPI Project Post Request.mp416.75MB
  • 07 - Project 1 - FastAPI Request Method Logic/009 FastAPI Project Put Request.mp417.38MB
  • 07 - Project 1 - FastAPI Request Method Logic/010 FastAPI Project Delete Request.mp411.6MB
  • 07 - Project 1 - FastAPI Request Method Logic/012 FastAPI Assignment Solution.mp416.58MB
  • 08 - Project 2 - Move Fast with FastAPI/001 Books 2 Project Overview.mp44.5MB
  • 08 - Project 2 - Move Fast with FastAPI/002 FastAPI Project Setup Books 2 Project.mp47.97MB
  • 08 - Project 2 - Move Fast with FastAPI/003 FastAPI Project BaseModel.mp47.15MB
  • 08 - Project 2 - Move Fast with FastAPI/004 FastAPI Project Post Request BaseModel.mp415.99MB
  • 08 - Project 2 - Move Fast with FastAPI/005 FastAPI Project Fields - Data Validation.mp428.46MB
  • 08 - Project 2 - Move Fast with FastAPI/006 FastAPI Project Data Validation (cont).mp418.83MB
  • 08 - Project 2 - Move Fast with FastAPI/007 FastAPI Project Add Books to BookList.mp414.59MB
  • 08 - Project 2 - Move Fast with FastAPI/008 FastAPI Project BaseModel Configurations.mp410.78MB
  • 08 - Project 2 - Move Fast with FastAPI/009 FastAPI Project Get Request (Books 2 Enhancement).mp416.36MB
  • 08 - Project 2 - Move Fast with FastAPI/010 FastAPI Project Get By UUID.mp49.42MB
  • 08 - Project 2 - Move Fast with FastAPI/011 FastAPI Project Put Request (Books 2 Enhancement).mp415.43MB
  • 08 - Project 2 - Move Fast with FastAPI/012 FastAPI Project Delete Request (Books 2 Enhancement).mp412.91MB
  • 09 - HTTP Exceptions and Status Codes/001 FastAPI Project Raise HTTP Exception.mp423.01MB
  • 09 - HTTP Exceptions and Status Codes/002 FastAPI Project Custom HTTP Exception.mp421.74MB
  • 09 - HTTP Exceptions and Status Codes/003 FastAPI Project Response Models.mp417.52MB
  • 09 - HTTP Exceptions and Status Codes/004 FastAPI Project Status Code Response.mp47.73MB
  • 09 - HTTP Exceptions and Status Codes/005 FastAPI Project Form Fields.mp412.75MB
  • 09 - HTTP Exceptions and Status Codes/006 FastAPI Project Headers.mp47.47MB
  • 09 - HTTP Exceptions and Status Codes/008 FastAPI Solution.mp418.89MB
  • 10 - Project 3 Complete RESTful APIs/001 Project 3 Overview.mp48.05MB
  • 11 - Setup Database/001 FastAPI Project SQL Database Introduction.mp410.74MB
  • 11 - Setup Database/002 FastAPI Project Database Connection with ORM SQLAlchemy.mp413.11MB
  • 11 - Setup Database/003 FastAPI Project Database Tables (Models).mp49.91MB
  • 11 - Setup Database/004 FastAPI Project Main (Create Database Connection for API).mp47MB
  • 11 - Setup Database/005 FastAPI Project Installation of SQLite3 Terminal (Windows).mp417.21MB
  • 11 - Setup Database/006 FastAPI Project Installation of SQLite3 Terminal (Mac).mp45.1MB
  • 11 - Setup Database/007 FastAPI Project SQL Queries Introduction.mp421.49MB
  • 11 - Setup Database/008 FastAPI Project SQLite3 Setting Up Todos.mp443.77MB
  • 12 - API Request Methods/001 FastAPI Project Get All Todos from Database.mp415.4MB
  • 12 - API Request Methods/002 FastAPI Project Get Todo by ID.mp423.66MB
  • 12 - API Request Methods/003 FastAPI Project Post Request (Todo Project).mp428.59MB
  • 12 - API Request Methods/004 FastAPI Project Put Request (Todo Project).mp418.18MB
  • 12 - API Request Methods/005 FastAPI Project Delete Request (Todo Project).mp430.89MB
  • 13 - Authentication & Authorization/001 JSON Web Token (JWT) Overview.mp421.05MB
  • 13 - Authentication & Authorization/002 FastAPI Project One to Many Relationship.mp47.52MB
  • 13 - Authentication & Authorization/003 FastAPI Project Foreign Keys.mp46.39MB
  • 13 - Authentication & Authorization/004 FastAPI Project Create Database Table for Users.mp431.99MB
  • 13 - Authentication & Authorization/005 FastAPI Project Create Authentication & Post Request.mp420.52MB
  • 13 - Authentication & Authorization/006 FastAPI Project Hash User Password.mp418.02MB
  • 13 - Authentication & Authorization/007 FastAPI Project Save User to Database.mp433.86MB
  • 13 - Authentication & Authorization/008 FastAPI Project Authentication of a User.mp436.92MB
  • 13 - Authentication & Authorization/009 FastAPI Project JSON Web Token (JWT) Creation.mp432.33MB
  • 13 - Authentication & Authorization/010 FastAPI Project Decode a JSON Web Token (JWT).mp415.92MB
  • 13 - Authentication & Authorization/011 FastAPI Project Custom HTTPException for Auth.mp415.42MB
  • 14 - Authenticate Requests/001 What is Postman.mp46.23MB
  • 14 - Authenticate Requests/002 Postman Installation (Windows).mp49.28MB
  • 14 - Authenticate Requests/003 Postman Installation (Mac).mp412.51MB
  • 14 - Authenticate Requests/004 Postman Overview.mp410.42MB
  • 14 - Authenticate Requests/005 FastAPI Project Setting up Database with User and Todo Relationships.mp416.41MB
  • 14 - Authenticate Requests/006 FastAPI Project Get Todo (User ID).mp432.45MB
  • 14 - Authenticate Requests/007 FastAPI Project Get Todo (ID + User ID).mp48.87MB
  • 14 - Authenticate Requests/008 FastAPI Project Post Todo (User ID).mp410.34MB
  • 14 - Authenticate Requests/009 FastAPI Project Put Todo (User ID).mp410.21MB
  • 14 - Authenticate Requests/010 FastAPI Project Delete Todo (User ID).mp415.92MB
  • 15 - Production Database Setup/001 FastAPI Project Production DBMS.mp49.95MB
  • 15 - Production Database Setup/002 PostgreSQL Introduction.mp43.37MB
  • 15 - Production Database Setup/003 FastAPI Project PostgreSQL Windows Installation.mp431.47MB
  • 15 - Production Database Setup/004 FastAPI Project PostgreSQL Mac Installation.mp440.08MB
  • 15 - Production Database Setup/005 FastAPI Project PostgreSQL Create Database Table.mp423.88MB
  • 15 - Production Database Setup/006 FastAPI Project PostgreSQL Connect to FastAPI.mp418.45MB
  • 15 - Production Database Setup/007 FastAPI Project Create Data for PostgreSQL.mp443.27MB
  • 15 - Production Database Setup/008 MySQL Introduction.mp42.48MB
  • 15 - Production Database Setup/009 FastAPI Project MySQL Installation (Windows).mp425.91MB
  • 15 - Production Database Setup/010 FastAPI Project MySQL Installation (Mac).mp422.55MB
  • 15 - Production Database Setup/011 FastAPI Project Create Database Tables.mp424.14MB
  • 15 - Production Database Setup/012 FastAPI Project Connect FastAPI to MySQL.mp413.54MB
  • 15 - Production Database Setup/013 FastAPI Project Create Data for MySQL.mp420.17MB
  • 16 - Routing/001 Routing Introduction.mp44.98MB
  • 16 - Routing/003 FastAPI Project - Authentication Routing.mp420.95MB
  • 16 - Routing/004 FastAPI Project - Todo Routing.mp422.97MB
  • 16 - Routing/005 FastAPI Project - Prefix Routing.mp425.27MB
  • 16 - Routing/006 FastAPI Project - External Routing.mp418.46MB
  • 16 - Routing/007 FastAPI Project - Dependencies Routing.mp413.01MB
  • 16 - Routing/009 FastAPI Solution.mp4142.03MB
  • 17 - Alembic Data Migration/001 Alembic Data Migration Overview.mp411.5MB
  • 17 - Alembic Data Migration/002 Alembic Introduction.mp48.19MB
  • 17 - Alembic Data Migration/003 Alembic Setup.mp429.91MB
  • 17 - Alembic Data Migration/004 Alembic Upgrade Command.mp46.37MB
  • 17 - Alembic Data Migration/005 Alembic Add New Column.mp485.65MB
  • 17 - Alembic Data Migration/006 Alembic Create New Database Table.mp466.2MB
  • 17 - Alembic Data Migration/007 Alembic Create FK Relationship.mp433.55MB
  • 17 - Alembic Data Migration/008 Alembic Enhance Application With New API.mp458.87MB
  • 17 - Alembic Data Migration/010 FastAPI Solution.mp433.14MB
  • 18 - Project 4 - Full Stack Application/001 Full Stack Introduction.mp45.95MB
  • 18 - Project 4 - Full Stack Application/003 FastAPI Full Stack - API Code Cleanup.mp45.47MB
  • 18 - Project 4 - Full Stack Application/004 FastAPI Full Stack - Pip Requirements and Templates.mp414.02MB
  • 18 - Project 4 - Full Stack Application/005 FastAPI Full Stack - Static and CSS.mp425.14MB
  • 18 - Project 4 - Full Stack Application/007 FastAPI Full Stack - Adding CSS & JS to Static Files.mp414.89MB
  • 18 - Project 4 - Full Stack Application/008 Full Stack Full Stack - Jinja Templating Overview.mp46.56MB
  • 18 - Project 4 - Full Stack Application/009 FastAPI Full Stack - Full Guide HTML Part 1.mp460.55MB
  • 18 - Project 4 - Full Stack Application/010 FastAPI Full Stack - Full Guide HTML Part 2.mp441.26MB
  • 18 - Project 4 - Full Stack Application/011 FastAPI Full Stack - Full Guide HTML Part 3.mp417.09MB
  • 18 - Project 4 - Full Stack Application/012 FastAPI Full Stack - Full Guide HTML Part 4.mp428.71MB
  • 18 - Project 4 - Full Stack Application/013 FastAPI Full Stack - Full Guide HTML Part 5.mp444.91MB
  • 18 - Project 4 - Full Stack Application/014 FastAPI Full Stack - Quick Guide COPY HTML.mp415.79MB
  • 18 - Project 4 - Full Stack Application/015 FastAPI Full Stack - APIs for HTML.mp449.64MB
  • 18 - Project 4 - Full Stack Application/016 FastAPI Full Stack - Layout.mp451.91MB
  • 18 - Project 4 - Full Stack Application/017 FastAPI Full Stack - Navbar.mp49.87MB
  • 18 - Project 4 - Full Stack Application/018 FastAPI Full Stack - Update Todos using a User.mp423.12MB
  • 18 - Project 4 - Full Stack Application/019 FastAPI Full Stack - Add Todo.mp431.16MB
  • 18 - Project 4 - Full Stack Application/020 FastAPI Full Stack - Edit Todo.mp415.64MB
  • 18 - Project 4 - Full Stack Application/021 FastAPI Full Stack - Edit Todo POST.mp412.51MB
  • 18 - Project 4 - Full Stack Application/022 FastAPI Full Stack - Delete Todo.mp431.59MB
  • 18 - Project 4 - Full Stack Application/023 FastAPI Full Stack - Complete Functionality.mp421.73MB
  • 18 - Project 4 - Full Stack Application/024 FastAPI Full Stack - Login Functionality.mp488.28MB
  • 18 - Project 4 - Full Stack Application/025 FastAPI Full Stack - Login Updates.mp428.29MB
  • 18 - Project 4 - Full Stack Application/026 FastAPI Full Stack - Logout.mp439.77MB
  • 18 - Project 4 - Full Stack Application/027 FastAPI Full Stack - Register.mp457.18MB
  • 18 - Project 4 - Full Stack Application/028 FastAPI Full Stack - Code Clean Up.mp414.7MB
  • 18 - Project 4 - Full Stack Application/029 FastAPI Full Stack - Code Clean Up Part 2.mp433.35MB
  • 18 - Project 4 - Full Stack Application/031 FastAPI Solution.mp4147.49MB
  • 19 - Git - Version Control/001 Git Introduction.mp417.14MB
  • 19 - Git - Version Control/002 Git Windows Installation.mp427.64MB
  • 19 - Git - Version Control/003 Git Mac Installation.mp410.7MB
  • 19 - Git - Version Control/004 Git Basics Overview.mp413.72MB
  • 19 - Git - Version Control/005 Git Basics Practice.mp427.07MB
  • 19 - Git - Version Control/006 Git Branches Overview.mp47.61MB
  • 19 - Git - Version Control/007 Git Branches Practice.mp426.93MB
  • 19 - Git - Version Control/008 GitHub Intro.mp45.92MB
  • 19 - Git - Version Control/009 Git Remote Commands Slides.mp42.58MB
  • 19 - Git - Version Control/010 GitHub Create Account & Remote Repository.mp454.26MB
  • 20 - Deploying FastAPI Applications/001 Heroku Introduction.mp48.74MB
  • 20 - Deploying FastAPI Applications/002 Heroku Create Account & Connect GitHub.mp424.75MB
  • 20 - Deploying FastAPI Applications/003 Heroku Deployment & Code Changes.mp436.87MB
  • 20 - Deploying FastAPI Applications/004 Heroku PostgreSQL Production Database.mp456.52MB
  • 21 - Summary/001 Bonus Lecture.mp4637.41KB