Beautiful Tables with Flask, Part 2
8:18
Introducing the React Mega-Tutorial
3:09
Authentication Q&A
1:01:27
2 жыл бұрын
Building a Flask API in 2022
18:00
2 жыл бұрын
Flask 2.0 is out!
25:22
3 жыл бұрын
Socket.IO with Python and JavaScript
1:32:00
Learn React in 90 Minutes
1:32:45
3 жыл бұрын
How Do You Kill a Python Thread?
6:24
Пікірлер
@timur.shhhhh
@timur.shhhhh 8 күн бұрын
how to run socketio from file without gunicorn?
@spab87
@spab87 11 күн бұрын
Dear Miguel, you have saved a few liters of my blood, sweat and tears. You are the real MVP!
@edwardwilliamsams6589
@edwardwilliamsams6589 15 күн бұрын
Fantastic
@user-mr4bx7dx3y
@user-mr4bx7dx3y 16 күн бұрын
I'm sorry, there's something I don't understand. I have created my routes for the backend, which according to the video have to be api/something. That's clear. Then for the frontend I've been using local host. This means I need to change all my routes to match the backend ones removing that localhost I was using during the development? I don't know if you will see this after so long so if someone could help, I'd really appreciate it.
@miguelgrinberg
@miguelgrinberg 16 күн бұрын
@@user-mr4bx7dx3y you didn't have to specify a hostname in your client. If you use /api/xxx as URL the browser will use the same domain you are on. That should make the same code work for dev and prod.
@dave8826
@dave8826 27 күн бұрын
Thanks! but I can not add html elements to cells, can you help me?
@shubhamverma329
@shubhamverma329 Ай бұрын
thank you
@AdminPatecan
@AdminPatecan 2 ай бұрын
Even if I'm in debt, I still just go to the bank to take a loan and donate to you
@zhihaozhang1963
@zhihaozhang1963 2 ай бұрын
Thanks
@TalhaMurtaza
@TalhaMurtaza 2 ай бұрын
Great work!
@dipeshsamrawat7957
@dipeshsamrawat7957 2 ай бұрын
Thank you, man.
@tankabhattarai9070
@tankabhattarai9070 3 ай бұрын
Start from 18:40
@SrinivasaRajuVuppalapati
@SrinivasaRajuVuppalapati 3 ай бұрын
Excellent Tutorial !! Great Job
@MrUN00brn
@MrUN00brn 3 ай бұрын
Great work, Miguel <3 Hug from Brazil!
@abiikr4773
@abiikr4773 4 ай бұрын
the problem is my terminal doesnt show any errors
@FrostDream
@FrostDream 4 ай бұрын
But how I tried but I couldn't find a way to do wss?
@FrostDream
@FrostDream 4 ай бұрын
I have two questions 1. did you created this lib? 2. can this flask-sock handle wss?
@miguelgrinberg
@miguelgrinberg 4 ай бұрын
Yes to both!
@FrostDream
@FrostDream 4 ай бұрын
Thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu ❤❤❤❤❤❤❤❤
@TanyaRaghav-pj8em
@TanyaRaghav-pj8em 4 ай бұрын
sir pls provide the code
@ТаняМатвеева-н9ъ
@ТаняМатвеева-н9ъ 4 ай бұрын
the best explanation i`ve managed to find!
@yhaouatis
@yhaouatis 4 ай бұрын
Is that possible to hook VEVOR mini claw machine to raspberry pi to control it remotely?
@KashishVarshney-cr7iz
@KashishVarshney-cr7iz 4 ай бұрын
please someone tell me that this asgi thing works now in 2024 or some new techniques are there
@miguelgrinberg
@miguelgrinberg 4 ай бұрын
Yes, ASGI is definitely still a thing in 2024!
@ucnguyen-jq4mh
@ucnguyen-jq4mh 5 ай бұрын
Very helpful, thank you so much
@M10PrasanthkmCR7
@M10PrasanthkmCR7 5 ай бұрын
thanks man
@iskandarjunaedi3218
@iskandarjunaedi3218 6 ай бұрын
Is there anyway make an input use a tabular such as that form to input the data as one unit (like a journal has many line)
@happymalyo_
@happymalyo_ 6 ай бұрын
Nice Tutorial Bro. Can you make a tutorial using Next Js as client side ? Thank you
@jeremyvandress3357
@jeremyvandress3357 6 ай бұрын
Hey partner! Question! Did you slow down the video when totality happened?! Or this a consistent time lapse?! Thank you!
@erictian9717
@erictian9717 6 ай бұрын
您好,可以出个中文版的教程吗?
@sharebrained
@sharebrained 6 ай бұрын
Congratulations on this clip making it into the most recent episode of PBS Space Time. And hello from a former coworker. ;-)
@miguelgrinberg
@miguelgrinberg 6 ай бұрын
Hey, Jared! Hello to you too! Getting some renewed attention on this little video in recent days!
@markmozer
@markmozer 7 ай бұрын
Such a clear explanation of the App Factory concept and how to refactor a project in an easy and straightforward way. Thank you very much Miguel!
@mdashrafbhuiyasaimon9278
@mdashrafbhuiyasaimon9278 7 ай бұрын
I have just one question: If I want to configure the client and move to reverse proxy like localhost:80, how do I automatically make the React app run?
@RicoDodzLugod
@RicoDodzLugod 7 ай бұрын
Nice tutorial Sir. I have question. Is it possible to stop only the specific thread and not to stop the main thread? Eg. i have main thread running, and have 4 threads running on that function. I want to stop the 3rd thread alone without affecting the rest of the threads. Is possible?
@firetimeinit
@firetimeinit 7 ай бұрын
this is such a wealth of knowledge
@0xmkay
@0xmkay 8 ай бұрын
Good explanation what about same scenario but more than one threads. Everyone of em is going to print iteration complete statement before exiting?
@mannanjaffery
@mannanjaffery 8 ай бұрын
Where can I find the course the website is not reaponding
@Sith90lord
@Sith90lord 8 ай бұрын
What if i have no access to the code executed on the thread? In my case, I am given a piece of code to run on my thread, there is no while loop where i can check periodically for stop flags, it's just one function reference call. How would i tell the thread to stop executing then? Basically you can't touch your "bg_thread()" method. Are there no outside controls available to stop the thread execution?
@oscarin55irene
@oscarin55irene 8 ай бұрын
Still using this video after 2 years as main reference for dockerizing my web projects :) Thanks, Miguel!
@Shintarobrl
@Shintarobrl 8 ай бұрын
gunicorn is not available for windows
@nickett
@nickett 9 ай бұрын
Is there the way to make it aaync?
@miguelgrinberg
@miguelgrinberg 9 ай бұрын
No. This is for flask, which does not have good async support.
@Shadowless_Kick
@Shadowless_Kick 9 ай бұрын
Excellent tutorial! I know how to use VSCode to debug Flask apps, but the information about using VSCode breakpoint for debugging unit tests is hard to find!
@neurolab4800
@neurolab4800 9 ай бұрын
good start thank you MIguel!
@omarallam4548
@omarallam4548 10 ай бұрын
Thanks so much ♥
@karacan2469
@karacan2469 11 ай бұрын
it is still useful after 3 years. Miguel you are my hero.
@prajwalm.s7976
@prajwalm.s7976 Жыл бұрын
Where if the tutorial
@weida6055
@weida6055 Жыл бұрын
gunicorn -k eventlet -w 1 --reload app:app. start SIO application, how to start Flask? inside Flask I have routing and menu navigator, one page use javascript to emit messages and receive result which come from SIO server. your example you used static_file without start Flask
@akashreddy5358
@akashreddy5358 Жыл бұрын
This is an amazing tutorial! I do have a question though, Would you recommend using the gridjs for a data with say 1k records ? I do need the edit option on the table cells ( you mentioned we would not need grid js for this), can you make a video or an article to put the edit funtionality for a table created with datatable.js ?
@stxnw
@stxnw Жыл бұрын
Flask is dead. Let it die. The thing about FastAPI isn't performance, but DX. Flask has no DX. Flask makes it extremely hard to avoid global state.
@realnycmoments
@realnycmoments Жыл бұрын
Thanks for this tutorial. How would we deploy this app to a real production web server?
@beautybeast865
@beautybeast865 Жыл бұрын
Hi sir.. I'm using django in a container. I would like to know how can I set my workers more than 1.. or should i make another container to serve my django app for using 4 workers.. if i do that my nginx can't see my socket connections.
@Streifenprinz
@Streifenprinz Жыл бұрын
Did i implement my own freaking cli controller before seeing this video? Perhaps! Was the "get app context" part confusing? Definitely. Will i throw most of it under the bus and do a lot of commits in the next view hours? Yeeees! XD Thanks for the video <3
@thetrooper123
@thetrooper123 Жыл бұрын
i decided to take your course. Thank you for this, I'm starting now. I only know python and super basic html.