Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Django for WordPress Developers
Rating: 4.4 out of 5(486 ratings)
38,848 students

Django for WordPress Developers

Learn how to code in python and how to use Django while drawing parallels to WordPress
Created byRichard Miles
Last updated 10/2016
English

What you'll learn

  • Understand how python works as a programming language
  • Create a basic Class and Object in python and php
  • Create a TO-DO application using python
  • Understand the architecture of the Django framework
  • Create a Django server
  • Create a basic blog using core python and Django
  • Create a CMS using Django's powerful package and extension management system
  • Create an eCommerce store using Oscar Commerce
  • Create an eCommerce store using Mezzanine and Cartridge
  • Create an eCommerce store using Saleor

Course content

7 sections42 lectures6h 30m total length
  • Requirements and Assumptions for the course2:26

    What tools you will need for this course.

  • python vs php, philosophy and focus1:56

    What the main philosophical differences between python and php are and how they relate to Django and WordPress.

  • Basic syntax differences between python and php4:46

    A brief discussion about the main differences between php and python on a syntactical level.

  • Differences between python and php
  • A bit about Classes2:05

    A very basic introduction to what a Class is on a programmatic level.

  • Creating a python Class7:25

    A practical example of creating a Class in python.

  • Creating a php Class10:38

    Recreating the class in php that we just created in python.

  • Basic Python Classes
  • Instantiating an object of a Class in python9:18

    In this lecture we create multiple instances of the Cat() Class and assign different constructor parameters to each.

Requirements

  • Basic understanding of how web programming works
  • Basic knowledge of php/WordPress or python

Description

This course is an introduction to Django specifically targeted at WordPress or intermediate web developers. In this course we will walk through everything from the basic principles of python to developing a full e-commerce system using the Django framework.

Some of the sections include:

  • Discussing the differences and similarities between php and python
  • Setting up a functional python workspace
  • Creating a basic TODO app in python
  • Installing and customising Django
  • Creating a blog using Django
  • Creating a CMS using Django
  • Creating 3 different e-commerce stores using Django

Who this course is for:

  • Anyone who has a basic understanding of web development and would like to broaden their skillset
  • Anyone who has a basic understanding of php or python
  • NOT for someone who does not want to learn how to code in python