#flask

[ follow ]
TechBeamers
1 month ago
JavaScript

How to Create Dynamic QR Code in Python

Dynamic QR codes allow for updating the information behind the QR code after generation using URL redirection. [ more ]
#web-development
Hackernoon
7 years ago
JavaScript

How to Detect Proxies on Your Site with Flask Backend and IPQuery API | HackerNoon

The Flask app checks if visitor IPs are from proxy servers using the IPQuery API. [ more ]
Sitepoint
1 month ago
DevOps

How to Deploy Flask Applications on Vultr - SitePoint

Flask enables easy web application development with features like CSRF protection and secure deployment strategies using Gunicorn and Nginx. [ more ]
Realpython
10 months ago
Python

Enhance Your Flask Web Project With a Database - Real Python

This tutorial is for Flask web developers who want to enhance their existing projects by adding forms and a database.
The tutorial provides step-by-step instructions and a Flask boilerplate project that can be used as a starting point for customization. [ more ]
The JetBrains Blog
4 months ago
Python

The State of Django 2024 | The PyCharm Blog

Django remains popular among developers, with many also using Flask or FastAPI for different purposes. [ more ]
Hackernoon
7 years ago
JavaScript

How to Detect Proxies on Your Site with Flask Backend and IPQuery API | HackerNoon

The Flask app checks if visitor IPs are from proxy servers using the IPQuery API. [ more ]
Sitepoint
1 month ago
DevOps

How to Deploy Flask Applications on Vultr - SitePoint

Flask enables easy web application development with features like CSRF protection and secure deployment strategies using Gunicorn and Nginx. [ more ]
Realpython
10 months ago
Python

Enhance Your Flask Web Project With a Database - Real Python

This tutorial is for Flask web developers who want to enhance their existing projects by adding forms and a database.
The tutorial provides step-by-step instructions and a Flask boilerplate project that can be used as a starting point for customization. [ more ]
The JetBrains Blog
4 months ago
Python

The State of Django 2024 | The PyCharm Blog

Django remains popular among developers, with many also using Flask or FastAPI for different purposes. [ more ]
moreweb-development
#django
Pycoders
2 months ago
Python

PyCoder's Weekly | Issue #641

Setuptools removed its deprecation after 7 years of allowing the ability to call Let Judoscale solve your scaling issues. [ more ]
Greenash
5 months ago
JavaScript

On FastAPI

FastAPI succeeds by building on Django and Flask strengths while feeling modern and opinionated. [ more ]
Pycoders
2 months ago
Python

PyCoder's Weekly | Issue #641

Setuptools removed its deprecation after 7 years of allowing the ability to call Let Judoscale solve your scaling issues. [ more ]
Greenash
5 months ago
JavaScript

On FastAPI

FastAPI succeeds by building on Django and Flask strengths while feeling modern and opinionated. [ more ]
moredjango
Talkpython
7 months ago
Python

Top Quart (async Flask) Extensions

Quart is a fully-async version of Flask for utilizing async and await in Flask projects.
Philip Jones is working with the Flask team on Quart alongside Flask projects. [ more ]
The JetBrains Blog
7 months ago
Python

PyCharm 2024.1 EAP 7: Support for Flask and FastAPI bigger applications in the Endpoints tool window | The PyCharm Blog

PyCharm 2024.1 EAP 7 introduces new features like Flask & FastAPI support, WireMock integration.
Refreshed product icons and improved Version Control integrations in PyCharm 2024.1 EAP 7. [ more ]
Pycoders
9 months ago
Python

PyCoder's Weekly | Issue #610

Flask web project tutorial
Python 3.13 JIT update [ more ]
Realpython
10 months ago
Web design

Build a Scalable Flask Web Project From Scratch - Real Python

Flask is a powerful and flexible micro web framework for Python, ideal for both small and large web projects.
In this tutorial, you'll learn how to create a boilerplate for a Flask web project that can serve as a starting point for future projects. [ more ]
Sitepoint
11 months ago
UX design

How to Perform User Authentication with Flask-Login - SitePoint

Flask-Login is an extension in Flask that handles user login and logout functionality and keeps track of the current user(s) throughout the application.
Flask-Login provides features such as user session management, login and logout functionality, user loader callback, and authentication and authorization.
By using Flask-Login, developers can easily implement secure user authentication in their Flask applications. [ more ]
[ Load more ]