
Topic
Python web framework
Free account · your comment posts right after signup
Not who you're looking for? Others named Flask: the Flux Advanced Security Kernel, an operating system secur · unit of mass used for mercury · type of tooling used to contain a mold in metal casting
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. However, Flask supports extensions that can add application features as if they were implemented in Flask itself. Extensions exist for object-relational mappers, form validation, upload handling, various open authentication technologies and several common framework related tools.
Read the full article →