YoVDO

Django for Everyone

Offered By: University of Michigan via FutureLearn

Tags

Web Development Courses Computer Science Courses Python Courses Javascript Courses SQL Courses Django Courses jQuery Courses HTML Courses Web Application Development Courses

Course Description

Overview

Django is a Python web framework that encourages fast development and a clean, pragmatic design.

Over the four practical courses offered on this program, you’ll learn HTML, CSS, SQL, Django, JavaScript, jQuery, and JSON Web Services, as well as other features of Django, such as Django Template Language (DTL), form flow, basic structured query language (SQL), as well as the object oriented (OO) pattern present within the wider Python programming language.

Gain the programming experience you need to build a functional website

Considered a great first step in any web development curriculum, the overall aim of this program is to get you to be able to build a full-featured and functional website on its completion.

Throughout each individual course, you’ll be building online websites, and will be graded on their success. You’ll also be given tips and guidance throughout on how to improve your programming skills.

The series of courses themselves are also excellent preparation for learning other ways in which to build web applications, using programming technologies such as PHP, Flask or Ruby on Rails (written in the Ruby programming language).

Learn from an expert in Django and Python at the University of Michigan

As the number one ranking public research university within the entire United States of America, the University of Michigan has been a world leader in research, learning, and teaching for more than 200 years.

Over the duration of the four courses on this program, you’ll be under the guidance of Dr. Charles Severance, a leader in online programming education. He’s an experienced computer scientist and academic who currently serves as the clinical associate professor of Information at the university.


Syllabus

Courses under this program:
Course 1: Web Application Technologies and Django
-Discover the basics of web app development, learn how a browser interacts with a server, and use Django to build web pages easily.

Course 2: Building Web Applications in Django
-Learn how to build and deploy web applications using the Django framework in the Python programming language.

Course 3: Django Features and Libraries
-Gather all the skills you need in order to build Django-based web applications suitable for use.

Course 4: Using JavaScript, jQuery, and JSON in Django
-Understand how to use JavaScript, jQuery and JSON within the Django framework.


Courses

  • 0 reviews

    5 weeks, 2 hours a week, 2 hours a week

    View details

    Become a master of web app development and Django

    Gain a thorough understanding of how web pages are built – and try building one yourself. By learning how to use a Django application, you can begin to craft simple web pages in Hypertext Markup Language (HTML).

    Learn the basics of web application development

    On this course, you’ll do more than just learn the basic structure of a web application. You’ll explore the Hypertext Transfer Protocol (HTTP) request-response cycle. You’ll also learn useful HTTP methods such as GET and POST.

    This course also offers an introduction to HTML, so you’ll be comfortable with it when it comes to programming.

    Install and deploy a Django application and understand the Model-View-Controller (MVC) pattern

    You can get up-close and personal with Django, a world-leading Python-based software, and will explore the Model-View-Controller (MVC) pattern for web applications and see how it relates to Django.

    Discover its basics, and learn to install and implement a Django application effortlessly. By the end of this course, you’ll know how to deploy a Django application using a service such as PythonAnywhere, so it’s available over the Internet.

    Build web pages in HTML

    Explore exciting opportunities when you build your own web page using HTML and style it using CSS. You will also learn the basic operations of SQL, so you’ll have more than one programming language at your disposal to develop your skills in web application design.

    This course is for anyone who’s interested in web application development. If you’re looking for a career in web design, this course will introduce you to all the basic concepts you need.

    Some basic Python programming experience is useful for this course.

  • 0 reviews

    4 weeks, 2 hours a week, 2 hours a week

    View details

    Discover the basics of the Django web framework

    Django is a high-level Python web framework that encourages fast development and a clean, pragmatic design.

    This informative, four-week course from the University of Michigan will teach you all the basics of the Django web framework, and will show you how Django communicates with a database through model objects.

    Discover object relational mapping (ORM) for database access in Django

    Firstly, you’ll explore object relational mapping (ORM) for database access, and will see how Django models implement this pattern across databases.

    You’ll then take a review of the object oriented (OO) pattern present in the Python programming language, and will learn basic structured query language (SQL) and database modeling, including one-to-many and many-to-many relationships and how they work in both the SQL and Django models.

    Build your own data model within the Django framework

    You’ll then build your own data model in the Django framework, and will apply the Django model query and template tags of Django Template Language (DTL) to it.

    You’ll also define class, instance, method build forms in HTML, and will learn how to use the Django console and scripts to interact with your application objects.

    Learn from experts in Django at the University of Michigan

    As the number one ranking public research university within the United States, the University of Michigan has been a leader in research, learning, and teaching for more than 200 years.

    This course is also part of a series of courses that introduces Python programmers to building websites and apps using the Django library. Across the four courses, you’ll learn HTML, CSS, SQL, Django, JavaScript, jQuery, and JSON Web Services.

    This programming course is designed for learners who are wanting to get into web development and who have some basic Python programming experience.

    This series of courses is also excellent preparation for learning other ways to build web applications using technologies like PHP (Web Applications for Everybody), Flask or Ruby on Rails, and therefore could be suitable to anyone wishing to work within these fields.

  • 0 reviews

    6 weeks, 2 hours a week, 2 hours a week

    View details

    Learn the ins and outs of Django and how to build web applications

    This practical, six-week course from the University of Michigan will give you all the skills you need in order to build Django-based web applications suitable for use by end users.

    Define Django login and decipher how cookies are used to support sessions

    You’ll learn about cookies, sessions, and authentication processes within the Django framework, and will decipher how cookies are used to support sessions.

    You’ll also build navigation into your applications, and a built-in login functionality which will be able to manage login users in views. Then, you’ll explore a multitude of ways in which to easily improve the look and feel of Django applications.

    Create, edit, and delete form flow within the Django framework

    You’ll then begin to develop a simple application in order to support a classified ads website. In doing so, you’ll be guided through many of the issues and techniques that you may encounter in website development.

    You’ll also learn how to move an application from development to production, will demonstrate how to represent links in a database and will create, edit and delete form flow inside of a generic edit view.

    Learn from Django and programming experts at the University of Michigan

    As the number one ranking public research university within the entirety of the United States, the University of Michigan has been a world leader in research, learning, and teaching for more than 200 years.

    You’ll be guided throughout the course by leaders in the programming field, and the course itself is part of a series that introduces Python programmers to building websites using the Django library. Across the four courses, you’ll learn HTML, CSS, SQL, Django, JavaScript, jQuery, and JSON Web Services.

    This programming course is designed for learners who are wanting to get into web development and who have some basic Python programming experience.

    This series of courses is also excellent preparation for learning other ways to build web applications using technologies like PHP (Web Applications for Everybody), Flask or Ruby on Rails, and therefore could be suitable to anyone wishing to work within these fields.

  • 0 reviews

    5 weeks, 2 hours a week, 2 hours a week

    View details

    Learn how JavaScript supports the framework of Django

    Django is a Python web framework that encourages fast development and a clean, pragmatic design.

    This comprehensive course will introduce you to the JavaScript language, and will show you how it supports Django’s framework.

    Look at the JavaScript language in Django and see how it supports the object-oriented pattern

    You’ll take an in-depth look at the JavaScript language and will see how it supports the object-orientated pattern within programming.

    You’ll also get insight into the jQuery library; widely used for in-browser manipulation of the Document Object Model (DOM) and event handling, as well as debugging capabilities.

    Identify where to use the JavaScript Object Notation (JSON) in Django

    You’ll also learn about the JavaScript Object Notation (JSON), which is commonly used as a syntax to exchange data between code running on the server (or in Django), and code running in the browser (or in JavaScript or jQuery).

    Finally, you’ll continue to develop your classified ads application, adding and incorporating features that make use of JavaScript, JQuery, and JSON.

    Learn from experts in Django and JavaScript at the University of Michigan

    As the number one ranking public research university within the entirety of the United States, the University of Michigan has been a leader in research, learning, and teaching for more than 200 years.

    This course is the final part of a series of courses that introduces Python programmers to building websites and apps using the Django library. Across the entirety of the four courses, you’ll learn HTML, CSS, SQL, Django, JavaScript, jQuery, and JSON Web Services.

    This programming course is designed for learners who are wanting to get into web development and who have some basic Python programming experience.

    This series of courses is also excellent preparation for learning other ways to build web applications using technologies like PHP (Web Applications for Everybody), Flask or Ruby on Rails, and therefore could be suitable to anyone wishing to work within these fields.


Taught by

Charles Severance and Sean Vucinich

Tags

Related Courses

Learn Javascript - 21 Essential Array Methods
Coursera Project Network via Coursera
3D Graphics for Web Developers
Pompeu Fabra University via FutureLearn
Access WebView in an Android Studio Project
Coursera Project Network via Coursera
Advanced React
Meta via Coursera
Building Modern Nodejs Applications on AWS
Amazon Web Services via edX