Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    DJANGO Programming, For Beginners, Quick Start Guide: Django Language Crash Course Tutorial & Exercises

    Posted By: silva1410
    DJANGO Programming, For Beginners, Quick Start Guide: Django Language Crash Course Tutorial & Exercises

    DJANGO Programming, For Beginners, Quick Start Guide: Django Language Crash Course Tutorial & Exercises
    By Ray Yao
    English | 2021 | ASIN : B095R3V491 | 188 pages | EPUB | 1.5 MB

    This is a zero-risk investment. If you are not satisfied with this eBook, you can get back the full refund within 7 days.

    About This Book

    Absolutely for Beginners
    “Django Programming & Exercises” covers all essential Django knowledge. You can learn complete primary skills of Django fast and easily. The book includes many practical examples for beginners and includes questions & answers for the college exam, the engineer certification exam, and the job interview exam.

    Note:
    Before you learn Django programming, you must have the knowledge of the Python language.

    Table of Content

    Chapter 1
    Django Introduction
    Install Django

    Chapter 2
    Creating Project
    Project Structure
    Start up Server
    Preview Web Page
    Create a View File
    Create an URL File
    View the Web Page
    Template
    Template Path
    Modify view.py
    View the Web Page

    Chapter 3
    Django Template Tags
    If/Endif Tag
    Elif/Endif Tag
    For Tag
    Comment Tag
    Include Tag
    Convert to Lower Case
    Convert to Upper Case
    String Length
    Truncating Tag
    Block & Extend Tag

    Chapter 4
    Models
    Create an App
    Modify the models.py
    Modify the setting.py
    Create a Data Table
    Modify urls.py
    Create a file testdb.py
    Test Database
    Retrieve Data
    Update the Data
    Delete the Data

    Chapter 5
    Django Form
    Get Method
    Test the Form
    Calculation
    Post Method
    Test the Form
    Redirection

    Chapter 6
    Administration Tools
    Activation of Management Tools
    Create a Super User
    Manage Database
    Another Database
    Modify the models.py
    Register the New Database
    Back-End Sample

    Appendix 1 Python Basic
    What is Python?
    First Python Program
    The Shell Prompt
    Configure Editor
    Variables
    Variables & Comment
    Arithmetic Operator
    Assignment Operators
    Comparison Operators
    Logical Operators
    Conditional Operator
    Convert Data Type
    Triple Quotes
    Exercise: Ticket Fare
    Summary

    Appendix 2 Questions & Answers
    Questions
    Answers