Python Flask

Open-source Python projects categorized as Flask

Top 23 Python Flask Projects

  • Flask

    The Python micro framework for building web applications.

  • Project mention: Ask HN: High quality Python scripts or small libraries to learn from | news.ycombinator.com | 2024-04-19

    I'd suggest Flask or some of the smaller projects in the Pallets ecosystem:

    https://github.com/pallets/flask

  • 30-Days-Of-Python

    30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

  • Project mention: Top 10 GitHub Repositories for Python and Java Developers | dev.to | 2024-05-03

    4. Asabeneh/30-Days-Of-Python - This repository presents a 30-day challenge for beginners to learn Python from the ground up. The course covers everything from the basics to more advanced topics like statistics, data analysis, and web development. https://github.com/Asabeneh/30-Days-Of-Python

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dash

    Data Apps & Dashboards for Python. No JavaScript Required.

  • Project mention: dash VS solara - a user suggested alternative | libhunt.com/r/dash | 2023-10-13
  • Zappa

    Serverless Python

  • Project mention: So I deployed Whoogle on my NAS.... | /r/selfhosted | 2023-12-08
  • flasky

    Companion code to my O'Reilly book "Flask Web Development", second edition.

  • Project mention: I am looking at Miguel Gringberg's flask app and when using def create_app(config_name): in the link https://github.com/miguelgrinberg/flasky/blob/master/app/__init__.py .What does config_name do? | /r/flask | 2023-06-23

    I am looking at Miguel Gringberg's flask app and when using def create_app(config_name): in the link https://github.com/miguelgrinberg/flasky/blob/master/app/__init__.py .What does config_name do?

  • trape

    People tracker on the Internet: OSINT analysis and research tool by Jose Pino

  • Project mention: TRACK PEOPLE ON THE INTERNET: Learn to track your opps world, to avoid being traced | /r/make_money_online_vip | 2023-06-16

    Github Link

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • flask-restful

    Simple framework for creating REST APIs

  • eve

    REST API framework designed for human beings (by pyeve)

  • grip

    Preview GitHub README.md files locally before committing them.

  • Project mention: Show HN: Offline Renderer for GitHub flavoured Markdown | news.ycombinator.com | 2024-04-02

    A popular implementation of the idea written in Python:

    https://github.com/joeyespo/grip

  • CTFd

    CTFs as you need them

  • Project mention: Host your own CTF for free 💸 (CTFd Setup Guide) | dev.to | 2024-03-19

    During the last weekend, a small cyber security club at my town organized their first online CTF competition. I offered to take care of the infrastructure since I've been tinkering with CTFd for a couple of weeks and surprisingly everything went well! (Except two server outages that didn't last long 😁) That's why I'm here sharing with you the process of how I set up, configured, and monitored a CTF platform that handled 150+ users simultaneously totally FOR FREE 💲

  • Flask-SocketIO

    Socket.IO integration for Flask applications.

  • Project mention: Testing flask socketio | /r/flask | 2023-05-19

    Hi! I'm trying to write test cases for Flask socket io using pytest. But it seems we can't test the emitted messages from namespaces using pytest only. What would be a good approach to test it? Also, I am trying to figure out resources for flask socketio testing, I tried writing tests using some repos but there's not much explanation on what is being done. So it would be really helpful if anyone could point me towards any resources. These are the repos I was talking about 1. https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/test_socketio.py 2. https://github.com/julianYaman/bitcoinPriceApp_python/tree/master

  • SimpleLogin

    The SimpleLogin back-end and web app (by simple-login)

  • Project mention: Protect your emails (short note) | dev.to | 2024-05-01

    I belive the best chioce for todays is https://simplelogin.io/, that is why:

  • cookiecutter-flask

    A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.

  • Flask-AppBuilder

    Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/

  • Project mention: Pretty simple question, could be rewarding if enough people answer. | /r/flask | 2023-06-06

    This one might be interesting as well: https://github.com/dpgaspar/Flask-AppBuilder

  • microblog

    The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.

  • Project mention: Simple Flask Integration for an Elastic Semantic Search App | dev.to | 2024-02-06

    In this blog, we're going to address the "on any website" part of a Search Solution. Or at least - propose a starting point for it. There are many great tutorials out there for a deep dive on Flask - one of the best from my colleague Miguel.

  • nginx-ui

    Nginx UI allows you to access and modify the nginx configurations files without cli.

  • authlib

    The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.

  • flask-sqlalchemy

    Adds SQLAlchemy support to Flask

  • Project mention: Voting webapp saves votes locally, but not on server | /r/flask | 2023-07-08

    You should probably use a database for this, using something like sqlite a single file "database" is probably the quickest way to get started, I recommend you use it with Flask-SQLAlchemy which makes working with the db easy as pie.

  • Dependency Injector

    Dependency injection framework for Python

  • Project mention: Java 21 makes me like Java again | news.ycombinator.com | 2023-09-16

    Nothing to do with the nature of the language, but with the nature of the program.

    If you're writing a few line script, you don't need a DI container. Once your program gets large, it becomes extremely messy without one. It's no surprise projects like [1] exist.

    [1] https://github.com/ets-labs/python-dependency-injector

  • dynaconf

    Configuration Management for Python ⚙

  • flasgger

    Easy OpenAPI specs and Swagger UI for your Flask API

  • toapi

    Every web site provides APIs.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Flask related posts

  • Protect your emails (short note)

    2 projects | dev.to | 1 May 2024
  • Show HN: Offline Renderer for GitHub flavoured Markdown

    2 projects | news.ycombinator.com | 2 Apr 2024
  • Host your own CTF for free 💸 (CTFd Setup Guide)

    1 project | dev.to | 19 Mar 2024
  • This Week In Python

    5 projects | dev.to | 2 Mar 2024
  • Everyone Wants Your Email Address. Think Twice Before Sharing It

    3 projects | news.ycombinator.com | 18 Feb 2024
  • Simple Flask Integration for an Elastic Semantic Search App

    2 projects | dev.to | 6 Feb 2024
  • Ask HN: Washed out PHP Dev – What to do next?

    2 projects | news.ycombinator.com | 27 Dec 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 17 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Flask projects in Python? This list will help you:

Project Stars
1 Flask 66,538
2 30-Days-Of-Python 32,404
3 dash 20,583
4 Zappa 11,900
5 whoogle-search 8,868
6 flasky 8,388
7 trape 7,922
8 flask-restful 6,779
9 eve 6,664
10 grip 6,365
11 CTFd 5,342
12 Flask-SocketIO 5,281
13 SimpleLogin 4,707
14 cookiecutter-flask 4,535
15 Flask-AppBuilder 4,525
16 microblog 4,440
17 nginx-ui 4,380
18 authlib 4,304
19 flask-sqlalchemy 4,155
20 Dependency Injector 3,615
21 dynaconf 3,546
22 flasgger 3,505
23 toapi 3,462

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com