TorBT - Torrents and Magnet Links Search Engine

[TalkPython] Building Data-Driven Web Apps with Pyramid and SQLAlchemy (2020) [En]

File Name
Size
07 Bootstrap and frontend CSS frameworks/59 Bootstrap themes.mp4
111 MB
01 Welcome to the course/01 Introducing the course.mp4
2.5 MB
01 Welcome to the course/02 The incredible power of web.mp4
13 MB
01 Welcome to the course/03 What is fullstack development.mp4
7.3 MB
01 Welcome to the course/04 Student expectations and prereqs.mp4
3.3 MB
01 Welcome to the course/05 What can you build with Python.mp4
14 MB
01 Welcome to the course/06 Course topics.mp4
15 MB
01 Welcome to the course/07 Meet your instructor.mp4
4.9 MB
01 Welcome to the course/08 Video player A quick feature tour.mp4
4.9 MB
02 Setup/09 Do you have Python 3 How do you get it.mp4
9.4 MB
02 Setup/10 Useful code editors.mp4
5.5 MB
02 Setup/11 Get the source code.mp4
6.2 MB
02 Setup/12 Following along.mp4
20 MB
03 Introducing the Pyramid framework/13 Choosing a Python web framework.mp4
9.0 MB
03 Introducing the Pyramid framework/14 Pyramid principles.mp4
14 MB
03 Introducing the Pyramid framework/15 Pyramid building blocks.mp4
11 MB
03 Introducing the Pyramid framework/16 Building block Views.mp4
10 MB
03 Introducing the Pyramid framework/17 Building block Routes and URLs.mp4
9.3 MB
03 Introducing the Pyramid framework/18 Building block Configuration.mp4
6.3 MB
03 Introducing the Pyramid framework/19 Building block Dynamic HTML Templates.mp4
6.1 MB
03 Introducing the Pyramid framework/20 Get the back story.mp4
3.6 MB
04 Your first Pyramid site/21 Creating the starter project CLI.mp4
9.3 MB
04 Your first Pyramid site/22 Demo CLI starter site.mp4
79 MB
04 Your first Pyramid site/23 Concepts CLI starter site.mp4
16 MB
04 Your first Pyramid site/24 Demo Creating the starter project PyCharm.mp4
4.7 MB
04 Your first Pyramid site/25 Demo Creating the starter project PyCharm.mp4
14 MB
04 Your first Pyramid site/26 Concept Creating the starter project PyCharm.mp4
6.1 MB
04 Your first Pyramid site/27 Project structure.mp4
9.8 MB
05 Chameleon templates/28 Template language comparison.mp4
3.4 MB
05 Chameleon templates/29 Template comparison An example.mp4
14 MB
05 Chameleon templates/30 Launching an existing project.mp4
48 MB
05 Chameleon templates/31 Template demo.mp4
62 MB
05 Chameleon templates/32 Concept Templates.mp4
8.1 MB
05 Chameleon templates/33 Layout Motivation.mp4
12 MB
05 Chameleon templates/34 Layout In action.mp4
64 MB
05 Chameleon templates/35 Concept Layout.mp4
7.9 MB
05 Chameleon templates/36 Project structure with layout.mp4
5.2 MB
06 Routing and URLs/37 Routing overview.mp4
9.6 MB
06 Routing and URLs/38 Demo Routing loading the project.mp4
17 MB
06 Routing and URLs/39 Reorganizing the app.mp4
36 MB
06 Routing and URLs/40 Adding the packagedetails route.mp4
38 MB
06 Routing and URLs/41 Getting data from route.mp4
27 MB
06 Routing and URLs/42 Packaging routes and views.mp4
31 MB
06 Routing and URLs/43 Account routes and views.mp4
25 MB
06 Routing and URLs/44 Concept Using the routes.mp4
3.4 MB
06 Routing and URLs/45 Route constraints.mp4
45 MB
06 Routing and URLs/46 Demo Building a CMS in 6 minutes.mp4
44 MB
06 Routing and URLs/47 Concept CMS routes.mp4
6.6 MB
07 Bootstrap and frontend CSS frameworks/48 What well cover.mp4
4.1 MB
07 Bootstrap and frontend CSS frameworks/49 CSS Frontend framework survey.mp4
11 MB
07 Bootstrap and frontend CSS frameworks/50 Introduction to using Bootstrap.mp4
47 MB
07 Bootstrap and frontend CSS frameworks/51 Running in a real web server.mp4
14 MB
07 Bootstrap and frontend CSS frameworks/52 Intro to grid layout.mp4
52 MB
07 Bootstrap and frontend CSS frameworks/53 Grid layout in action.mp4
42 MB
07 Bootstrap and frontend CSS frameworks/54 Adding to the grid.mp4
59 MB
07 Bootstrap and frontend CSS frameworks/55 Concept Grid layout.mp4
5.2 MB
07 Bootstrap and frontend CSS frameworks/56 Buttons and forms.mp4
4.1 MB
07 Bootstrap and frontend CSS frameworks/57 Buttons and forms in action.mp4
63 MB
07 Bootstrap and frontend CSS frameworks/58 Concept Buttons and forms.mp4
4.9 MB
data-driven-web-apps-with-pyramid-and-sqlalchemy-master.zip
14 MB
08 Adding our design/60 Our site design.mp4
38 MB
08 Adding our design/61 The bare site again.mp4
29 MB
08 Adding our design/62 Home page HTML.mp4
42 MB
08 Adding our design/63 The making of the hero.mp4
39 MB
08 Adding our design/64 Stats slice.mp4
34 MB
08 Adding our design/65 New releases.mp4
36 MB
08 Adding our design/66 Navigation and footer.mp4
42 MB
08 Adding our design/67 Final footer.mp4
41 MB
09 Modeling data with SQLAlchemy classes/68 Introducing SQLAlchemy.mp4
15 MB
09 Modeling data with SQLAlchemy classes/69 Who uses SQLAlchemy.mp4
4.9 MB
09 Modeling data with SQLAlchemy classes/70 Architecture.mp4
6.5 MB
09 Modeling data with SQLAlchemy classes/71 The database model.mp4
30 MB
09 Modeling data with SQLAlchemy classes/72 Modeling packages.mp4
66 MB
09 Modeling data with SQLAlchemy classes/73 SQLAlchemy model base class.mp4
13 MB
09 Modeling data with SQLAlchemy classes/74 Connecting to our database.mp4
32 MB
09 Modeling data with SQLAlchemy classes/75 Creating tables.mp4
61 MB
09 Modeling data with SQLAlchemy classes/76 Indexes.mp4
32 MB
09 Modeling data with SQLAlchemy classes/77 The rest of the tables.mp4
28 MB
09 Modeling data with SQLAlchemy classes/78 Relationships.mp4
64 MB
09 Modeling data with SQLAlchemy classes/79 Concepts Modeling.mp4
14 MB
10 Using SQLAchemy/80 Inserting data.mp4
79 MB
10 Using SQLAchemy/81 Inserting the actual data.mp4
43 MB
10 Using SQLAchemy/82 Concept Unit of work.mp4
7.3 MB
10 Using SQLAchemy/83 Querying data Home page.mp4
45 MB
10 Using SQLAchemy/84 Querying data Latest releases.mp4
51 MB
10 Using SQLAchemy/85 Working with package details.mp4
24 MB
10 Using SQLAchemy/86 Package details data.mp4
74 MB
10 Using SQLAchemy/87 Performance and lazy or eager loading.mp4
77 MB
10 Using SQLAchemy/88 Concept Querying data.mp4
12 MB
10 Using SQLAchemy/89 Concept Ordering data.mp4
1.5 MB
10 Using SQLAchemy/90 Concept Database updates.mp4
2.2 MB
10 Using SQLAchemy/91 Concept Relationships.mp4
6.5 MB
10 Using SQLAchemy/92 Concept Inserting data.mp4
1.5 MB
10 Using SQLAchemy/93 Get the full SQLAlchemy story.mp4
2.6 MB
11 Database migrations with Alembic/94 Introducing database migrations.mp4
16 MB
11 Database migrations with Alembic/95 Getting started with Alembic.mp4
15 MB
11 Database migrations with Alembic/96 Our first change.mp4
78 MB
11 Database migrations with Alembic/97 More database changes.mp4
21 MB
11 Database migrations with Alembic/98 Concept Getting started.mp4
5.2 MB
11 Database migrations with Alembic/99 Concept Alembic the manual version.mp4
9.6 MB
11 Database migrations with Alembic/100 Concept autogenerating changes.mp4
5.3 MB
12 User input and HTML forms/101 The basics of HTML input.mp4
7.8 MB
12 User input and HTML forms/102 GETPOSTRedirect pattern.mp4
9.8 MB
12 User input and HTML forms/103 Register for the site getting started.mp4
31 MB
12 User input and HTML forms/104 Registration form.mp4
11 MB
12 User input and HTML forms/105 A little design for the register form.mp4
40 MB
12 User input and HTML forms/106 Register POST action.mp4
24 MB
12 User input and HTML forms/107 Getting the submitted values.mp4
50 MB
12 User input and HTML forms/108 Creating the user.mp4
32 MB
12 User input and HTML forms/109 Attempt to register.mp4
8.5 MB
12 User input and HTML forms/110 Login setup.mp4
41 MB
12 User input and HTML forms/111 Login form.mp4
17 MB
12 User input and HTML forms/112 Creating a user session cookies.mp4
55 MB
12 User input and HTML forms/113 Navigation items based on user sessions.mp4
33 MB
12 User input and HTML forms/114 Logging out.mp4
14 MB
12 User input and HTML forms/115 Concept GETPOSTRedirect pattern.mp4
6.9 MB
12 User input and HTML forms/116 One source of data.mp4
45 MB
13 Client and server-side validation/117 Concept One source of data.mp4
3.9 MB
13 Client and server-side validation/118 Serverside data exchange.mp4
70 MB
13 Client and server-side validation/119 Serverside validation.mp4
44 MB
13 Client and server-side validation/120 The viewmodel design pattern.mp4
8.4 MB
13 Client and server-side validation/121 Viewmodel data exchange.mp4
7.2 MB
13 Client and server-side validation/122 Viewmodel validation.mp4
6.3 MB
13 Client and server-side validation/123 Clientside validation with HTML5.mp4
27 MB
13 Client and server-side validation/124 Concept Clientside validation with HTML5.mp4
3.8 MB
14 Testing web apps/125 Why write tests web.mp4
5.4 MB
14 Testing web apps/126 Special challenges of the web.mp4
5.0 MB
14 Testing web apps/127 3 types of web unit tests.mp4
5.6 MB
14 Testing web apps/128 Organizing your tests.mp4
7.4 MB
14 Testing web apps/129 Getting started with tests.mp4
70 MB
14 Testing web apps/130 Testing without the database.mp4
63 MB
14 Testing web apps/131 Concept Testing view models.mp4
1.7 MB
14 Testing web apps/132 Concept Testing view methods.mp4
52 MB
14 Testing web apps/133 Fixing the 404 package error.mp4
37 MB
14 Testing web apps/134 Concept view method tests.mp4
8.8 MB
14 Testing web apps/135 Testing the full web app.mp4
63 MB
14 Testing web apps/136 Concept Testing the full web app.mp4
3.5 MB
14 Testing web apps/137 Sitemaps and testing.mp4
14 MB
14 Testing web apps/138 Sitemaps testing in action.mp4
33 MB
15 Deployment/139 Deployment overview and topology.mp4
8.8 MB
15 Deployment/140 Creating our Linux server.mp4
65 MB
15 Deployment/141 The setup script and config files.mp4
21 MB
15 Deployment/142 Configure the server.mp4
54 MB
15 Deployment/143 Setting up our code.mp4
22 MB
15 Deployment/144 Configuring uWSGI.mp4
43 MB
15 Deployment/145 Configuring nginx.mp4
28 MB
15 Deployment/146 Concepts Deployment.mp4
12 MB
16 MongoDB edition/147 Introduction to the NoSQL version.mp4
4.1 MB
16 MongoDB edition/148 Not a MongoDB course.mp4
3.1 MB
16 MongoDB edition/149 How document databases work.mp4
4.4 MB
16 MongoDB edition/150 The new data model.mp4
4.9 MB
16 MongoDB edition/151 Connecting to MongoDB.mp4
31 MB
16 MongoDB edition/152 MongoDB entities.mp4
62 MB
16 MongoDB edition/153 Rewriting our queries.mp4
64 MB
16 MongoDB edition/154 Final adaptation user login.mp4
44 MB
16 MongoDB edition/155 Importing the data from SQL to Mongo.mp4
71 MB
16 MongoDB edition/156 Final cleanup.mp4
12 MB
16 MongoDB edition/157 Concepts MongoEngine and MongoDB.mp4
13 MB
17 Course conclusion/158 Youve done it.mp4
1.9 MB
17 Course conclusion/159 Core concepts reviewed.mp4
43 MB
17 Course conclusion/160 Remember the source luke.mp4
9.3 MB
17 Course conclusion/161 Thanks and goodbye.mp4
2.0 MB