首页 磁力链接怎么用

[GigaCourse.Com] Udemy - Python Django 4 Masterclass Build a Real World Project

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2024-2-20 04:42 2024-5-10 19:56 49 13.16 GB 232
二维码链接
[GigaCourse.Com] Udemy - Python Django 4 Masterclass  Build a Real World Project的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 - Introduction and setup/001 Course Introduction.mp4130.2MB
  2. 01 - Introduction and setup/002 Getting the best out of this course.mp48.23MB
  3. 01 - Introduction and setup/003 Understanding the required tools.mp428.25MB
  4. 01 - Introduction and setup/004 Installing Python on Windows.mp440.86MB
  5. 01 - Introduction and setup/005 Installing Python on Mac.mp440.1MB
  6. 01 - Introduction and setup/006 Pycharm and Django.mp430.54MB
  7. 01 - Introduction and setup/007 Installing VS Code on Mac, Windows, Linux.mp421.6MB
  8. 01 - Introduction and setup/008 Introduction to the command-line terminal and its importance with Django.mp433.49MB
  9. 02 - Basics of Django and its working/001 Section Overview.mp44.14MB
  10. 02 - Basics of Django and its working/002 What is a Web Framework Introduction to Django.mp419.67MB
  11. 02 - Basics of Django and its working/003 Understanding and setting up a Virtual Environment.mp451.71MB
  12. 02 - Basics of Django and its working/004 Creating and Setting up Django Project.mp475.61MB
  13. 02 - Basics of Django and its working/005 Understanding Django Project and its structure.mp443.2MB
  14. 02 - Basics of Django and its working/006 Running your Django application.mp452.48MB
  15. 02 - Basics of Django and its working/007 Terminals in Visual Studio Code.mp455.76MB
  16. 02 - Basics of Django and its working/008 Apps in Django and creating your first app.mp431.49MB
  17. 02 - Basics of Django and its working/009 How does Django work.mp412.88MB
  18. 02 - Basics of Django and its working/010 Section Summary.mp49.86MB
  19. 03 - Working with URLs and Views/001 Section overview.mp44.8MB
  20. 03 - Working with URLs and Views/002 URL’s and getting our first URL running.mp476.03MB
  21. 03 - Working with URLs and Views/003 Understanding URLs and views in Django.mp437.05MB
  22. 03 - Working with URLs and Views/004 Views and app specific URL's.mp4106.74MB
  23. 03 - Working with URLs and Views/005 Challenge Create our second URL and view.mp453.51MB
  24. 03 - Working with URLs and Views/006 Dynamic URL’s.mp464.46MB
  25. 03 - Working with URLs and Views/007 Returning HTML as response.mp449.68MB
  26. 03 - Working with URLs and Views/008 Updating views to return multiple jobs.mp468.94MB
  27. 03 - Working with URLs and Views/009 Path converters.mp460.58MB
  28. 03 - Working with URLs and Views/010 What is a Request Types of request GET vs POST.mp443.5MB
  29. 03 - Working with URLs and Views/011 Redirects.mp429.93MB
  30. 03 - Working with URLs and Views/012 Challenge Displaying all jobs on home page.mp493.87MB
  31. 03 - Working with URLs and Views/013 Reverse resolution of URLs and URL names.mp491.37MB
  32. 03 - Working with URLs and Views/014 Handling not found.mp433.61MB
  33. 03 - Working with URLs and Views/015 Section Summary.mp429.32MB
  34. 04 - Django Template Language/001 Section overview.mp43.76MB
  35. 04 - Django Template Language/002 Django Template Language The Need.mp459.45MB
  36. 04 - Django Template Language/003 Creating your first dynamic template.mp486.14MB
  37. 04 - Django Template Language/004 Behind the scenes and best practices.mp471.26MB
  38. 04 - Django Template Language/005 Working with variables to render dynamic information.mp450.57MB
  39. 04 - Django Template Language/006 render() function.mp413.34MB
  40. 04 - Django Template Language/007 Challenge One more variable.mp413.82MB
  41. 04 - Django Template Language/008 What are tags.mp46.95MB
  42. 04 - Django Template Language/009 If…else statements.mp431.01MB
  43. 04 - Django Template Language/010 For loops.mp412.18MB
  44. 04 - Django Template Language/011 Django Template Language and Visual Studio.mp425.54MB
  45. 04 - Django Template Language/012 Working with filters.mp437MB
  46. 04 - Django Template Language/013 Writing comments in templates.mp412.28MB
  47. 04 - Django Template Language/014 Challenge Migrating job detail page to template.mp450.5MB
  48. 04 - Django Template Language/015 Challenge Migrating jobs list page to template.mp463.48MB
  49. 04 - Django Template Language/016 URL tag in Django.mp440.2MB
  50. 04 - Django Template Language/017 Section Summary.mp415.17MB
  51. 05 - Django modelsworking with the database/001 Section overview.mp42.51MB
  52. 05 - Django modelsworking with the database/002 Basics What is a database and why do we need it.mp451.43MB
  53. 05 - Django modelsworking with the database/003 Django and Databases.mp435.27MB
  54. 05 - Django modelsworking with the database/004 What is ORM.mp415.84MB
  55. 05 - Django modelsworking with the database/005 Django Models, Field, Field types, Field options.mp434.12MB
  56. 05 - Django modelsworking with the database/006 Creating our first Model and doing migrations.mp4113.52MB
  57. 05 - Django modelsworking with the database/007 Viewing tables created.mp435.43MB
  58. 05 - Django modelsworking with the database/008 Adding more fields to our models.mp443.82MB
  59. 05 - Django modelsworking with the database/009 Remigration.mp488.04MB
  60. 05 - Django modelsworking with the database/010 Behind the scenes of Django Migrations.mp477.24MB
  61. 05 - Django modelsworking with the database/011 Inserting data into the database.mp438.67MB
  62. 05 - Django modelsworking with the database/012 Getting all data from the table.mp433.1MB
  63. 05 - Django modelsworking with the database/013 __str__ in models.mp447.71MB
  64. 05 - Django modelsworking with the database/014 Query Filters.mp461.35MB
  65. 05 - Django modelsworking with the database/015 Getting single record from the table.mp465.93MB
  66. 05 - Django modelsworking with the database/016 exclude().mp425.68MB
  67. 05 - Django modelsworking with the database/017 Limiting QuerySets.mp418.11MB
  68. 05 - Django modelsworking with the database/018 Sorted results.mp447.19MB
  69. 05 - Django modelsworking with the database/019 Field Lookups.mp448.83MB
  70. 05 - Django modelsworking with the database/020 Updating the existing data.mp454.74MB
  71. 05 - Django modelsworking with the database/021 Chaining QuerySets.mp439.46MB
  72. 05 - Django modelsworking with the database/022 Job list page Getting data from the database in-app.mp473.51MB
  73. 05 - Django modelsworking with the database/023 Job detail page Getting data from the database in-app.mp452.37MB
  74. 05 - Django modelsworking with the database/024 Working with Slugs, why slugs.mp4133.79MB
  75. 05 - Django modelsworking with the database/025 Best practices and preventing updates of Slugs.mp460.66MB
  76. 05 - Django modelsworking with the database/026 Defining limit and Using Slugs as index.mp430.47MB
  77. 05 - Django modelsworking with the database/027 Aggregation.mp483.45MB
  78. 05 - Django modelsworking with the database/028 Deleting data from the database.mp456.14MB
  79. 05 - Django modelsworking with the database/029 Section Summary.mp417.75MB
  80. 06 - Django Admin Panel/001 Section overview.mp42.61MB
  81. 06 - Django Admin Panel/002 Django Admin panel.mp440.67MB
  82. 06 - Django Admin Panel/003 Exploring admin panel and activating models in admin.mp429.53MB
  83. 06 - Django Admin Panel/004 Managing data with admin panel.mp439.4MB
  84. 06 - Django Admin Panel/005 Behind the scenes of Django Admin panel.mp474.26MB
  85. 06 - Django Admin Panel/006 Customizing admin panel.mp418.99MB
  86. 06 - Django Admin Panel/007 Customizing model fields in list view.mp458.75MB
  87. 06 - Django Admin Panel/008 Filters.mp431.13MB
  88. 06 - Django Admin Panel/009 Allowing users to search.mp450.7MB
  89. 06 - Django Admin Panel/010 Managing fields in detail view.mp430.31MB
  90. 06 - Django Admin Panel/011 Working with Fieldsets.mp455.89MB
  91. 06 - Django Admin Panel/012 Using inbuilt CSS classes.mp426.58MB
  92. 06 - Django Admin Panel/013 Section Summary.mp418.68MB
  93. 07 - Working with multiple Models and Relationships/001 Section overview.mp42.36MB
  94. 07 - Working with multiple Models and Relationships/002 Working with multiple models Relationships.mp414.38MB
  95. 07 - Working with multiple Models and Relationships/003 One to One relationship.mp4143.65MB
  96. 07 - Working with multiple Models and Relationships/004 Managing data with One to One Relationships.mp4139.34MB
  97. 07 - Working with multiple Models and Relationships/005 Many to One relationship.mp4102.38MB
  98. 07 - Working with multiple Models and Relationships/006 Managing data with Many to One relationship.mp4274.55MB
  99. 07 - Working with multiple Models and Relationships/007 Many to Many relationship.mp493.95MB
  100. 07 - Working with multiple Models and Relationships/008 Managing data in Many to Many relationship.mp4108.94MB
  101. 07 - Working with multiple Models and Relationships/009 New models on Admin panel Location Model.mp432.68MB
  102. 07 - Working with multiple Models and Relationships/010 New models on Admin panel Author Model.mp412.07MB
  103. 07 - Working with multiple Models and Relationships/011 New models on Admin panel Skills Model.mp418.33MB
  104. 07 - Working with multiple Models and Relationships/012 Section Summary.mp47.14MB
  105. 08 - Forms and ModelForms/001 Section overview.mp46.29MB
  106. 08 - Forms and ModelForms/002 Bringing forms to the front end Forms and ModelForms.mp415.87MB
  107. 08 - Forms and ModelForms/003 Forms the traditional way.mp469.84MB
  108. 08 - Forms and ModelForms/004 Evaluating our form.mp428.62MB
  109. 08 - Forms and ModelForms/005 POST requests and CSRF tokens.mp423.04MB
  110. 08 - Forms and ModelForms/006 Adding serverside validations.mp481.1MB
  111. 08 - Forms and ModelForms/007 Saving data to database.mp497.99MB
  112. 08 - Forms and ModelForms/008 Evaluating our approach so far.mp429.6MB
  113. 08 - Forms and ModelForms/009 The Form class.mp420.4MB
  114. 08 - Forms and ModelForms/010 Our first Django Form.mp468.01MB
  115. 08 - Forms and ModelForms/011 Building our view with Form.mp421.88MB
  116. 08 - Forms and ModelForms/012 Analyzing our form.mp426.53MB
  117. 08 - Forms and ModelForms/013 Saving form data.mp4117.7MB
  118. 08 - Forms and ModelForms/014 Different ways of rendering form.mp433.28MB
  119. 08 - Forms and ModelForms/015 Form options.mp446.8MB
  120. 08 - Forms and ModelForms/016 Validating fields.mp4107.26MB
  121. 08 - Forms and ModelForms/017 Rendering form manually.mp487.14MB
  122. 08 - Forms and ModelForms/018 Rendering fields with for loop.mp452.1MB
  123. 08 - Forms and ModelForms/019 What are ModelForms.mp463.69MB
  124. 08 - Forms and ModelForms/020 Configuring views to work with ModelForms.mp443.14MB
  125. 08 - Forms and ModelForms/021 Customizing defaults with ModelForms.mp479.98MB
  126. 08 - Forms and ModelForms/022 Validations in Model.mp454.12MB
  127. 08 - Forms and ModelForms/023 Working with choices.mp463.81MB
  128. 08 - Forms and ModelForms/024 blank vs required vs null.mp49.61MB
  129. 08 - Forms and ModelForms/025 Section Summary.mp48.62MB
  130. 09 - Working with Static Files and File uploads/001 Section overview.mp42.65MB
  131. 09 - Working with Static Files and File uploads/002 What are static files.mp43.43MB
  132. 09 - Working with Static Files and File uploads/003 CSS and JS within HTML file.mp428.26MB
  133. 09 - Working with Static Files and File uploads/004 A separate CSS file.mp453.29MB
  134. 09 - Working with Static Files and File uploads/005 Behind the scenes of static files.mp445.47MB
  135. 09 - Working with Static Files and File uploads/006 A separate JS file.mp419.35MB
  136. 09 - Working with Static Files and File uploads/007 Best practices with static files.mp418.97MB
  137. 09 - Working with Static Files and File uploads/008 Rendering images in your projects.mp435.59MB
  138. 09 - Working with Static Files and File uploads/009 Image Uploads Setting up a new app.mp4152.64MB
  139. 09 - Working with Static Files and File uploads/010 Saving and uploading images.mp489.48MB
  140. 09 - Working with Static Files and File uploads/011 Rendering images on frontend.mp4132.53MB
  141. 09 - Working with Static Files and File uploads/012 Uploading files other than images.mp4123.03MB
  142. 09 - Working with Static Files and File uploads/013 Section Summary.mp438.93MB
  143. 10 - Finishing our job application/001 Section overview.mp43.38MB
  144. 10 - Finishing our job application/002 Way forward What are we going to build.mp419.3MB
  145. 10 - Finishing our job application/003 Updating Job detail Page.mp477.35MB
  146. 10 - Finishing our job application/004 Challenge Updating Job List Page.mp483.33MB
  147. 10 - Finishing our job application/005 Adding missing models.mp475.1MB
  148. 10 - Finishing our job application/006 Updating Subscribe Page.mp424.55MB
  149. 10 - Finishing our job application/007 Inheritance with Templates and its need.mp455.68MB
  150. 10 - Finishing our job application/008 Using inheritance to organize templates.mp4103.61MB
  151. 10 - Finishing our job application/009 Challenge Updating Job detail Page.mp434.64MB
  152. 10 - Finishing our job application/010 Challenge Updating Subscribe Page.mp423.43MB
  153. 10 - Finishing our job application/011 Submitting data from subscribe form.mp438.52MB
  154. 10 - Finishing our job application/012 Section Summary.mp43.87MB
  155. 11 - Deploying your apps on a real server/001 Section overview.mp45.8MB
  156. 11 - Deploying your apps on a real server/002 What does hosting on production mean.mp418.26MB
  157. 11 - Deploying your apps on a real server/003 Exploring different hosting providers.mp4114.13MB
  158. 11 - Deploying your apps on a real server/005 Heroku an overview and how does it work.mp442.76MB
  159. 11 - Deploying your apps on a real server/006 Getting started on heroku.mp447.49MB
  160. 11 - Deploying your apps on a real server/007 Preparing your app to be deployed on production.mp490.08MB
  161. 11 - Deploying your apps on a real server/008 Additonal configurations before deployment.mp438.04MB
  162. 11 - Deploying your apps on a real server/009 Getting project dependencies on your server.mp426.62MB
  163. 11 - Deploying your apps on a real server/010 Installing and setting up git.mp4119.49MB
  164. 11 - Deploying your apps on a real server/011 Deploying your application on Heroku server.mp4117.72MB
  165. 11 - Deploying your apps on a real server/012 Serving static files on production.mp451.76MB
  166. 11 - Deploying your apps on a real server/013 Deploying to Heroku via CLI.mp456.64MB
  167. 11 - Deploying your apps on a real server/014 Heroku commands to know.mp435.48MB
  168. 11 - Deploying your apps on a real server/015 Serving static files using WhiteNoise.mp453.3MB
  169. 11 - Deploying your apps on a real server/016 What happens if you set IS_DEVELOPMENT mode to True.mp430.91MB
  170. 11 - Deploying your apps on a real server/017 Serving media files via S3 bucket.mp4230.82MB
  171. 11 - Deploying your apps on a real server/018 Moving static files to S3 bucket.mp425.47MB
  172. 11 - Deploying your apps on a real server/019 SQLite on production.mp425.42MB
  173. 11 - Deploying your apps on a real server/020 Postgres and PgAdmin.mp457.34MB
  174. 11 - Deploying your apps on a real server/021 Migrating jobapp to relational database.mp4119.12MB
  175. 11 - Deploying your apps on a real server/022 Getting Relational Database on Production.mp432.96MB
  176. 11 - Deploying your apps on a real server/023 Section Summary.mp45.86MB
  177. 12 - Real world project A Blog Application Getting started/001 Section Overview.mp411.49MB
  178. 12 - Real world project A Blog Application Getting started/003 Project setup.mp437.56MB
  179. 12 - Real world project A Blog Application Getting started/004 Posts Building model.mp464.96MB
  180. 12 - Real world project A Blog Application Getting started/005 Structuring templates.mp432.83MB
  181. 12 - Real world project A Blog Application Getting started/006 Posts views and templates.mp4137.04MB
  182. 12 - Real world project A Blog Application Getting started/007 Posts URLs and viewing posts.mp464.36MB
  183. 12 - Real world project A Blog Application Getting started/008 Configuring static files and render post.mp4153.24MB
  184. 12 - Real world project A Blog Application Getting started/009 Building the home page.mp4178.9MB
  185. 12 - Real world project A Blog Application Getting started/010 Building Tags.mp4193.41MB
  186. 12 - Real world project A Blog Application Getting started/011 Recording views.mp481.81MB
  187. 12 - Real world project A Blog Application Getting started/012 Allowing users to comment.mp4109.02MB
  188. 12 - Real world project A Blog Application Getting started/013 Rendering comments.mp472.79MB
  189. 12 - Real world project A Blog Application Getting started/014 Fixing the submit issue on refresh.mp433.7MB
  190. 12 - Real world project A Blog Application Getting started/015 Building replies.mp462.85MB
  191. 12 - Real world project A Blog Application Getting started/016 Allowing users to leave a reply.mp4110.06MB
  192. 12 - Real world project A Blog Application Getting started/017 Rendering replies.mp472.66MB
  193. 12 - Real world project A Blog Application Getting started/018 Section Summary.mp44.38MB
  194. 13 - Real world project A Blog Application Building more features/001 Section Overview.mp44.23MB
  195. 13 - Real world project A Blog Application Building more features/002 Displaying popular and new posts on home.mp4115.33MB
  196. 13 - Real world project A Blog Application Building more features/003 Making users subscribe to our blog.mp4144MB
  197. 13 - Real world project A Blog Application Building more features/004 Adding featured post.mp4122.6MB
  198. 13 - Real world project A Blog Application Building more features/005 Building Tags page.mp4261.36MB
  199. 13 - Real world project A Blog Application Building more features/006 Enabling Author on posts.mp4135.94MB
  200. 13 - Real world project A Blog Application Building more features/007 Challenge Building Author page.mp4261.36MB
  201. 13 - Real world project A Blog Application Building more features/008 Building search.mp4182.17MB
  202. 13 - Real world project A Blog Application Building more features/009 Building website meta.mp4124.69MB
  203. 13 - Real world project A Blog Application Building more features/010 Building navbar, footer and about page.mp4112.51MB
  204. 13 - Real world project A Blog Application Building more features/011 Allowing HTML content.mp458.35MB
  205. 13 - Real world project A Blog Application Building more features/012 Section Summary.mp49.11MB
  206. 14 - Sessions/001 Section Overview.mp45.49MB
  207. 14 - Sessions/002 What are sessions.mp416.16MB
  208. 14 - Sessions/003 Behind the scenes of sessions.mp429.32MB
  209. 14 - Sessions/004 Enabling sessions to hide subscribe option.mp451.54MB
  210. 14 - Sessions/005 Section Summary.mp417.18MB
  211. 15 - Authentication/001 Section Overview.mp43.55MB
  212. 15 - Authentication/002 Authentication in Django.mp429.24MB
  213. 15 - Authentication/003 Behind the scenes of Django Authentication.mp428.88MB
  214. 15 - Authentication/004 Creating users.mp441.94MB
  215. 15 - Authentication/005 Enabling authentication and Inbuilt views and urls.mp432.64MB
  216. 15 - Authentication/006 Implementing login functionality.mp485.24MB
  217. 15 - Authentication/007 Implementing logout functionality.mp449.03MB
  218. 15 - Authentication/008 Identifying authenticated users in templates and managing errors.mp480.86MB
  219. 15 - Authentication/009 Adding custom registration page.mp4166.57MB
  220. 15 - Authentication/010 Implementing registration functionality.mp4108.09MB
  221. 15 - Authentication/011 Refining login page.mp418.93MB
  222. 15 - Authentication/012 Section Summary.mp433.63MB
  223. 16 - Real world project A Blog Application Finishing our blog application/001 Section Overview.mp44.82MB
  224. 16 - Real world project A Blog Application Finishing our blog application/002 Building bookmarks.mp4160.4MB
  225. 16 - Real world project A Blog Application Finishing our blog application/003 Challenge Building likes.mp4159.36MB
  226. 16 - Real world project A Blog Application Finishing our blog application/004 Building All Posts page.mp498.2MB
  227. 16 - Real world project A Blog Application Finishing our blog application/005 Challenge Building All Bookmarks page.mp443.18MB
  228. 16 - Real world project A Blog Application Finishing our blog application/006 Challenge Building All Likes page.mp429.79MB
  229. 16 - Real world project A Blog Application Finishing our blog application/007 Fixing the footer.mp423.85MB
  230. 16 - Real world project A Blog Application Finishing our blog application/008 Building Sidebar in post.mp4172.85MB
  231. 16 - Real world project A Blog Application Finishing our blog application/009 Section Summary.mp42.65MB
  232. 17 - Extra Information - Source code, and other stuff/002 Bonus Lecture and Information.mp4100.24MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统