SóProvas


ID
2245732
Banca
COPEVE-UFAL
Órgão
UFAL
Ano
2016
Provas
Disciplina
Programação
Assuntos

São exemplos de Frameworks Web baseados na linguagem Python:

Alternativas
Comentários
  • Gabarito: A

    A) Correto!
    Flask: é um microframework.
    "Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions."
    fonte: http://flask.pocoo.org/

    Pyramid: é um framework.
    "Pyramid makes it easy to write web applications. You can start small with this "hello world" minimal request/response web app. This may take you far, especially while learning. As your application grows, Pyramid offers many features that make writing complex software take less effort."
    'Pyramid, The Start Small, Finish Big, Stay Finished Framework'
    fonte: https://trypyramid.com/

    B) Errado!
    Pypy: não é um framework, é uma "implementação alternativa" do Python.
    "PyPy is a fast, compliant alternative implementation of the Python language (2.7.12 and 3.3.5)."
    Fonte: http://pypy.org/

    Cherrypy: é um Framework.
    "CHERRYPY IS A PYTHONIC, OBJECT-ORIENTED WEB FRAMEWORK"
    Fornte: http://cherrypy.org/

    C) Errado!
    Joomla: framework PHP
    "The Joomla! Framework™ is a new PHP framework (a collection of software libraries/packages) for writing web and command line applications in PHP, without the features and corresponding overhead found in the Joomla! Content Management System (CMS). It provides a structurally sound foundation, which is easy to adapt and easy to extend."
    fonte: https://framework.joomla.org/

    D) Errado
    PyCrypto: é um modulo de criptografia Python.
    fonte:https://pypi.python.org/pypi/pycrypto

    E) Errado!
    PyFrame: é um objeto.
    "A Python frame object."
    http://www.jython.org/javadoc/org/python/core/PyFrame.html

  • Flask e Pyramid.