Flask is a flexible web framework written in Python. It’s narrow in scope so that means it’s much easier to learn.
A web application with Flask can be as simple as 1 function with 4 total lines of code. Regardless of your technical background, what I want that to signal to you is that Flask can be very very small in scope which means a much smaller learning curve.
Of course, you can add all kinds of technology (such as a SQL database), to make Flask even more functional but that’s completely optional.
Here’s a few use cases of flask:
Quick and fast RESTful API service
Microservice for offloading tasks from a main app (such as a Django app) to handle all sorts of processing (creating thumbnails, running machine learning, doing web scraping, sending notifications, calculating bills and invoices, and so on)
Full fledged Web Application (user login, data storage, user sharing, etc)
Integrating into an iot device to control sensors, motors, servos, mics, cameras, and so on.
As middleman between services like Shopify and Zapier. (Ie you need to analyze some customer data from Shopify before it becomes a zap?)
Anything you can image
Flask, as with many Python Package, can almost do anything you can image. And there’s a good chance that someone has already created a package to help your project’s development time increase in a big way.
Specification: Flask Landing – Learn the Python Microframework
|
5 reviews for Flask Landing – Learn the Python Microframework
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 4 hours |
Year | 2019 |
Level | Beginner |
Language | English ... |
Certificate | Yes |
Quizzes | No |
$59.99 $14.99
Steven Starr –
Best flask tutorial I have ever come across!!!!!
Merdan Metin –
It’s relatively short course but I learned many libraries and technologies along with flask. 4 hours course, but I needed 4 days to digest. Very fast and qualified teacher.
Subrata Das –
Amazing course! Justin explains very well. I do really like programming with Python, despite being an absolute beginner. Thank you so much, Justin Mitchel! 🙂
Nhan Q Vo –
The video missing at section 7 31. about how to save data; however, since my experience in HTML I can catch up by using the teacher’s code. If this video is fixed, I rather rate it higher
Peter Savvateev –
A lot of elements require a bit more explanation: why we’re exactly choosing this way (is it a best practice?) and what if do differently.