17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Python Programming Your First Django Web Application
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Building a web application has never been easier thanks to open source. In this course, we’re going to go step-by-step building a Django web application. If you’ve never used Django before, this is the course for you.
Django is one of the most popular web frameworks written in the Python programming language. Django and Python are both open source and free to use commercially. This means you don’t have to pay a dime to create amazing software and impact people all around the world. Django powers many websites in the world including: Instagram, Pinterest, NASA, Baserow, this website, and so many others.
The goal of this course to teach you the fundamentals of Django while also creating a very practical project. Building something real is important because it gives you the context of how, when, and where to use a lot of Django’s great features.
Django sits right in the middle of creating an app from scratch and using something like WordPress. This means we have a lot of features we could implement along with a lot of features that just work by default. This makes Django incredibly flexible so that we can go far beyond what a blogging platform offers while being faster than starting from absolute 0.
For our User Interface, we’re going to learn the fundamentals of Bootstrap. Bootstrap makes our Django project look far more professional in very little time. Not only that, we’ll also have a much better user experience by leveraging many of Bootstrap’s built-in features.
If we were building a house, Django would be the plumbing, the walls, and electricity while Bootstrap is the interior decorator.
Here’s a few things we’ll cover:
Django version 4.1 (or even 2.2+)
Python version 3.10 (or 3.8+)
Bootstrap 5.2+
Collecting data from users
Rendering HTML templates and documents
Password-protected pages & user-type permissions
Modeling data in Django as it relates to a spreadsheet
Dynamically display content based on stored database data
Much more
Who this course is for:
Beginner Python developers looking to learn how to build web applications
Anyone interested in using Django
Anyone interested in collecting user data using open source software
Entrepreneurs looking to test their ideas with minimal amount of code
Requirements
Some Python experience is recommended (such as my 30 Days of Python course)
Last Updated 2/2023
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
360.8 KB
.pad/1
177.7 KB
.pad/10
211.2 KB
.pad/11
511.3 KB
.pad/12
468.4 KB
.pad/13
55.5 KB
.pad/14
233.9 KB
.pad/15
473.3 KB
.pad/16
1.6 KB
.pad/17
458.1 KB
.pad/18
96.4 KB
.pad/19
365.8 KB
.pad/2
234.2 KB
.pad/20
438.3 KB
.pad/21
101 KB
.pad/22
79.6 KB
.pad/23
344.6 KB
.pad/24
207.4 KB
.pad/25
260.7 KB
.pad/26
333 KB
.pad/27
33.8 KB
.pad/28
457.8 KB
.pad/29
57.6 KB
.pad/3
49.6 KB
.pad/30
56.6 KB
.pad/4
377.8 KB
.pad/5
40.5 KB
.pad/6
393.4 KB
.pad/7
157.5 KB
.pad/8
442.8 KB
.pad/9
325.7 KB
TutsNode.net.txt
63 B
[TutsNode.net] - Python Programming Your First Django Web Application/1 - Welcome/1 - Welcome.mp4
70.5 MB
[TutsNode.net] - Python Programming Your First Django Web Application/1 - Welcome/2 - Walkthrough of what well build.mp4
44.3 MB
[TutsNode.net] - Python Programming Your First Django Web Application/1 - Welcome/3 - Where to Get Help.mp4
50.1 MB
[TutsNode.net] - Python Programming Your First Django Web Application/1 - Welcome/4 - Requirements.mp4
31.5 MB
[TutsNode.net] - Python Programming Your First Django Web Application/1 - Welcome/5 - Setup VSCode Python Virtual Environment.mp4
19.4 MB
[TutsNode.net] - Python Programming Your First Django Web Application/2 - Hello World/6 - Your First Django Project.mp4
30.4 MB
[TutsNode.net] - Python Programming Your First Django Web Application/2 - Hello World/7 - Your First View.mp4
28.4 MB
[TutsNode.net] - Python Programming Your First Django Web Application/2 - Hello World/8 - Your First URL Path.mp4
35.2 MB
[TutsNode.net] - Python Programming Your First Django Web Application/3 - Django Templates/10 - Template Inheritance.mp4
46.2 MB
[TutsNode.net] - Python Programming Your First Django Web Application/3 - Django Templates/11 - Template Context.mp4
30.6 MB
[TutsNode.net] - Python Programming Your First Django Web Application/3 - Django Templates/12 - Bootstrap Include Tags.mp4
61 MB
[TutsNode.net] - Python Programming Your First Django Web Application/3 - Django Templates/9 - Render A Django Template.mp4
64.5 MB
[TutsNode.net] - Python Programming Your First Django Web Application/4 - Forms and Collecting Data in Django/13 - Your First Django Form.mp4
80.6 MB
[TutsNode.net] - Python Programming Your First Django Web Application/4 - Forms and Collecting Data in Django/14 - Validating Data with Django Forms.mp4
74.5 MB
[TutsNode.net] - Python Programming Your First Django Web Application/4 - Forms and Collecting Data in Django/15 - Styling Django Forms.mp4
116.1 MB
[TutsNode.net] - Python Programming Your First Django Web Application/5 - Django Apps Models/16 - Structuring our App Component.mp4
66.3 MB
[TutsNode.net] - Python Programming Your First Django Web Application/5 - Django Apps Models/17 - Your First Django Model.mp4
50.6 MB
[TutsNode.net] - Python Programming Your First Django Web Application/5 - Django Apps Models/18 - Django Migrations.mp4
59.6 MB
[TutsNode.net] - Python Programming Your First Django Web Application/5 - Django Apps Models/19 - Managing Data with the Django Admin.mp4
54.4 MB
[TutsNode.net] - Python Programming Your First Django Web Application/5 - Django Apps Models/20 - Saving to a Model in a View.mp4
34.2 MB
[TutsNode.net] - Python Programming Your First Django Web Application/5 - Django Apps Models/21 - ModelBased Django Forms.mp4
66.9 MB
[TutsNode.net] - Python Programming Your First Django Web Application/5 - Django Apps Models/22 - Making Changes to Models.mp4
113.5 MB
[TutsNode.net] - Python Programming Your First Django Web Application/6 - Testing Code/23 - Your First Automated Django Test.mp4
79.7 MB
[TutsNode.net] - Python Programming Your First Django Web Application/6 - Testing Code/24 - Testing with Backup Data.mp4
77.3 MB
[TutsNode.net] - Python Programming Your First Django Web Application/7 - Rendering Content/25 - Listing Database Data in a View.mp4
48.9 MB
[TutsNode.net] - Python Programming Your First Django Web Application/7 - Rendering Content/26 - Users Content.mp4
120.5 MB
[TutsNode.net] - Python Programming Your First Django Web Application/7 - Rendering Content/27 - Object Detail View.mp4
102.3 MB
[TutsNode.net] - Python Programming Your First Django Web Application/7 - Rendering Content/28 - Update Data with Forms.mp4
111.6 MB
[TutsNode.net] - Python Programming Your First Django Web Application/7 - Rendering Content/29 - Django Messages Bootstrap Alerts.mp4
154.8 MB
[TutsNode.net] - Python Programming Your First Django Web Application/7 - Rendering Content/30 - Bootstrap Columns Margin Padding.mp4
175.1 MB
[TutsNode.net] - Python Programming Your First Django Web Application/7 - Rendering Content/31 - Polish The Landing Page.mp4
163.3 MB
[TutsNode.net] - Python Programming Your First Django Web Application/8 - Wrap up/32 - Thank you and next steps.mp4