Python Pyramid Web Dev – Beginners

Python Pyramid Web Dev – Beginners

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 6 Hours | 1.93 GB

At the end of this training, you will be able to create a web app using Pyramid that you can build upon.

In this training, we shall learn creation of web application using Pyramid effectively. You can use Pyramid and get good foundation knowledge of building web apps.

At the start, you might feel to be a very tiring task but as you proceed with our simple and effective training from experts you will find it pretty easy. At the end of this training, you will be able to create a web app using Pyramid that you can build upon.

Through this training we shall be learning about:

  • What are Pyramid and WSGI
  • Installing Virtual Box and Ubuntu
Table of Contents

Introduction
1 Introduction to Pyramid Microframework

Installation
2 Installing Virtual Box and Ubuntu 16.04
3 Installing Pyramid and Dependencies
4 Installing Pyramid and Dependencies Continues
5 Creating a Small WSGI App

Building Small Applications
6 Pyramid Vs Other Frameworks
7 Simple Pyramid Application
8 Asset Specification and Renderers
9 Asset Specification and Renderers Continues
10 HTTP Caching and Extensibility
11 Response Adapters
12 Automating Repetitive Configs
13 Automating Repetitive Configs Continue
14 Programmed Introspection

Application Configuration
15 Declarative Configuration
16 Hello World App Configuration
17 Hello World App Configuration Continue

Developing Projects
18 Creating a Project
19 Installing and Running the Project
20 Project Description
21 Project Packages
22 Sub Project Directory

Dispatching URL Routes
23 Routing Configuration and Patterns
24 Route Matching
25 Route Declarations
26 Generating Dynamic
27 Static Routes
28 Debugging Routes
29 Predicate Callable
30 Debugging Routes and Predicate Callable
31 Route Factories

View Callable
32 Defining View Callable
33 View Callable Exceptions
34 Form Submissions

Renders
35 Writing View Callable Using Renders
36 Built in Renders
37 Built-in Template Renderer
38 Varying Attributes
39 Varying Attributes Continues

Managing Templates
40 Using Templates Directly
41 Using System Values During Rendering
42 ZPT Templates and Macros
43 Chameleon Template Side Effects