Web Application Frameworks: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
(Created page with "Category:CMS Category:PHP Category:Python Category:Web Development == Python == === Django === === Flask === == PHP == === Symfony2 === === Lavarel === =...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:


=== Django ===
=== Django ===
Comes with [https://en.wikipedia.org/wiki/Object-relational_mapping ORM] and CMS built-in.


=== Flask ===
=== Flask ===
More bare bones than Django, but has many modules that can be added that support built-in features of Django (e.g. database extension, ORM, authentication) <ref>[https://hackernoon.com/use-django-or-end-up-building-a-django-6cce65eb7255#.rue0wt2ii Use Django Or End Up Building a Django] hackernoon.com</ref>
=== Pyramid ===
=== kivy and PyQt ===
Mobile frameworks.


== PHP ==
== PHP ==
Line 17: Line 27:


== Ruby ==
== Ruby ==
== Notes ==
<references/>

Latest revision as of 20:17, 9 January 2017

Python[edit]

Django[edit]

Comes with ORM and CMS built-in.

Flask[edit]

More bare bones than Django, but has many modules that can be added that support built-in features of Django (e.g. database extension, ORM, authentication) [1]

Pyramid[edit]

kivy and PyQt[edit]

Mobile frameworks.

PHP[edit]

Symfony2[edit]

Lavarel[edit]

Examples[edit]

Ruby[edit]

Notes[edit]