How To Make A Simple Python Web Server

preview_player
Показать описание
If you want to make an 'Internet of Things' device, most often it requires some type of web server. And setting up a web server can be complicated sometimes. You know what isn't complicated? Golf....and Python. Python has a pretty easy syntax making programming much easier. And it also supports a lot of add-ons and libraries that make tasks even easier! Flask, for instance, is a Python microframework that makes it super simple to make a web server. How simple? If you want to find out, stop reading this and watch the video already!

____________________________
=#=#=#= Shout Outs =#=#=#=

_____________________________
=#=#=#= Important Links =#=#=#=

Github page -
_____________________________
=#=#=#= Support the show =#=#=#=
_____________________________
=#=#=#= Submit your ideas =#=#=#=
____________________________
=#=#=#= Follow =#=#=#=
Рекомендации по теме
Комментарии
Автор

I'm so happy you're doing videos like this again! You need to have a happy balance of coding/hackings videos and raspberry pi videos

ASHINFIRE
Автор

To those asking "why reup", the last upload wasn't available for many users.

pencilbroker
Автор

I swear I've never felt catching things that easily like I did with your lucid tutorial. Thanks

istiaquemahmood
Автор

I used Flask to pass my Web Development course. The best thing about Flask was templating, when you create a base template and then reuse it on multiple pages so you don't have to copy the same code.

erce_
Автор

Thank you so much brother, I am struggling to deploy the flask in local host for 5 days and you alive the problem in 8 minutes.... Thank you so much 😃😃

vinaybr
Автор

I’ve been wanting to use flask, but I was running into issues installing it. After I watched your video I figured out what I was doing during the installation. Now I’m going to start developing my electronic repair and web development website for my side business in it.

knooglestudios
Автор

Hello! What about javascript? Should I put it in the static folder too?

petrlaskevic
Автор

These steps make you best youtuber in my view... upload more videos. Thanks.

ofsanjay
Автор

what text editor are you using in this video? is it Notepad++?

FormueFokus
Автор

Can you use this for testing dos attack?

kakulkukal
Автор

How to associate an already bought domain name to this server to make sure it works not locally only?

giordanofratti
Автор

You know what I miss?
jimmyrcom One of the earliest and best video tutorial guru guy for the internet.
RIP that guy (No he did not die, but he never made videoes on youtube anymore)

commentatorboy
Автор

Someday I'll make use of these videos! Keep uploading 😊

vipulpriyadarshi
Автор

Hey, I was wondering, can you give me a recommendation on how to make satellite and relay data back to earth. I really don't know where to start. This is a very interesting project for me if I can somehow manage to launch a satellite and get my data from space or maybe doing some fun time gathering weather data?

YandiBanyu
Автор

How would one make the site accessible from other PCs? (What ports would one have to forward). Another question - can you deploy webapps using Flask, if yes, what languages does it support? Only Py?

frfou
Автор

Do you know if you can run a Minecraft server on one of these?

villagepanda
Автор

I'm using Flask on a Raspberry Pi to make a project of mine smart and accessible through IFTTT with webhooks. Wondering if this is the best way to go about it, however 🤔

CKTDanny
Автор

can I do websocket server development in flask?

scotthoutman
Автор

How do I access this flask website on a separate device that is connected to the same WiFi network?

masond
Автор

How can you refer to style.css in intex.html by "/static/style.css" if static isn't in templates folder as index is?

bohdan_tyshchenko