Frame Work with Example:
Django FrameWork:
django ( JANG-goh; sometimes stylized as django) is a Python-based web framework, free and open-source, that follows the modeltemplateviews (MTV) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established in the US as a 501(c)(3) non-profit.
Django’s primary goal is to ease the creation of complex, database-driven websites. The framework emphasizes reusability and “pluggability” of components, less code, low coupling, rapid development, and the principle of don’t repeat yourself. Python is used throughout, even for settings, files, and data models. Django also provides an optional administrative create, read, update and delete interface that is generated dynamically through introspection and configured via admin models.
Some well-known sites that use Django include Instagram, Mozilla, Disqus, Bitbucket, Nextdoor and Clubhouse.
Django was created in the fall of 2003, when the web programmers at the Lawrence Journal-World newspaper, Adrian Holovaty and Simon Willison, began using Python to build applications. Jacob Kaplan-Moss was hired early in Django’s development shortly before Simon Willison’s internship ended. It was released publicly under a BSD license in July 2005.
Install Laravel Framework in Windows:
1 – Open the XAMPP download page.
2 – Scroll down to the “7.2.8 / PHP 7.2.8” heading.
3 – Click Download (32 bit).
4 – Open the XAMPP setup file.
5 – Click Yes when prompted.
6 – Navigate through the XAMPP setup process.
7 – Click Finish when prompted.
8 – Click Save when prompted.
9 – Start Apache.
10 – Open the Composer website.
11 – Select the Composer download link.
12 – Open the downloaded Composer setup file.
13 – Click Yes when prompted.
14 – Click Next.
15 – Select XAMPP if necessary.
16 – Click Next twice.
17 – Click Install.
18 – Click Finish when prompted.
19 – Open Start .
20 – Search for Command Prompt.
21 – Right-click. Command Prompt.
22 – Click Run as administrator.
23 – Click Yes when prompted.
24 – Enter the Composer validation command.
25 – Wait for Composer to finish updating.
26 – Close Command Prompt.
27 – Copy the installation script.
28 – Re-open Command Prompt.
29 – Paste in the script.
30 – Remove the installer once the installation is complete.
31 – Re-run the Composer command.
32 – Close and re-open Command Prompt.
33 – Enter the Laravel installation command.
34 – Wait for Laravel to install.