[PaidCoursesForFree.Com] - Udemy - Backend Web Development With Django 2 - Build 8 Projects

Torrent Details


[PaidCoursesForFree.com] - Udemy - Backend web development with Django 2 - Build 8 projects

NAME
[PaidCoursesForFree.com] - Udemy - Backend web development with Django 2 - Build 8 projects.torrent
CATEGORY
Other
INFOHASH
b79419cf222bb3cb9986ee742b3b28ea426badd3
SIZE
829 MB in 84 files
ADDED
Uploaded on 13-08-2019 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description





A course for beginners in back end, uses Django 2, python3 to make you a full stack developer



What you’ll learn

* Build websites using Django 2

* Learn backend development basics

* You will be able to apply for Jr. Backend developer

* Build 8 different project to take down different problems



Requirements

* Basics of front end like HTML and CSS should be clear – no need to be a guru

* Basics of python should be clear like function, loops and classes – no need to be an expert



Description

Hi and welcome to BackEnd Development for Beginners using Django – Build 8 Projects.



Before we talk anything about this course, let’s get clear about what you should already know before taking this course.



NOTE: This course is on Django 2



1. Front end basics

If you have taken my Complete front end developer Bootcamp or any other such course where things like HTML and basics of CSS got cleared, then you are good to go for next requirement. This is a backend focused course and we will not be talking much on stuff like “How to change background color”.



2. Python Basics

Django is based on python and it will be a good idea to clear your python basics before taking this course. Things like Loops, If Else, Functions, and Classes are used in this course, with an expectation that you are aware of it. You don’t need to be a guru in python but at least syntax should be comfortable for you.



Why Django?

While designing BackEnd course, there were a lot of option but I asked a question a that If I could go back in time and suggest me the easiest backend framework to get started, what would it be. Most tech startups use Django because it is easy to implement. You can focus on what you are building instead of other framework issues.



On top of that, it is backed by Python, One of the top most favorite programming language of people at the internet.



What will we be building in this course?

This course is totally focused on beginners. Goal here is not to scare you from programming jargons. Course is totally based on projects and each project will focus on a specific issue that we will deal.



Project 1. – Getting basics of Django



Project 2. – Breaking website into templating



Project 3. – Interaction with Database



Project 4. – Blog with static pages and unique URL



Project 5. – Handling forms and taking input from user



Project 6. – A CRUD blog from user input



Project 7. – A TODO list with sqlite3



Project 8. – Login, Logout and Signup



This course is designed to take you one step closer towards backend development. So, if you are afraid of backend development, worry not. Django is going to help you a lot.



Let’s get started.



Who this course is for:

* Anyone who is interested in Backend development using Django 2

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
1. Getting the tools ready for Django 2/1. Tools that we need and introduction to course.mp411.8 MB
1. Getting the tools ready for Django 2/1. Tools that we need and introduction to course.vtt7.2 KB
1. Getting the tools ready for Django 2/2. Your first HelloWorld project in Django 2.mp431.3 MB
1. Getting the tools ready for Django 2/2. Your first HelloWorld project in Django 2.vtt10.8 KB
1. Getting the tools ready for Django 2/3. Understanding file structure.mp418.5 MB
1. Getting the tools ready for Django 2/3. Understanding file structure.vtt10.7 KB
1. Getting the tools ready for Django 2/4. Exercise files.html100 B
10. Thanks and some words/1. Thanks.html121 B
2. Project 1 - Getting the basics done/1. Our very first Django App.mp48 MB
2. Project 1 - Getting the basics done/1. Our very first Django App.vtt7.3 KB
2. Project 1 - Getting the basics done/2. Configuring new App.mp416.4 MB
2. Project 1 - Getting the basics done/2. Configuring new App.vtt15.3 KB
3. Project 2 - All about Templating/1. Project 2 and templating basics.mp418.1 MB
3. Project 2 - All about Templating/1. Project 2 and templating basics.vtt12.8 KB
3. Project 2 - All about Templating/2. Rendering from a HTML page.mp414 MB
3. Project 2 - All about Templating/2. Rendering from a HTML page.vtt10.4 KB
3. Project 2 - All about Templating/3. Adding an About Us page.mp410.9 MB
3. Project 2 - All about Templating/3. Adding an About Us page.vtt6.5 KB
3. Project 2 - All about Templating/4. Adding Contact Us page.mp47.7 MB
3. Project 2 - All about Templating/4. Adding Contact Us page.vtt5.8 KB
3. Project 2 - All about Templating/5. Extending pre built templates.mp419.2 MB
3. Project 2 - All about Templating/5. Extending pre built templates.vtt16 KB
4. Project 3 - Interaction with Database/1. Setting up command project.mp412.8 MB
4. Project 3 - Interaction with Database/1. Setting up command project.vtt8.5 KB
4. Project 3 - Interaction with Database/2. Creating our first model for sqlite3.mp418 MB
4. Project 3 - Interaction with Database/2. Creating our first model for sqlite3.vtt12.3 KB
4. Project 3 - Interaction with Database/3. Registering models to admin.mp411 MB
4. Project 3 - Interaction with Database/3. Registering models to admin.vtt6.3 KB
4. Project 3 - Interaction with Database/4. Create Read Update and Delete from Database.mp420.3 MB
4. Project 3 - Interaction with Database/4. Create Read Update and Delete from Database.vtt15.7 KB
5. Project 4 - Blog with static pages and Unique URL/1. Articles app creation.mp412.2 MB
5. Project 4 - Blog with static pages and Unique URL/1. Articles app creation.vtt7 KB
5. Project 4 - Blog with static pages and Unique URL/2. ForiegnKey and Many to one relation.mp416 MB
5. Project 4 - Blog with static pages and Unique URL/2. ForiegnKey and Many to one relation.vtt11 KB
5. Project 4 - Blog with static pages and Unique URL/3. Adding articles in database.mp412 MB
5. Project 4 - Blog with static pages and Unique URL/3. Adding articles in database.vtt9 KB
5. Project 4 - Blog with static pages and Unique URL/4. Configuring URLs.mp416.7 MB
5. Project 4 - Blog with static pages and Unique URL/4. Configuring URLs.vtt9.7 KB
5. Project 4 - Blog with static pages and Unique URL/5. Setting up Home Page.mp414.7 MB
5. Project 4 - Blog with static pages and Unique URL/5. Setting up Home Page.vtt11.7 KB
5. Project 4 - Blog with static pages and Unique URL/6. Adding static files for CSS.mp414.9 MB
5. Project 4 - Blog with static pages and Unique URL/6. Adding static files for CSS.vtt10.8 KB
5. Project 4 - Blog with static pages and Unique URL/7. Unique URL for articles.mp422.9 MB
5. Project 4 - Blog with static pages and Unique URL/7. Unique URL for articles.vtt13 KB
6. Project 5 - Handling forms and taking input from user/1. Handling user input via forms - setup.mp415.5 MB
6. Project 5 - Handling forms and taking input from user/1. Handling user input via forms - setup.vtt11.7 KB
6. Project 5 - Handling forms and taking input from user/2. Preparing models and admin.mp418.3 MB
6. Project 5 - Handling forms and taking input from user/2. Preparing models and admin.vtt11.6 KB
6. Project 5 - Handling forms and taking input from user/3. Fixing views and other issues.mp420.7 MB
6. Project 5 - Handling forms and taking input from user/3. Fixing views and other issues.vtt11.8 KB
6. Project 5 - Handling forms and taking input from user/4. Making templates look great and static files.mp429.5 MB
6. Project 5 - Handling forms and taking input from user/4. Making templates look great and static files.vtt13 KB
6. Project 5 - Handling forms and taking input from user/5. Fetching data from database.mp419 MB
6. Project 5 - Handling forms and taking input from user/5. Fetching data from database.vtt9.1 KB
6. Project 5 - Handling forms and taking input from user/6. Interaction with Django forms.mp420.7 MB
6. Project 5 - Handling forms and taking input from user/6. Interaction with Django forms.vtt13.8 KB
6. Project 5 - Handling forms and taking input from user/7. Taking input from user and storing it in database.mp429.1 MB
6. Project 5 - Handling forms and taking input from user/7. Taking input from user and storing it in database.vtt15.6 KB
7. Project 6 - A CRUD blog from user input/1. Jump start of CRUD Project.mp422.4 MB
7. Project 6 - A CRUD blog from user input/1. Jump start of CRUD Project.vtt11.1 KB
7. Project 6 - A CRUD blog from user input/2. Reusing admin fields in web page.mp423.2 MB
7. Project 6 - A CRUD blog from user input/2. Reusing admin fields in web page.vtt14.6 KB
7. Project 6 - A CRUD blog from user input/3. Update from database.mp426.4 MB
7. Project 6 - A CRUD blog from user input/3. Update from database.vtt14.6 KB
7. Project 6 - A CRUD blog from user input/4. Delete from database and reverse lazy URLs.mp425.1 MB
7. Project 6 - A CRUD blog from user input/4. Delete from database and reverse lazy URLs.vtt12.6 KB
8. Project 7 - A TODO list with sqlite3/1. How we will take down this TODO project.mp425.8 MB
8. Project 7 - A TODO list with sqlite3/1. How we will take down this TODO project.vtt12.3 KB
8. Project 7 - A TODO list with sqlite3/2. Create models for database.mp422.6 MB
8. Project 7 - A TODO list with sqlite3/2. Create models for database.vtt11 KB
8. Project 7 - A TODO list with sqlite3/3. setting up templates and static files.mp427.1 MB
8. Project 7 - A TODO list with sqlite3/3. setting up templates and static files.vtt10.6 KB
8. Project 7 - A TODO list with sqlite3/4. Adding a todo and decorator.mp427 MB
8. Project 7 - A TODO list with sqlite3/4. Adding a todo and decorator.vtt15.1 KB
8. Project 7 - A TODO list with sqlite3/5. Finishing up TODO.mp444.5 MB
8. Project 7 - A TODO list with sqlite3/5. Finishing up TODO.vtt21.3 KB
9. Project 8 - Login, Logout and SignUp/1. Setup URL for Login.mp434.3 MB
9. Project 8 - Login, Logout and SignUp/1. Setup URL for Login.vtt10.5 KB
9. Project 8 - Login, Logout and SignUp/2. Having a login view.mp413.2 MB
9. Project 8 - Login, Logout and SignUp/2. Having a login view.vtt7.3 KB
9. Project 8 - Login, Logout and SignUp/3. A working login and logout.mp424.5 MB
9. Project 8 - Login, Logout and SignUp/3. A working login and logout.vtt11.1 KB
9. Project 8 - Login, Logout and SignUp/4. A complete signup App.mp432.4 MB
9. Project 8 - Login, Logout and SignUp/4. A complete signup App.vtt16.2 KB

Alternative Torrents for 'PaidCoursesForFree.com Udemy Backend development with Django Build projects'.

There are no alternative torrents found.