Python Web Apps with Flask by Ezra Zigmond

preview_player
Показать описание
Web frameworks like Django or Ruby on Rails are great for building large, production applications, but sometimes you want something simpler. Flask is a small, easy to use framework for creating web apps in Python. This seminar will demonstrate creating a small application using Flask along with peewee, a Python library that makes it simple to work with SQL databases.
Рекомендации по теме
Комментарии
Автор

flask is amazing which makes me feel like python is amazing, , this guy is awesome!!!

MichaelRatnadeepakk
Автор

Straightforward tutorial. Just what I needed to get my project started :)

mfsbrz
Автор

Simple, concise and informative. Thanks very much - appreciate it.

vikasuploader
Автор

CS50 should use Python 3 for demonstration. Python 2 only support tail 2020.
Beside, Unicode support, brand-new I/O, asynchronize threading are also good.

tonylin
Автор

Flask is definitely great. There some cases were Django is the way to go, but generally Flask does the job.

SuperGrimmy
Автор

Can i use mysql instead of sqlite in peewee

MohitSharma-nfun
Автор

Hello CS50, Can you tell me the procedure of uploading the Flask app(complete application along with static and templates files)into the Godaddy Cpanel.

Vivek_
Автор

can anyone tell me that where can i download this lecture's presentation file?

dle
Автор

Which Python version is used in the video ? which text editor ? Sublime text ?

CrazyGamerSidh
Автор

Nice presentation of Flask. But is not clear why to use peewee than sqlalchemy. An ORM is useful if you are dealing with more than one different database, otherwise is not necessary and a waste of time!
And Flask is so simple, easy and versatile! Forget Dyango, is out of time!
You know as dbsqlite3 is included in python?

higiniofuentes