A modern, browser-based frontend to gdb (gnu debugger). Add breakpoints, view stack traces, and more in C, C++, Go, and Rust! Simply run gdbgui from the terminal and a new tab will open in your browser. gdbgui is easy to get started with yet supports scripting, and has terminal access while keeping the user interface in lock step with the underlying gdb process.
gdb gui frontend browser flask socketio debugger-visualizer c-plus-plus websockets reactjs debugging-tools debuggerWith a traditional HTTP server, the server is online 24/7, processing requests one by one as they come in. If the queue of incoming requests grows too large, some requests will time out. With Zappa, each request is given its own virtual HTTP "server" by Amazon API Gateway. AWS handles the horizontal scaling automatically, so no requests ever time out. Each request then calls your application from a memory cache in AWS Lambda and returns the response via Python's WSGI interface. After your app returns, the "server" dies.
zappa api-gateway aws-lambda serverless serverless-framework flask django pyramid bottle lambdaFlask-RESTPlus is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTPlus encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTPlus should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger. Flask-RestPlus requires Python 2.7 or 3.4+.
api swagger flask rest json restful restplusThis is the official Heroku buildpack for Python apps, powered by Pipenv, pip and other excellent software. Recommended web frameworks include Django and Flask. The recommended webserver is Gunicorn. There are no restrictions around what software can be used (as long as it's pip-installable). Web processes must bind to $PORT, and only the HTTP protocol is permitted for incoming connections.
heroku heroku-buildpack shell python-runtime python-apps django flaskBuild on top of Plotly.js, React, and Flask, Dash ties modern UI elements like dropdowns, sliders, and graphs directly to your analytical python code. Here’s a 43-line example of a Dash App that ties a Dropdown to a D3.js Plotly Graph. As the user selects a value in the Dropdown, the application code dynamically exports data from Google Finance into a Pandas DataFrame. This app was written in just 43 lines of code (view the source).
dash plotly data-visualization data-science gui-framework flask react finance bioinformatics technical-computing charting plotly-dash web-appWelcome to the Explore Flask repository. This is where the reStructuredText source of the book lives. If you're looking to read the book itself, go here. If you have some ideas for the book, you can open up an issue in the issue tracker or submit a pull request. If you're making some big changes, it's probably best to suggest them first in the issue tracker so we can discuss whether or not they belong in the book before you do all of the work.
flaskFlasgger is a Flask extension to extract OpenAPI=Specification from all Flask views registered in your API. Flasgger also comes with SwaggerUI embedded so you can access http://localhost:5000/apidocs and visualize and interact with your API resources.
api flask openapi openapi-specification marshmallow swagger swagger-ui api-documentation api-framework flask-restful restful rest-apiA Flask template for cookiecutter. You will be asked about your basic info (name, project name, app name, etc.). This info will be used in your new project.
cookiecutter flask bootstrap webpackDocker image with uWSGI and Nginx for Flask web applications in Python 3.6, Python 3.5 and Python 2.7 running in a single container. Optionally using Alpine Linux. This Docker image allows you to create Flask web applications in Python that run with uWSGI and Nginx in a single container.
uwsgi-nginx flask-application docker-image python-flask docker-container flask dockerfile uwsgi nginx nginx-server python-3 python3 python-2 python2 flask-image web alpine webapp debianFlask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks. Flask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy.
flask wsgi web-framework werkzeug jinja《Python Web开发实战》书中源码
web webdevelopment flask ipython celery mq asyncio jupyter-notebook mako ansible saltstack fabricwechat vue admin project
wechat vue wxpy itchat wechat-admin flask celery sse walrus mkdocs bot tuling chatterbot python3This is the source code for my post on Building a Blockchain. Once installed, open the solution file (BlockChain.sln) using the File > Open > Project/Solution menu options within Visual Studio.
blockchain cryptocurrency bitcoin flaskIn folder finetuning, we use tf.slim to finetuning the pretrain model (I use the same method in my porn detection) and use flask to buid a very simple inference system. I deploy a image classification in demo page. It is based on Tensorflow and Flask. Feel free to try.
tensorflow-experiments gan infogan deeplearning flask tensorflowFlask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command line arguments for Flask-Script. Note that the FLASK_APP environment variable must be set according to the Flask documentation for this command to work. This will add a migrations folder to your application. The contents of this folder need to be added to version control along with your other source files.
flask database sqlalchemy-database-migrations alembic migrationsSocket.IO integration for Flask applications.
flask flask-socketio socket-io websocketThis repository contains the source code examples for the second edition of my O'Reilly book Flask Web Development. The commits and tags in this repository were carefully created to match the sequence in which concepts are presented in the book. Please read the section titled "How to Work with the Example Code" in the book's preface for instructions.
flaskThis is an example application featured in my Flask Mega-Tutorial. See the tutorial for instructions on how to work with it.
flask webappFlaskBB is a Forum Software written in Python using the micro framework Flask. Feel free to checkout it's feature on our testing instance over at test.flaskbb.org. You can use the demo user (demo//demo) to avoid the registration process.
flask forum flaskbb social
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.