Python Django Web Development Essential Training

One Day, 15/10/2024

Venue

Tertiary Courses Malaysia G-3A-02, Corporate Office Suite, KL Gateway, No 2, Jalan kerinchi, Gerbang kernichi Lestari, 59200

Entrance Fee

1000

Category

Science & Technology

Event Type

Class, Course, Training or Workshop

Share

Schedule

DateTime
15/10/20249:30 AM - 5:30 PM
Python Django Web Development Essential Training

Python's Django framework stands out as a premier tool for web developers, offering robust features that facilitate the creation of dynamic and efficient web applications. This essential training course provides an extensive exploration of Django's core aspects. Embark on the journey of setting up a new Django project, defining intricate models and fields, and seamlessly querying data through Django's ORM. With a strong foundation in place, you'll be adept at constructing the backbone of compelling web apps.

Taking it a step further, this course emphasizes the crucial front-end aspects that bring your applications to life. Dive into the art of crafting intuitive views, designing responsive templates, and integrating modern CSS and JavaScript to enhance user experience. Whether you're aspiring to become a seasoned Django developer or looking to elevate your existing skills, this training positions you at the forefront of modern web development, arming you with techniques that are indispensable in today's digital landscape.

Certificate

All participants will receive a Certificate of Completion from Tertiary Courses after achieved at least 75% attendance.

Funding and Grant

HRD Corp Claimable Course for Employers Registered with HRD Corp

HRDF claimable

Course Code: M276

Topic 1 Get Started on Django

  • What is Django?

  • Install Django

  • Create a Django Project

  • Add a Django App

  • Django MVT Architecture

Topic 2: Django Models

  • What is Django Models

  • Model Field Types

  • Create Models

  • Migration

  • Django Admin 

  • Populate Database

Topic 3: Django ORM

  • What is Django ORM

  • Start Django Shell

  • ORM Queries

Topic 4 URL Patterns & Views

  • What is URL Patterns

  • Regular Expression

  • Create URL Patterns

  • Create Views

Topic 5 Templates

  • Render Templates

  • Jinja Templating Commands

  • Static Files