I think running django development server won't allow you to fully leverage the benefit of async view, since django development server will spawn new thread for each "async" view, run it in a true asgi server (e.g. uvicorn) would allow you to fully leverage the advantage of async view.
Nice and clear description, but what about posting to external APIs and performing action according to return status ( ok , error, server down, no response etc ). I am very much interested to know about it.
Hi @Very Academy ı can't find your django core sessions. When you have a time , Could you please make a playlist of all your dkango core related videos ? Thank you.
@Zander Can you please make a video on how to implement an api(POST) accepting data in encrypted form not just plain text as usual ? I mean how can we implement end to end encryption on whatever data we post through our rest api. Or something like appending the signature along with the post data. And signature will be nothing but the encrypted data itself encrypted using some public key which can later be cross checked in the backend side. I really love your contents. Love 😍 from Nepal
Thanks Razz - I will just talk as though you might not had thought about this first. Encryption of data might add quite a bit of processing on the server side. Might HTTPS not be suitable for your situation?
Exactly we need to cross check whether we got the genuine data or not in the backend. Please go through my previous comment once again I have edited it somewhat. Thank you.
Why is Second Implementation also so much faster? Shouldn't it be similar to the first implementation(synchronous) because in the for loop, it seems to be waiting for the response before going to the next iteration?
Hey, again as same as before great content! But, could you please do a detailed tutorial about asynchronous programming with Python so that understanding asyncio with Django will be more efficient! Thanks in advance!
hi great tutorial as usual. i was finding something else and found you again. for example if we have 1000 requests data to show in template. can we show data of each request whenever request data returns like request 1: loading request 2: success here is your data value request 3: success here is your data value request4: loading request5: fail etc and each request is on different api . feel like real app data. need it very badly any guide or help ?
i was losing it before this video, didn't know how i would handle the performance issues on my django project. Now i know. Thank you alot!
Thanks Gabbe, good luck with your project.
Nice , please do more about event loop and tasks in general. Great content btw
He is already teaching this in his course. Have a look on his udemy course
Yes!!!! been waiting for this so long!!! Thanks!
Hope you like it!
Very good tutorial. This can improve the speed of APIs a lot.
Yes, definitely
This was a super clear explanation and good example used, keep going you are the best.
I think running django development server won't allow you to fully leverage the benefit of async view, since django development server will spawn new thread for each "async" view, run it in a true asgi server (e.g. uvicorn) would allow you to fully leverage the advantage of async view.
Nice and clear description, but what about posting to external APIs and performing action according to return status ( ok , error, server down, no response etc ). I am very much interested to know about it.
Hi @Very Academy ı can't find your django core sessions. When you have a time , Could you please make a playlist of all your dkango core related videos ? Thank you.
@Zander Can you please make a video on how to implement an api(POST) accepting data in encrypted form not just plain text as usual ? I mean how can we implement end to end encryption on whatever data we post through our rest api.
Or something like appending the signature along with the post data. And signature will be nothing but the encrypted data itself encrypted using some public key which can later be cross checked in the backend side.
I really love your contents.
Love 😍 from Nepal
Thanks Razz - I will just talk as though you might not had thought about this first. Encryption of data might add quite a bit of processing on the server side. Might HTTPS not be suitable for your situation?
Exactly we need to cross check whether we got the genuine data or not in the backend. Please go through my previous comment once again I have edited it somewhat. Thank you.
Why is Second Implementation also so much faster?
Shouldn't it be similar to the first implementation(synchronous) because in the for loop, it seems to be waiting for the response before going to the next iteration?
Great Video. 😁😁😁. Only one way to describe it would be to say "Perfect"
Hey, again as same as before great content! But, could you please do a detailed tutorial about asynchronous programming with Python so that understanding asyncio with Django will be more efficient! Thanks in advance!
Take a look of concurrent futures package you will love it.
Hey! Is it right that before django 3 to implement what you have shown in the video, we had to manually create an event loop and run it?
Great tutorial. Going to subscribe. Please do a tutorial for adding async data to the database please.
Why cant I render my Api call? It says use async to sync or threads. I could not solve that with research
MAN, you cool!) Thanks
greate content. just what I searched for.
This is awesome, Thanks Sir🙏
I wrote my code exactly like yours but I am getting content type error at / please help
Does that work with WSGI app?!?
just super. can not believe this video get under 100k views...
Thanks Tung, the main thing is you found it, and am happy it was useful for you 👍
hi great tutorial as usual. i was finding something else and found you again. for example if we have 1000 requests data to show in template. can we show data of each request whenever request data returns like
request 1: loading
request 2: success here is your data value
request 3: success here is your data value
request4: loading
request5: fail etc
and each request is on different api
. feel like real app data. need it very badly any guide or help ?
Good tutorial and with pokemons :))
hi . what is the difference between this and django channels??
Channels extends Django's abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols.
@@veryacademy thank you
Is anyone able to explain me what * in the *action does?
The operators + and * can be used to concatenate lists - here we choose everything in the list
Excellent tutorial :)
You are the best man
👍
real django coding. why he can't much views? please help him to get a lot of views.
Hy zander plz make react django integration video
he already did how much do you want?
شكرا Thanks
👌💁
awesome
Thank you for Sharing do more video sir!!!
More to come!
This is awesome, Thanks Sir🙏