Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
ПΣӨƧӨFƬ
DjangoFlix - Build a Netflix-Like Service in Django &  Python Vote_lcapDjangoFlix - Build a Netflix-Like Service in Django &  Python Voting_barDjangoFlix - Build a Netflix-Like Service in Django &  Python Vote_rcap 
tano1221
DjangoFlix - Build a Netflix-Like Service in Django &  Python Vote_lcapDjangoFlix - Build a Netflix-Like Service in Django &  Python Voting_barDjangoFlix - Build a Netflix-Like Service in Django &  Python Vote_rcap 
大†Shinegumi†大
DjangoFlix - Build a Netflix-Like Service in Django &  Python Vote_lcapDjangoFlix - Build a Netflix-Like Service in Django &  Python Voting_barDjangoFlix - Build a Netflix-Like Service in Django &  Python Vote_rcap 
ℛeℙ@¢ᴋ€r
DjangoFlix - Build a Netflix-Like Service in Django &  Python Vote_lcapDjangoFlix - Build a Netflix-Like Service in Django &  Python Voting_barDjangoFlix - Build a Netflix-Like Service in Django &  Python Vote_rcap 
ronaldinho424
DjangoFlix - Build a Netflix-Like Service in Django &  Python Vote_lcapDjangoFlix - Build a Netflix-Like Service in Django &  Python Voting_barDjangoFlix - Build a Netflix-Like Service in Django &  Python Vote_rcap 
Mayo 2024
LunMarMiérJueVieSábDom
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarioCalendario
Últimos temas
» TeraCopy Pro 3.17 Multilingual
DjangoFlix - Build a Netflix-Like Service in Django &  Python EmptyAyer a las 10:45 pm por ℛeℙ@¢ᴋ€r

» Topaz Gigapixel AI 7.1.4 (x64)
DjangoFlix - Build a Netflix-Like Service in Django &  Python EmptyAyer a las 10:41 pm por ℛeℙ@¢ᴋ€r

» Freemake Video Converter 4.1.13.173 Multilingual
DjangoFlix - Build a Netflix-Like Service in Django &  Python EmptyAyer a las 10:38 pm por ℛeℙ@¢ᴋ€r

» WinZip Pro 28.0.16002 (x64) Multilingual
DjangoFlix - Build a Netflix-Like Service in Django &  Python EmptyAyer a las 10:34 pm por ℛeℙ@¢ᴋ€r

» Solid PDF Tools 10.1.17926.10730 Multilingual[32 & 64 Bits]
DjangoFlix - Build a Netflix-Like Service in Django &  Python EmptyAyer a las 8:09 pm por ПΣӨƧӨFƬ

» CrystalDiskInfo 9.3.0+ Portable [Multi/Ru]
DjangoFlix - Build a Netflix-Like Service in Django &  Python EmptyAyer a las 7:59 pm por ПΣӨƧӨFƬ

» PowerISO 8.8 Multilingual Retail + Portable
DjangoFlix - Build a Netflix-Like Service in Django &  Python EmptyAyer a las 7:30 pm por ronaldinho424

» Franzis NEAT #4 professional 4.23.04017 (x64)
DjangoFlix - Build a Netflix-Like Service in Django &  Python EmptyAyer a las 6:59 pm por 大†Shinegumi†大

» Easy Cut Studio v6.003 64 Bit Multilingual
DjangoFlix - Build a Netflix-Like Service in Django &  Python EmptyAyer a las 6:46 pm por 大†Shinegumi†大

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 DjangoFlix - Build a Netflix-Like Service in Django & Python

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 69606
Fecha de inscripción : 20/08/2016

DjangoFlix - Build a Netflix-Like Service in Django &  Python Empty
MensajeTema: DjangoFlix - Build a Netflix-Like Service in Django & Python   DjangoFlix - Build a Netflix-Like Service in Django &  Python EmptyLun Abr 19, 2021 3:19 am

DjangoFlix - Build a Netflix-Like Service in Django &  Python 87f8ff5dffbd96cae070bc03f16b8923
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 56 lectures (9h 33m) | Size: 4.83 GB
Learn advanced Django concepts to build better & more resilient web applications.

What you'll learn:
Django Proxy Models
UnitTesting Models & Proxy Models
Techniques for building the fundamentals of a Netflix-like service (except the actual video streaming)
Implementing a 5-Star Rating in Django alone
Generic Foreign Keys & Generic Relations for flexible model relations
Implementing Tagged Items & Categories for Improved Content Discovery
Creating the conditions for a machine learning model (the way the data is structured)

Requirements
30 Days of Python (or equivalent python experience)
Try Django (or equivalent Django experience)
You know how to implement classes, functions, variables, iterators, and more in Python

Description
This is not a Netflix clone and not even close. Why? Netflix is a complex system of engineer that no one class could ever fully cover. If I told you that you could build a Netflix clone in less than 40 hours, I would be lying to you.

Instead, this is a foundation of what a Netflix-like service could be. This foundation only matters as it serves a roadmap to understanding Django on a whole new level.

Django is the most popular web framework in the world written in Python and for good reason: Django is incredibly simple and incredibly complex.

Models, Views, Forms, User Auth and Templates are fundament to Django. After completing one of my Try Django series, you'll see that creating rich web applications is, well, pretty simple. Models map to database tables. Views essentially handle a url and render templates. Forms help validate data and templates are essentially HTML with a little programming built it.

If the paragraph above is unclear, this course is not for you.

Django's complexity comes with the layers of abstraction you can start to build within your projects. To me, these layers come from Generic Foreign Keys & Proxy Models. The complexity on the surface might be intimating (it was for me) but after you get familiar with them you'll come to find their complexity to be less daunting and potentially, no longer complex.

The goal of this course is to introduce your to a number of concepts you may have never seen before while building the foundation for a service that could potentially grow into Netflix.

Here's some topics we'll cover:

Proxy Models

Generic Foreign Keys

Generic Relations

Automated Unit Testing

ManyToMany Fields vs Foreign Keys vs Generic Foreign Keys

Through models for ManyToMany

Reverse Relationships

Creating a Rating System (user ratings)

Complex Search Lookups with Q Lookups

Re-usuable model receiver functions

Custom template tag for rending a rating form

and much more

Who this course is for
Django Developers looking for a deeper dive into Django Model Capabilities
Beginner Django Developers needing to better understand Testing in a practical use case.

DjangoFlix - Build a Netflix-Like Service in Django &  Python 03a639a143c020ab038d8165c2b83d9b

DOWNLOAD:
Citación :

https://rapidgator.net/file/f623d449ccc09fd2c5c277eb782b68fa/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part1.rar.html
https://rapidgator.net/file/eae000b70d8fbacdcf8597eadcda310a/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part2.rar.html
https://rapidgator.net/file/537f1de65ca541ef59ac27fa4431ef11/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part3.rar.html
https://rapidgator.net/file/eade838beb03db2e1765e52808326d47/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part4.rar.html
https://rapidgator.net/file/c2529af46416d02e8b3d1a9dbeb20a21/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part5.rar.html


https://uploadgig.com/file/download/829f8f69B655E298/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part1.rar
https://uploadgig.com/file/download/4b76F8f996929b82/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part2.rar
https://uploadgig.com/file/download/0Edf6EA24660cD6f/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part3.rar
https://uploadgig.com/file/download/37E6a3f8a2Ad99Ae/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part4.rar
https://uploadgig.com/file/download/7e92245ef6B9ee82/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part5.rar


https://nitroflare.com/view/5AB94125F97DF19/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part1.rar
https://nitroflare.com/view/48D82F5C29A0E17/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part2.rar
https://nitroflare.com/view/627B31CC6FCB7E9/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part3.rar
https://nitroflare.com/view/F75B1D16CED38B9/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part4.rar
https://nitroflare.com/view/1C39D85DAEB48C2/y7cs3.DjangoFlix..Build.a.NetflixLike.Service.in.Django..Python.part5.rar

Volver arriba Ir abajo
 

DjangoFlix - Build a Netflix-Like Service in Django & Python

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Python Django Build and Deploy Full Featured Web Application Using Python 3 and Django 2
» Django For Beginners Build Web Applications With Python & Django 3
» Django 3 - Build Your First Web Project with Django & Python
» Build a Weather App With Python and Django
» Build a Stock Market Web App with Python and Django

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-