Flask

Open-source projects categorized as Flask

Top 23 Flask Open-Source 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

  • superset

    Apache Superset is a Data Visualization and Data Exploration Platform

  • Project mention: Show HN: Open-source BI and analytics for engineers | news.ycombinator.com | 2024-05-15

    We are looking at moving our Power BI stuff to Apache Superset [1]. How does this compare to Superset?

    [1] https://superset.apache.org/

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • 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

  • 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
  • awesome-flask

    A curated list of awesome Flask resources and plugins

  • Project mention: I just don't get flask/fastapi... | /r/learnpython | 2023-06-19

    If you are going to mainly deal with web forms then I would stick with Flask and delve into the various related libraries.

  • Zappa

    Serverless Python

  • Apache Thrift

    Apache Thrift

  • 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
  • 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

  • blockchain

    A simple Blockchain in Python

  • 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.

  • SimpleLogin

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

  • Project mention: Ask HN: Alternatives to the email masking service Firefox Relay? | news.ycombinator.com | 2024-05-28

    There’s https://simplelogin.io/, which is owned by Proton now, so similar in terms of privacy. You can get it separately, or as part of Proton Pass or Mail

  • dtale

    Visualizer for pandas data structures

  • Project mention: The free pandas visualizer, D-Tale, has now been integrated with ArcticDB which will allow users to load huge datasets and easily navigate their databases | /r/algotrading | 2023-07-06

    [D-Tale](https://github.com/man-group/dtale) has recently released version 3.2.0 on pypi & conda-forge: ``` pip install -U dtale conda install dtale -c conda-forge ``` But if you want to take it one step further you can now integrate it with [ArcticDB](https://github.com/man-group/ArcticDB): ``` pip install -U dtale[arcticdb] ``` This allows you the ability to navigate your libraries of datasets saved to your ArcticDB database! But the best part is that all the reads are occuring directly against ArcticDB so some of the memory constraints you may have been hit with before are now a thing of the past. Here's a full write up how to use this functionality along with a quick demo: https://github.com/man-group/dtale/blob/master/docs/arcticdb/ARCTICDB\_INTEGRATION.md Hope this helps & please support open-source by throwing your star on the [repo](https://github.com/man-group/dtale). Thanks! πŸ™

  • 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.

  • 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).

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 - SaaSHub
    www.saashub.com | 3 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

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

Project Stars
1 Flask 66,660
2 superset 59,724
3 30-Days-Of-Python 32,714
4 dash 20,679
5 awesome-flask 11,984
6 Zappa 11,900
7 Apache Thrift 10,193
8 whoogle-search 8,964
9 flasky 8,388
10 trape 7,936
11 blockchain 7,651
12 flask-restful 6,784
13 eve 6,666
14 grip 6,383
15 CTFd 5,378
16 Flask-SocketIO 5,292
17 SimpleLogin 4,755
18 dtale 4,588
19 cookiecutter-flask 4,544
20 Flask-AppBuilder 4,542
21 microblog 4,455
22 nginx-ui 4,384
23 authlib 4,327

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