From gabor at szabgab.com Thu Jun 15 04:18:24 2023 From: gabor at szabgab.com (Gabor Szabo) Date: Thu, 15 Jun 2023 11:18:24 +0300 Subject: [Flask] Real-world open source Flask-based web applications Message-ID: Hi, I just published a blog post about real-world (production) web applications that are also open source. I think looking at these projects and even participating in them can help a lot in learning web development. Including the operation side of it. https://dev.to/szabgab/the-most-interesting-open-source-web-applications-356 I am planning to publish a follow-up post listing only Flask-based web applications that are open source. This is what I have so far (mostly based on the responses to a similar question I posted here in 2016): * [SOPython](https://sopython.com/) - [source-code]( https://github.com/sopython/sopython-site) * Webhooks for the Open edX GitHub and JIRA [source code]( https://github.com/openedx/openedx-webhooks) [documentation]( https://openedx-webhooks.readthedocs.io/en/latest/) * [PyDigger](https://pydigger.com/) If you know about any more project that are * using Flask * deployed in production * The code is open source and can be viewed Please share them with me so I can include them in the post. regards Gabor -------------- next part -------------- An HTML attachment was scrubbed... URL: From lenikmutungi at gmail.com Thu Jun 15 10:01:42 2023 From: lenikmutungi at gmail.com (Leni Kadali Mutungi) Date: Thu, 15 Jun 2023 17:01:42 +0300 Subject: [Flask] Real-world open source Flask-based web applications In-Reply-To: References: Message-ID: Hi Gabor Here are the ones I have bookmarked https://github.com/Pagure/pagure and https://github.com/zulip/python-zulip-api/ (contains Zulip's bot server ) I think this is a great initiative so thank you for starting it ? - Warm regards Leni Kadali Mutungi On Thu, Jun 15, 2023 at 11:19?AM Gabor Szabo wrote: > Hi, > > I just published a blog post about real-world (production) web > applications that are also open source. I think looking at these projects > and even participating in them can help a lot in learning web development. > Including the operation side of it. > > > https://dev.to/szabgab/the-most-interesting-open-source-web-applications-356 > > I am planning to publish a follow-up post listing only Flask-based web > applications that are open source. This is what I have so far (mostly > based on the responses to a similar question I posted here in 2016): > > * [SOPython](https://sopython.com/) - [source-code]( > https://github.com/sopython/sopython-site) > * Webhooks for the Open edX GitHub and JIRA [source code]( > https://github.com/openedx/openedx-webhooks) [documentation]( > https://openedx-webhooks.readthedocs.io/en/latest/) > * [PyDigger](https://pydigger.com/) > > If you know about any more project that are > * using Flask > * deployed in production > * The code is open source and can be viewed > > Please share them with me so I can include them in the post. > > regards > Gabor > _______________________________________________ > Flask mailing list > Flask at python.org > https://mail.python.org/mailman/listinfo/flask > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomas.smith6 at nih.gov Thu Jun 15 11:02:23 2023 From: thomas.smith6 at nih.gov (Smith, Thomas G. (NIH/NLM/NCBI) [C]) Date: Thu, 15 Jun 2023 15:02:23 +0000 Subject: [Flask] [EXTERNAL] Re: Real-world open source Flask-based web applications In-Reply-To: References: Message-ID: Hello, Apache Airflow's web interface is based on Flask - https://github.com/apache/airflow/blob/main/airflow/utils/airflow_flask_app.py Hope it helps, -Thomas ________________________________ From: Flask on behalf of Leni Kadali Mutungi Sent: Thursday, June 15, 2023 10:01 AM To: Gabor Szabo Cc: flask at python.org Subject: [EXTERNAL] Re: [Flask] Real-world open source Flask-based web applications Hi Gabor Here are the ones I have bookmarked https://github.com/Pagure/pagure and https://github.com/zulip/python-zulip-api/ (contains Zulip's bot server) I think this is a great initiative so thank you for starting it ? - Warm regards Leni Kadali Mutungi On Thu, Jun 15, 2023 at 11:19?AM Gabor Szabo > wrote: Hi, I just published a blog post about real-world (production) web applications that are also open source. I think looking at these projects and even participating in them can help a lot in learning web development. Including the operation side of it. https://dev.to/szabgab/the-most-interesting-open-source-web-applications-356 I am planning to publish a follow-up post listing only Flask-based web applications that are open source. This is what I have so far (mostly based on the responses to a similar question I posted here in 2016): * [SOPython](https://sopython.com/) - [source-code](https://github.com/sopython/sopython-site) * Webhooks for the Open edX GitHub and JIRA [source code](https://github.com/openedx/openedx-webhooks) [documentation](https://openedx-webhooks.readthedocs.io/en/latest/) * [PyDigger](https://pydigger.com/) If you know about any more project that are * using Flask * deployed in production * The code is open source and can be viewed Please share them with me so I can include them in the post. regards Gabor _______________________________________________ Flask mailing list Flask at python.org https://mail.python.org/mailman/listinfo/flask CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and are confident the content is safe. -------------- next part -------------- An HTML attachment was scrubbed... URL: