4 liens privés
github : https://github.com/overiq/flask_app
HTTP Request & Response Service, written in Python + Flask. https://httpbin.org
flask-quickstart is a minimal boilerplate/template for starting your new Flask project.
The good thing about flask-quickstart is that it does not assume that you are using any Flask extensions. It sets up your project layout, main Blueprint, configuration and then gets out of your way!
source : https://www.reddit.com/r/flask/comments/die6km/flaskquickstart_minimal_flask_template/
’m going to divide this series into 3 or 4 articles. At the end of the series you would understand how easy to build restful API with flask. In this article we’ll setting our environment and create endpoint that will show “Hello World”.
Ressources Python, Flask, machine learning
Welcome! You are about to start on a journey to learn how to create web applications with Python and the Flask framework. The video above will give you an overview of the contents of this tutorial. In this first chapter, you are going to learn how to set up a Flask project. By the end of this chapter you are going to have a simple Flask web application running on your computer!
Pygmy: Open-source, extensible & easy-to-use URL shortener
Pygmy is a feature-rich, easy-to-use, extensible and easy to deploy and host url shortener. It's created keeping in mind that it should be easy to deploy and extend.
Major Features:
- Custom URL
- Auto expiry URL
- Secret key protected URL
- User Login/Sign up
- User dashboard
- Link Analytics (add + to the tiny URL to get link stats)
This is one of the most powerful, feature-rich open-source URL shortener available. The architecture is very loosely coupled which allows custom integrations very easily.
The project has 3 major parts:
- The core program for URL shortening
- REST API on top. Uses Flask framework.
- The UI layer for rendering the UI. It uses Django framework.
Each part is independent of other part and it can function independently. The project is created keeping in mind that each of the parts can be used separately without any dependency on other part.
Live version of this project @ https://pygy.co
Check link stats by adding + to the URL. Example pygy.co/pygmy+