Frameworks

Tutorials In This Section

Introduction

Computer porgramming frameworks are code libraries which are offered in many shapes and sizes. Some are pay-to-play, some are open-source. Many time times they are designed around architectural patterns such as model/view/controller (MVC), model/template/views (MTV), or single-page-application (SPA), to name a few. In addition, many frameworks are based around a particular programming language; for example Django is Python-based and jQuery is JavaScript-based.